OLD | NEW |
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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 'common', | 471 'common', |
472 'chrome_resources', | 472 'chrome_resources', |
473 'chrome_strings', | 473 'chrome_strings', |
474 '../media/media.gyp:media', | 474 '../media/media.gyp:media', |
475 '../skia/skia.gyp:skia', | 475 '../skia/skia.gyp:skia', |
476 '../third_party/icu/icu.gyp:icui18n', | 476 '../third_party/icu/icu.gyp:icui18n', |
477 '../third_party/icu/icu.gyp:icuuc', | 477 '../third_party/icu/icu.gyp:icuuc', |
478 '../third_party/libxml/libxml.gyp:libxml', | 478 '../third_party/libxml/libxml.gyp:libxml', |
479 '../third_party/npapi/npapi.gyp:npapi', | 479 '../third_party/npapi/npapi.gyp:npapi', |
480 '../third_party/hunspell/hunspell.gyp:hunspell', | 480 '../third_party/hunspell/hunspell.gyp:hunspell', |
481 '../webkit/webkit.gyp:glue', | 481 '../webkit/support/webkit_support_in_chromium.gyp:glue', |
482 ], | 482 ], |
483 'include_dirs': [ | 483 'include_dirs': [ |
484 '<(INTERMEDIATE_DIR)', | 484 '<(INTERMEDIATE_DIR)', |
485 ], | 485 ], |
486 'sources': [ | 486 'sources': [ |
487 # All .cc, .h, .m, and .mm files under plugins except for tests and | 487 # All .cc, .h, .m, and .mm files under plugins except for tests and |
488 # mocks. | 488 # mocks. |
489 'plugin/chrome_plugin_host.cc', | 489 'plugin/chrome_plugin_host.cc', |
490 'plugin/chrome_plugin_host.h', | 490 'plugin/chrome_plugin_host.h', |
491 'plugin/npobject_base.h', | 491 'plugin/npobject_base.h', |
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1327 '../third_party/icu/icu.gyp:*', | 1327 '../third_party/icu/icu.gyp:*', |
1328 '../third_party/libjpeg/libjpeg.gyp:*', | 1328 '../third_party/libjpeg/libjpeg.gyp:*', |
1329 '../third_party/libpng/libpng.gyp:*', | 1329 '../third_party/libpng/libpng.gyp:*', |
1330 '../third_party/libxml/libxml.gyp:*', | 1330 '../third_party/libxml/libxml.gyp:*', |
1331 '../third_party/libxslt/libxslt.gyp:*', | 1331 '../third_party/libxslt/libxslt.gyp:*', |
1332 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 1332 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
1333 '../third_party/modp_b64/modp_b64.gyp:*', | 1333 '../third_party/modp_b64/modp_b64.gyp:*', |
1334 '../third_party/npapi/npapi.gyp:*', | 1334 '../third_party/npapi/npapi.gyp:*', |
1335 '../third_party/sqlite/sqlite.gyp:*', | 1335 '../third_party/sqlite/sqlite.gyp:*', |
1336 '../third_party/zlib/zlib.gyp:*', | 1336 '../third_party/zlib/zlib.gyp:*', |
| 1337 '../webkit/support/webkit_support_in_chromium.gyp:*', |
1337 '../webkit/webkit.gyp:*', | 1338 '../webkit/webkit.gyp:*', |
1338 | 1339 |
1339 '../build/temp_gyp/googleurl.gyp:*', | 1340 '../build/temp_gyp/googleurl.gyp:*', |
1340 | 1341 |
1341 '../breakpad/breakpad.gyp:*', | 1342 '../breakpad/breakpad.gyp:*', |
1342 '../courgette/courgette.gyp:*', | 1343 '../courgette/courgette.gyp:*', |
1343 '../gears/gears.gyp:*', | 1344 '../gears/gears.gyp:*', |
1344 '../rlz/rlz.gyp:*', | 1345 '../rlz/rlz.gyp:*', |
1345 '../sandbox/sandbox.gyp:*', | 1346 '../sandbox/sandbox.gyp:*', |
1346 '../tools/memory_watcher/memory_watcher.gyp:*', | 1347 '../tools/memory_watcher/memory_watcher.gyp:*', |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1643 }], # targets | 1644 }], # targets |
1644 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1645 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1645 ], # 'conditions' | 1646 ], # 'conditions' |
1646 } | 1647 } |
1647 | 1648 |
1648 # Local Variables: | 1649 # Local Variables: |
1649 # tab-width:2 | 1650 # tab-width:2 |
1650 # indent-tabs-mode:nil | 1651 # indent-tabs-mode:nil |
1651 # End: | 1652 # End: |
1652 # vim: set expandtab tabstop=2 shiftwidth=2: | 1653 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |