diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 17:36:06 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 17:36:06 +0000 |
commit | 498bf61665c5a58ac0200fe6e33245eceec9a4f3 (patch) | |
tree | b3a71877b414d21f737b55a6067a1c14f20262e5 /build/linux | |
parent | ec596191447ea56f894d1f32a98f83e8ca84a59d (diff) | |
download | chromium_src-498bf61665c5a58ac0200fe6e33245eceec9a4f3.zip chromium_src-498bf61665c5a58ac0200fe6e33245eceec9a4f3.tar.gz chromium_src-498bf61665c5a58ac0200fe6e33245eceec9a4f3.tar.bz2 |
linux: convert more dependencies to 'settings'
BUG=96629
Review URL: http://codereview.chromium.org/7970010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102523 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/linux')
-rw-r--r-- | build/linux/system.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index 25c001f..1e534f5 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -272,7 +272,7 @@ }, { 'target_name': 'x11', - 'type': 'settings', + 'type': 'none', 'toolsets': ['host', 'target'], 'conditions': [ ['_toolset=="target"', { @@ -508,7 +508,7 @@ }, { 'target_name': 'pangocairo', - 'type': 'settings', + 'type': 'none', 'toolsets': ['host', 'target'], 'conditions': [ ['_toolset=="target"', { |