summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 22:31:47 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 22:31:47 +0000
commitfa02debf39738aee599be9466784eaa0ca292fcd (patch)
treeeeaa4533a06ef0ed8b19a5986d7135c4473fbdbf /build
parent474f85168ae0548e721b41e56bbdef7fcc0bac71 (diff)
downloadchromium_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 'build')
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index c8b6530..c3e29e2 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -28,7 +28,6 @@
'../ui/snapshot/snapshot.gyp:*',
'../ui/ui.gyp:*',
'../url/url.gyp:*',
- '../webkit/support/webkit_support.gyp:*',
'temp_gyp/googleurl.gyp:*',
],
'conditions': [
@@ -64,6 +63,7 @@
'../third_party/WebKit/public/all.gyp:*',
'../v8/tools/gyp/v8.gyp:*',
'../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:*',
+ '../webkit/support/webkit_support.gyp:*',
'../webkit/webkit.gyp:*',
'<(libjpeg_gyp_path):*',
],