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 /app | |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/app.gyp | 2 |
1 files changed, 1 insertions, 1 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': [ |