Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: chrome/chrome.gyp

Issue 7828048: Start removing dependencies from chrome.gyp's pull_in_all target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 '../media/media.gyp:*', 1357 '../media/media.gyp:*',
1358 '../net/net.gyp:*', 1358 '../net/net.gyp:*',
1359 '../ppapi/ppapi.gyp:*', 1359 '../ppapi/ppapi.gyp:*',
1360 '../ppapi/ppapi_internal.gyp:*', 1360 '../ppapi/ppapi_internal.gyp:*',
1361 '../printing/printing.gyp:*', 1361 '../printing/printing.gyp:*',
1362 '../sdch/sdch.gyp:*', 1362 '../sdch/sdch.gyp:*',
1363 '../skia/skia.gyp:*', 1363 '../skia/skia.gyp:*',
1364 '../sql/sql.gyp:*', 1364 '../sql/sql.gyp:*',
1365 '../testing/gmock.gyp:*', 1365 '../testing/gmock.gyp:*',
1366 '../testing/gtest.gyp:*', 1366 '../testing/gtest.gyp:*',
1367 '../third_party/bsdiff/bsdiff.gyp:*',
1368 '../third_party/bspatch/bspatch.gyp:*',
1369 '../third_party/bzip2/bzip2.gyp:*',
1370 '../third_party/codesighs/codesighs.gyp:*',
1371 '../third_party/iccjpeg/iccjpeg.gyp:*',
1372 '../third_party/icu/icu.gyp:*',
1373 '../third_party/libpng/libpng.gyp:*',
1374 '../third_party/libwebp/libwebp.gyp:*',
1375 '../third_party/libxslt/libxslt.gyp:*',
1376 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
1377 '../third_party/modp_b64/modp_b64.gyp:*',
1378 '../third_party/npapi/npapi.gyp:*',
1379 '../third_party/qcms/qcms.gyp:*',
1380 '../third_party/sqlite/sqlite.gyp:*',
1381 '../third_party/zlib/zlib.gyp:*',
1382 '../ui/ui.gyp:*', 1367 '../ui/ui.gyp:*',
1383 '../webkit/support/webkit_support.gyp:*', 1368 '../webkit/support/webkit_support.gyp:*',
1384 '../webkit/webkit.gyp:*', 1369 '../webkit/webkit.gyp:*',
1385 1370
1386 '../build/temp_gyp/googleurl.gyp:*', 1371 '../build/temp_gyp/googleurl.gyp:*',
1387 1372
1388 '../breakpad/breakpad.gyp:*', 1373 '../breakpad/breakpad.gyp:*',
1389 '../courgette/courgette.gyp:*', 1374 '../courgette/courgette.gyp:*',
1390 '../rlz/rlz.gyp:*', 1375 '../rlz/rlz.gyp:*',
1391 '../sandbox/sandbox.gyp:*', 1376 '../sandbox/sandbox.gyp:*',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1750 'destination': '<(PRODUCT_DIR)', 1735 'destination': '<(PRODUCT_DIR)',
1751 'files': [ 1736 'files': [
1752 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1737 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1753 ], 1738 ],
1754 }, 1739 },
1755 ], 1740 ],
1756 }], # targets 1741 }], # targets
1757 }], # OS != "mac" 1742 }], # OS != "mac"
1758 ], # 'conditions' 1743 ], # 'conditions'
1759 } 1744 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698