| OLD | NEW |
| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 { | 417 { |
| 418 'target_name': 'debugger', | 418 'target_name': 'debugger', |
| 419 'type': 'static_library', | 419 'type': 'static_library', |
| 420 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6', | 420 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6', |
| 421 'dependencies': [ | 421 'dependencies': [ |
| 422 'chrome_extra_resources', | 422 'chrome_extra_resources', |
| 423 'chrome_resources', | 423 'chrome_resources', |
| 424 'chrome_strings', | 424 'chrome_strings', |
| 425 '../base/base.gyp:base', | 425 '../base/base.gyp:base', |
| 426 '../net/net.gyp:http_server', | 426 '../net/net.gyp:http_server', |
| 427 '../net/net.gyp:net', |
| 427 'theme_resources', | 428 'theme_resources', |
| 428 'theme_resources_standard', | 429 'theme_resources_standard', |
| 429 '../skia/skia.gyp:skia', | 430 '../skia/skia.gyp:skia', |
| 430 '../third_party/icu/icu.gyp:icui18n', | 431 '../third_party/icu/icu.gyp:icui18n', |
| 431 '../third_party/icu/icu.gyp:icuuc', | 432 '../third_party/icu/icu.gyp:icuuc', |
| 432 ], | 433 ], |
| 433 'include_dirs': [ | 434 'include_dirs': [ |
| 434 '..', | 435 '..', |
| 435 ], | 436 ], |
| 436 'sources': [ | 437 'sources': [ |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 '..', | 528 '..', |
| 528 ], | 529 ], |
| 529 'defines' : [ | 530 'defines' : [ |
| 530 '_CRT_SECURE_NO_WARNINGS', | 531 '_CRT_SECURE_NO_WARNINGS', |
| 531 '_USE_32BIT_TIME_T', | 532 '_USE_32BIT_TIME_T', |
| 532 ], | 533 ], |
| 533 'dependencies': [ | 534 'dependencies': [ |
| 534 '../base/base.gyp:base', | 535 '../base/base.gyp:base', |
| 535 '../build/temp_gyp/googleurl.gyp:googleurl', | 536 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 536 '../jingle/jingle.gyp:notifier', | 537 '../jingle/jingle.gyp:notifier', |
| 538 '../net/net.gyp:net', |
| 537 '../third_party/icu/icu.gyp:icuuc', | 539 '../third_party/icu/icu.gyp:icuuc', |
| 538 '../third_party/sqlite/sqlite.gyp:sqlite', | 540 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 539 'app/policy/cloud_policy_codegen.gyp:policy', | 541 'app/policy/cloud_policy_codegen.gyp:policy', |
| 540 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 542 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 541 'common_constants', | 543 'common_constants', |
| 542 'common_net', | 544 'common_net', |
| 543 'sync', | 545 'sync', |
| 544 'sync_notifier', | 546 'sync_notifier', |
| 545 ], | 547 ], |
| 546 'export_dependent_settings': [ | 548 'export_dependent_settings': [ |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 'browser/sync/notifier/sync_notifier.h', | 796 'browser/sync/notifier/sync_notifier.h', |
| 795 'browser/sync/notifier/sync_notifier_factory.h', | 797 'browser/sync/notifier/sync_notifier_factory.h', |
| 796 'browser/sync/notifier/sync_notifier_factory.cc', | 798 'browser/sync/notifier/sync_notifier_factory.cc', |
| 797 ], | 799 ], |
| 798 'include_dirs': [ | 800 'include_dirs': [ |
| 799 '..', | 801 '..', |
| 800 ], | 802 ], |
| 801 'dependencies': [ | 803 'dependencies': [ |
| 802 'sync', | 804 'sync', |
| 803 '../jingle/jingle.gyp:notifier', | 805 '../jingle/jingle.gyp:notifier', |
| 806 '../net/net.gyp:net', |
| 804 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 807 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 805 ], | 808 ], |
| 806 # This target exports a hard dependency because it depends on | 809 # This target exports a hard dependency because it depends on |
| 807 # cacheinvalidation (which itself has hard_dependency set). | 810 # cacheinvalidation (which itself has hard_dependency set). |
| 808 'hard_dependency': 1, | 811 'hard_dependency': 1, |
| 809 'export_dependent_settings': [ | 812 'export_dependent_settings': [ |
| 810 '../jingle/jingle.gyp:notifier', | 813 '../jingle/jingle.gyp:notifier', |
| 811 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 814 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 812 ], | 815 ], |
| 813 }, | 816 }, |
| 814 { | 817 { |
| 815 'target_name': 'service', | 818 'target_name': 'service', |
| 816 'type': 'static_library', | 819 'type': 'static_library', |
| 817 'msvs_guid': '2DA87614-55C5-4E56-A17E-0CD099786197', | 820 'msvs_guid': '2DA87614-55C5-4E56-A17E-0CD099786197', |
| 818 'dependencies': [ | 821 'dependencies': [ |
| 819 'chrome_strings', | 822 'chrome_strings', |
| 820 'common', | 823 'common', |
| 821 'common_net', | 824 'common_net', |
| 822 '../base/base.gyp:base', | 825 '../base/base.gyp:base', |
| 823 '../jingle/jingle.gyp:notifier', | 826 '../jingle/jingle.gyp:notifier', |
| 827 '../net/net.gyp:net', |
| 824 '../printing/printing.gyp:printing', | 828 '../printing/printing.gyp:printing', |
| 825 '../skia/skia.gyp:skia', | 829 '../skia/skia.gyp:skia', |
| 826 '../third_party/libjingle/libjingle.gyp:libjingle', | 830 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 827 ], | 831 ], |
| 828 'sources': [ | 832 'sources': [ |
| 829 'service/service_child_process_host.cc', | 833 'service/service_child_process_host.cc', |
| 830 'service/service_child_process_host.h', | 834 'service/service_child_process_host.h', |
| 831 'service/service_ipc_server.cc', | 835 'service/service_ipc_server.cc', |
| 832 'service/service_ipc_server.h', | 836 'service/service_ipc_server.h', |
| 833 'service/service_main.cc', | 837 'service/service_main.cc', |
| (...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1664 }], # targets | 1668 }], # targets |
| 1665 }], # os_posix == 1 and OS != "mac" | 1669 }], # os_posix == 1 and OS != "mac" |
| 1666 ], # 'conditions' | 1670 ], # 'conditions' |
| 1667 } | 1671 } |
| 1668 | 1672 |
| 1669 # Local Variables: | 1673 # Local Variables: |
| 1670 # tab-width:2 | 1674 # tab-width:2 |
| 1671 # indent-tabs-mode:nil | 1675 # indent-tabs-mode:nil |
| 1672 # End: | 1676 # End: |
| 1673 # vim: set expandtab tabstop=2 shiftwidth=2: | 1677 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |