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

Side by Side Diff: chrome/chrome.gyp

Issue 2070001: Remove webkit_support_in_chromium.gyp and use webkit_support.gyp (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 7 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
« no previous file with comments | « chrome/app/locales/locales.gyp ('k') | chrome/chrome_browser.gypi » ('j') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 'common', 472 'common',
473 'chrome_resources', 473 'chrome_resources',
474 'chrome_strings', 474 'chrome_strings',
475 '../media/media.gyp:media', 475 '../media/media.gyp:media',
476 '../skia/skia.gyp:skia', 476 '../skia/skia.gyp:skia',
477 '../third_party/icu/icu.gyp:icui18n', 477 '../third_party/icu/icu.gyp:icui18n',
478 '../third_party/icu/icu.gyp:icuuc', 478 '../third_party/icu/icu.gyp:icuuc',
479 '../third_party/libxml/libxml.gyp:libxml', 479 '../third_party/libxml/libxml.gyp:libxml',
480 '../third_party/npapi/npapi.gyp:npapi', 480 '../third_party/npapi/npapi.gyp:npapi',
481 '../third_party/hunspell/hunspell.gyp:hunspell', 481 '../third_party/hunspell/hunspell.gyp:hunspell',
482 '../webkit/support/webkit_support_in_chromium.gyp:glue', 482 '../webkit/support/webkit_support.gyp:glue',
483 ], 483 ],
484 'include_dirs': [ 484 'include_dirs': [
485 '<(INTERMEDIATE_DIR)', 485 '<(INTERMEDIATE_DIR)',
486 ], 486 ],
487 'sources': [ 487 'sources': [
488 # All .cc, .h, .m, and .mm files under plugins except for tests and 488 # All .cc, .h, .m, and .mm files under plugins except for tests and
489 # mocks. 489 # mocks.
490 'plugin/chrome_plugin_host.cc', 490 'plugin/chrome_plugin_host.cc',
491 'plugin/chrome_plugin_host.h', 491 'plugin/chrome_plugin_host.h',
492 'plugin/npobject_base.h', 492 'plugin/npobject_base.h',
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 '../third_party/icu/icu.gyp:*', 1357 '../third_party/icu/icu.gyp:*',
1358 '../third_party/libjpeg/libjpeg.gyp:*', 1358 '../third_party/libjpeg/libjpeg.gyp:*',
1359 '../third_party/libpng/libpng.gyp:*', 1359 '../third_party/libpng/libpng.gyp:*',
1360 '../third_party/libxml/libxml.gyp:*', 1360 '../third_party/libxml/libxml.gyp:*',
1361 '../third_party/libxslt/libxslt.gyp:*', 1361 '../third_party/libxslt/libxslt.gyp:*',
1362 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 1362 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
1363 '../third_party/modp_b64/modp_b64.gyp:*', 1363 '../third_party/modp_b64/modp_b64.gyp:*',
1364 '../third_party/npapi/npapi.gyp:*', 1364 '../third_party/npapi/npapi.gyp:*',
1365 '../third_party/sqlite/sqlite.gyp:*', 1365 '../third_party/sqlite/sqlite.gyp:*',
1366 '../third_party/zlib/zlib.gyp:*', 1366 '../third_party/zlib/zlib.gyp:*',
1367 '../webkit/support/webkit_support_in_chromium.gyp:*', 1367 '../webkit/support/webkit_support.gyp:*',
1368 '../webkit/webkit.gyp:*', 1368 '../webkit/webkit.gyp:*',
1369 1369
1370 '../build/temp_gyp/googleurl.gyp:*', 1370 '../build/temp_gyp/googleurl.gyp:*',
1371 1371
1372 '../breakpad/breakpad.gyp:*', 1372 '../breakpad/breakpad.gyp:*',
1373 '../courgette/courgette.gyp:*', 1373 '../courgette/courgette.gyp:*',
1374 '../gears/gears.gyp:*', 1374 '../gears/gears.gyp:*',
1375 '../rlz/rlz.gyp:*', 1375 '../rlz/rlz.gyp:*',
1376 '../sandbox/sandbox.gyp:*', 1376 '../sandbox/sandbox.gyp:*',
1377 '../tools/memory_watcher/memory_watcher.gyp:*', 1377 '../tools/memory_watcher/memory_watcher.gyp:*',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1674 }], # targets 1674 }], # targets
1675 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1675 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1676 ], # 'conditions' 1676 ], # 'conditions'
1677 } 1677 }
1678 1678
1679 # Local Variables: 1679 # Local Variables:
1680 # tab-width:2 1680 # tab-width:2
1681 # indent-tabs-mode:nil 1681 # indent-tabs-mode:nil
1682 # End: 1682 # End:
1683 # vim: set expandtab tabstop=2 shiftwidth=2: 1683 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/app/locales/locales.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698