diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-17 05:22:08 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-17 05:22:08 +0000 |
commit | c2975a1b9d70674defe982ae8f87269e3e9f0217 (patch) | |
tree | a0942824a13c870da45c485519c9efaff8128be2 | |
parent | d6ccbcbdb5fa06af224f72315cc310e3a1b45f7b (diff) | |
download | chromium_src-c2975a1b9d70674defe982ae8f87269e3e9f0217.zip chromium_src-c2975a1b9d70674defe982ae8f87269e3e9f0217.tar.gz chromium_src-c2975a1b9d70674defe982ae8f87269e3e9f0217.tar.bz2 |
Try renaming this target back to app_base to see if it fixes the Chromium Linux bustage.
Review URL: http://codereview.chromium.org/113507
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16256 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | app/app.gyp | 2 | ||||
-rw-r--r-- | chrome/chrome.gyp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/app.gyp b/app/app.gyp index b75b355..d678824 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -41,7 +41,7 @@ }, 'targets': [ { - 'target_name': 'app', + 'target_name': 'app_base', 'type': '<(library)', 'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE', 'dependencies': [ diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 50270f4..b38a8fd 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -205,7 +205,7 @@ 'chrome_resources', 'chrome_strings', 'theme_resources', - '../app/app.gyp:app', + '../app/app.gyp:app_base', '../base/base.gyp:base', '../base/base.gyp:base_gfx', '../build/temp_gyp/googleurl.gyp:googleurl', @@ -403,7 +403,7 @@ ], }, 'export_dependent_settings': [ - '../app/app.gyp:app', + '../app/app.gyp:app_base', ], 'conditions': [ ['OS=="linux"', { |