Commit 452edf71 authored by Jocelyn Turcotte's avatar Jocelyn Turcotte
Browse files

<chromium> Exclude all unneeded components from the build


Including the gyp files forces the resources to be available in the
snapshot to allow grit to succeed.

Add a wrapping condition that explicitly includes supported
components in Qt builds.

Change-Id: I17d477f2bc26b35a0031830af087c81854951389
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
No related merge requests found
Showing with 8 additions and 0 deletions
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
# _mac.h or _mac.cc are only compiled on MacOSX). # _mac.h or _mac.cc are only compiled on MacOSX).
'chromium_code': 1, 'chromium_code': 1,
}, },
'conditions': [
['use_qt==1', {
'includes': [
'visitedlink.gypi',
],
}, {
'includes': [ 'includes': [
'auto_login_parser.gypi', 'auto_login_parser.gypi',
'autocomplete.gypi', 'autocomplete.gypi',
...@@ -91,4 +97,6 @@ ...@@ -91,4 +97,6 @@
], ],
}], }],
], ],
}],
],
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment