diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-31 22:31:47 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-31 22:31:47 +0000 |
commit | fa02debf39738aee599be9466784eaa0ca292fcd (patch) | |
tree | eeaa4533a06ef0ed8b19a5986d7135c4473fbdbf /chrome/chrome_common.gypi | |
parent | 474f85168ae0548e721b41e56bbdef7fcc0bac71 (diff) | |
download | chromium_src-fa02debf39738aee599be9466784eaa0ca292fcd.zip chromium_src-fa02debf39738aee599be9466784eaa0ca292fcd.tar.gz chromium_src-fa02debf39738aee599be9466784eaa0ca292fcd.tar.bz2 |
Make webkit_user_agent a standalone gyp
There's no reason for the webkit user_agent target to be included from
webkit_support.gyp, doing so just makes life really confusing and makes it
easier to accidentally introduce gyp cycles. This makes webkit_user_agent.gyp
a normal standalone gyp file.
BUG=245477
Review URL: https://chromiumcodereview.appspot.com/15709006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 28e82db..58c0057 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -48,7 +48,7 @@ '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', '<(DEPTH)/third_party/zlib/zlib.gyp:zip', '<(DEPTH)/ui/ui.gyp:ui_resources', - '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', + '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', ], 'sources': [ '../apps/app_shim/app_shim_launch.h', |