summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-28 01:08:20 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-28 01:08:20 +0000
commitd04e2f1566f682a2206f907c4bb9d087c5f50b5b (patch)
treebfdeae2742be4bfe647ec721678aa4d2d3e01251 /chrome/chrome.gyp
parent8b0a57ad1683ed51c3386e71fbad185863359d90 (diff)
downloadchromium_src-d04e2f1566f682a2206f907c4bb9d087c5f50b5b.zip
chromium_src-d04e2f1566f682a2206f907c4bb9d087c5f50b5b.tar.gz
chromium_src-d04e2f1566f682a2206f907c4bb9d087c5f50b5b.tar.bz2
Sort dependencies in chrome.gyp's pull_in_all.
Also remove the inaccurate comment. BUG=94622 Review URL: http://codereview.chromium.org/7831048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp19
1 files changed, 8 insertions, 11 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 7a573b7..3390d9f 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1316,8 +1316,7 @@
['OS=="win"',
{ 'targets': [
{
- # TODO(sgk): remove this when we change the buildbots to
- # use the generated build\all.sln file to build the world.
+ # This target pulls in other binary targets into chrome.sln.
'target_name': 'pull_in_all',
'type': 'none',
'dependencies': [
@@ -1325,31 +1324,29 @@
'installer/installer_tools.gyp:*',
'installer/upgrade_test.gyp:*',
'../base/base.gyp:*',
+ '../breakpad/breakpad.gyp:*',
+ '../build/temp_gyp/googleurl.gyp:*',
'../chrome_frame/chrome_frame.gyp:*',
'../content/content.gyp:*',
+ '../courgette/courgette.gyp:*',
'../ipc/ipc.gyp:*',
'../media/media.gyp:*',
'../net/net.gyp:*',
'../ppapi/ppapi.gyp:*',
'../ppapi/ppapi_internal.gyp:*',
'../printing/printing.gyp:*',
+ '../rlz/rlz.gyp:*',
+ '../sandbox/sandbox.gyp:*',
'../sdch/sdch.gyp:*',
'../skia/skia.gyp:*',
'../sql/sql.gyp:*',
'../testing/gmock.gyp:*',
'../testing/gtest.gyp:*',
+ '../tools/memory_watcher/memory_watcher.gyp:*',
'../ui/ui.gyp:*',
+ '../v8/tools/gyp/v8.gyp:v8_shell',
'../webkit/support/webkit_support.gyp:*',
'../webkit/webkit.gyp:*',
-
- '../build/temp_gyp/googleurl.gyp:*',
-
- '../breakpad/breakpad.gyp:*',
- '../courgette/courgette.gyp:*',
- '../rlz/rlz.gyp:*',
- '../sandbox/sandbox.gyp:*',
- '../tools/memory_watcher/memory_watcher.gyp:*',
- '../v8/tools/gyp/v8.gyp:v8_shell',
'<(libjpeg_gyp_path):*',
],
'conditions': [