OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'dependencies': [ | 398 'dependencies': [ |
399 'chrome_resources', | 399 'chrome_resources', |
400 'chrome_strings', | 400 'chrome_strings', |
401 'theme_resources', | 401 'theme_resources', |
402 '../app/app.gyp:app_base', | 402 '../app/app.gyp:app_base', |
403 '../base/base.gyp:base', | 403 '../base/base.gyp:base', |
404 '../base/base.gyp:base_gfx', | 404 '../base/base.gyp:base_gfx', |
405 '../build/temp_gyp/googleurl.gyp:googleurl', | 405 '../build/temp_gyp/googleurl.gyp:googleurl', |
406 '../ipc/ipc.gyp:ipc', | 406 '../ipc/ipc.gyp:ipc', |
407 '../net/net.gyp:net', | 407 '../net/net.gyp:net', |
| 408 '../net/net.gyp:net_resources', |
408 '../skia/skia.gyp:skia', | 409 '../skia/skia.gyp:skia', |
409 '../third_party/icu/icu.gyp:icui18n', | 410 '../third_party/icu/icu.gyp:icui18n', |
410 '../third_party/icu/icu.gyp:icuuc', | 411 '../third_party/icu/icu.gyp:icuuc', |
411 '../third_party/libxml/libxml.gyp:libxml', | 412 '../third_party/libxml/libxml.gyp:libxml', |
412 '../third_party/sqlite/sqlite.gyp:sqlite', | 413 '../third_party/sqlite/sqlite.gyp:sqlite', |
413 '../third_party/zlib/zlib.gyp:zlib', | 414 '../third_party/zlib/zlib.gyp:zlib', |
414 '../third_party/npapi/npapi.gyp:npapi', | 415 '../third_party/npapi/npapi.gyp:npapi', |
415 '../webkit/webkit.gyp:appcache', | 416 '../webkit/webkit.gyp:appcache', |
416 '../webkit/webkit.gyp:glue', | 417 '../webkit/webkit.gyp:glue', |
417 ], | 418 ], |
(...skipping 13 matching lines...) Expand all Loading... |
431 'common/extensions/extension_unpacker.cc', | 432 'common/extensions/extension_unpacker.cc', |
432 'common/extensions/extension_unpacker.h', | 433 'common/extensions/extension_unpacker.h', |
433 'common/extensions/update_manifest.cc', | 434 'common/extensions/update_manifest.cc', |
434 'common/extensions/update_manifest.h', | 435 'common/extensions/update_manifest.h', |
435 'common/extensions/url_pattern.cc', | 436 'common/extensions/url_pattern.cc', |
436 'common/extensions/url_pattern.h', | 437 'common/extensions/url_pattern.h', |
437 'common/extensions/user_script.cc', | 438 'common/extensions/user_script.cc', |
438 'common/extensions/user_script.h', | 439 'common/extensions/user_script.h', |
439 'common/gfx/utils.h', | 440 'common/gfx/utils.h', |
440 'common/net/dns.h', | 441 'common/net/dns.h', |
| 442 'common/net/net_resource_provider.cc', |
| 443 'common/net/net_resource_provider.h', |
441 'common/net/url_request_intercept_job.cc', | 444 'common/net/url_request_intercept_job.cc', |
442 'common/net/url_request_intercept_job.h', | 445 'common/net/url_request_intercept_job.h', |
443 'common/web_resource/web_resource_unpacker.cc', | 446 'common/web_resource/web_resource_unpacker.cc', |
444 'common/web_resource/web_resource_unpacker.h', | 447 'common/web_resource/web_resource_unpacker.h', |
445 'common/appcache/appcache_backend_proxy.cc', | 448 'common/appcache/appcache_backend_proxy.cc', |
446 'common/appcache/appcache_backend_proxy.h', | 449 'common/appcache/appcache_backend_proxy.h', |
447 'common/appcache/appcache_dispatcher.cc', | 450 'common/appcache/appcache_dispatcher.cc', |
448 'common/appcache/appcache_dispatcher.h', | 451 'common/appcache/appcache_dispatcher.h', |
449 'common/appcache/appcache_dispatcher_host.cc', | 452 'common/appcache/appcache_dispatcher_host.cc', |
450 'common/appcache/appcache_dispatcher_host.h', | 453 'common/appcache/appcache_dispatcher_host.h', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 'type': '<(library)', | 668 'type': '<(library)', |
666 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 669 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
667 'dependencies': [ | 670 'dependencies': [ |
668 'common', | 671 'common', |
669 'chrome_resources', | 672 'chrome_resources', |
670 'chrome_strings', | 673 'chrome_strings', |
671 'theme_resources', | 674 'theme_resources', |
672 '../app/app.gyp:app_resources', | 675 '../app/app.gyp:app_resources', |
673 '../app/app.gyp:app_strings', | 676 '../app/app.gyp:app_strings', |
674 '../media/media.gyp:media', | 677 '../media/media.gyp:media', |
675 '../net/net.gyp:net_resources', | |
676 '../printing/printing.gyp:printing', | 678 '../printing/printing.gyp:printing', |
677 '../skia/skia.gyp:skia', | 679 '../skia/skia.gyp:skia', |
678 '../third_party/bzip2/bzip2.gyp:bzip2', | 680 '../third_party/bzip2/bzip2.gyp:bzip2', |
679 '../third_party/icu/icu.gyp:icui18n', | 681 '../third_party/icu/icu.gyp:icui18n', |
680 '../third_party/icu/icu.gyp:icuuc', | 682 '../third_party/icu/icu.gyp:icuuc', |
681 '../third_party/libxml/libxml.gyp:libxml', | 683 '../third_party/libxml/libxml.gyp:libxml', |
682 '../third_party/npapi/npapi.gyp:npapi', | 684 '../third_party/npapi/npapi.gyp:npapi', |
683 '../third_party/hunspell/hunspell.gyp:hunspell', | 685 '../third_party/hunspell/hunspell.gyp:hunspell', |
684 '../webkit/webkit.gyp:glue', | 686 '../webkit/webkit.gyp:glue', |
685 ], | 687 ], |
(...skipping 5961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6647 'defines': [ | 6649 'defines': [ |
6648 'POSIX', | 6650 'POSIX', |
6649 ], | 6651 ], |
6650 }], | 6652 }], |
6651 ], | 6653 ], |
6652 }, | 6654 }, |
6653 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 | 6655 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 |
6654 }], | 6656 }], |
6655 ], # 'conditions' | 6657 ], # 'conditions' |
6656 } | 6658 } |
OLD | NEW |