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 20 matching lines...) Expand all Loading... |
31 'utility', | 31 'utility', |
32 'worker', | 32 'worker', |
33 'service', | 33 'service', |
34 '../printing/printing.gyp:printing', | 34 '../printing/printing.gyp:printing', |
35 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resourc
es', | 35 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resourc
es', |
36 ], | 36 ], |
37 'nacl_win64_dependencies': [ | 37 'nacl_win64_dependencies': [ |
38 'common_nacl_win64', | 38 'common_nacl_win64', |
39 'common_constants_win64', | 39 'common_constants_win64', |
40 'installer_util_nacl_win64', | 40 'installer_util_nacl_win64', |
| 41 'policy_win64', |
41 ], | 42 ], |
42 'allocator_target': '../base/allocator/allocator.gyp:allocator', | 43 'allocator_target': '../base/allocator/allocator.gyp:allocator', |
43 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 44 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
44 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', | 45 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', |
45 'chrome_strings_grds': [ | 46 'chrome_strings_grds': [ |
46 # Localizable resources. | 47 # Localizable resources. |
47 'app/resources/locale_settings.grd', | 48 'app/resources/locale_settings.grd', |
48 'app/chromium_strings.grd', | 49 'app/chromium_strings.grd', |
49 'app/generated_resources.grd', | 50 'app/generated_resources.grd', |
50 'app/google_chrome_strings.grd', | 51 'app/google_chrome_strings.grd', |
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
842 'dependencies': [ | 843 'dependencies': [ |
843 '../base/base.gyp:base', | 844 '../base/base.gyp:base', |
844 '../build/temp_gyp/googleurl.gyp:googleurl', | 845 '../build/temp_gyp/googleurl.gyp:googleurl', |
845 '../jingle/jingle.gyp:notifier', | 846 '../jingle/jingle.gyp:notifier', |
846 '../third_party/icu/icu.gyp:icuuc', | 847 '../third_party/icu/icu.gyp:icuuc', |
847 '../third_party/libjingle/libjingle.gyp:libjingle', | 848 '../third_party/libjingle/libjingle.gyp:libjingle', |
848 '../third_party/sqlite/sqlite.gyp:sqlite', | 849 '../third_party/sqlite/sqlite.gyp:sqlite', |
849 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 850 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
850 'common_constants', | 851 'common_constants', |
851 'common_net', | 852 'common_net', |
| 853 'policy', |
852 'sync', | 854 'sync', |
853 'sync_notifier', | 855 'sync_notifier', |
854 ], | 856 ], |
855 'conditions': [ | 857 'conditions': [ |
856 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { | 858 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { |
857 'dependencies': [ | 859 'dependencies': [ |
858 '../build/linux/system.gyp:nss' | 860 '../build/linux/system.gyp:nss' |
859 ], | 861 ], |
860 }], | 862 }], |
861 ], | 863 ], |
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1787 'test/automation/window_proxy.h', | 1789 'test/automation/window_proxy.h', |
1788 ], | 1790 ], |
1789 }, | 1791 }, |
1790 { | 1792 { |
1791 'target_name': 'crash_service', | 1793 'target_name': 'crash_service', |
1792 'type': 'executable', | 1794 'type': 'executable', |
1793 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', | 1795 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', |
1794 'dependencies': [ | 1796 'dependencies': [ |
1795 'common_constants', | 1797 'common_constants', |
1796 'installer_util', | 1798 'installer_util', |
| 1799 'policy', |
1797 '../base/base.gyp:base', | 1800 '../base/base.gyp:base', |
1798 '../breakpad/breakpad.gyp:breakpad_handler', | 1801 '../breakpad/breakpad.gyp:breakpad_handler', |
1799 '../breakpad/breakpad.gyp:breakpad_sender', | 1802 '../breakpad/breakpad.gyp:breakpad_sender', |
1800 ], | 1803 ], |
1801 'include_dirs': [ | 1804 'include_dirs': [ |
1802 '..', | 1805 '..', |
1803 ], | 1806 ], |
1804 'sources': [ | 1807 'sources': [ |
1805 'tools/crash_service/crash_service.cc', | 1808 'tools/crash_service/crash_service.cc', |
1806 'tools/crash_service/crash_service.h', | 1809 'tools/crash_service/crash_service.h', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1906 }], # targets | 1909 }], # targets |
1907 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1910 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1908 ], # 'conditions' | 1911 ], # 'conditions' |
1909 } | 1912 } |
1910 | 1913 |
1911 # Local Variables: | 1914 # Local Variables: |
1912 # tab-width:2 | 1915 # tab-width:2 |
1913 # indent-tabs-mode:nil | 1916 # indent-tabs-mode:nil |
1914 # End: | 1917 # End: |
1915 # vim: set expandtab tabstop=2 shiftwidth=2: | 1918 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |