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', | |
Mattias Nissler (ping if slow)
2011/01/25 11:42:21
why this?
danno
2011/01/25 14:27:28
The 64-bit nacl libraries need to link against 64-
| |
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', | |
Mattias Nissler (ping if slow)
2011/01/25 11:42:21
syncapi depends on policy? why?
danno
2011/01/25 14:27:28
For include directory.
On 2011/01/25 11:42:21, Mat
| |
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 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1783 'test/automation/window_proxy.h', | 1785 'test/automation/window_proxy.h', |
1784 ], | 1786 ], |
1785 }, | 1787 }, |
1786 { | 1788 { |
1787 'target_name': 'crash_service', | 1789 'target_name': 'crash_service', |
1788 'type': 'executable', | 1790 'type': 'executable', |
1789 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', | 1791 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', |
1790 'dependencies': [ | 1792 'dependencies': [ |
1791 'common_constants', | 1793 'common_constants', |
1792 'installer_util', | 1794 'installer_util', |
1795 'policy', | |
Mattias Nissler (ping if slow)
2011/01/25 11:42:21
same question.
danno
2011/01/25 14:27:28
For include directory.
On 2011/01/25 11:42:21, Mat
| |
1793 '../base/base.gyp:base', | 1796 '../base/base.gyp:base', |
1794 '../breakpad/breakpad.gyp:breakpad_handler', | 1797 '../breakpad/breakpad.gyp:breakpad_handler', |
1795 '../breakpad/breakpad.gyp:breakpad_sender', | 1798 '../breakpad/breakpad.gyp:breakpad_sender', |
1796 ], | 1799 ], |
1797 'include_dirs': [ | 1800 'include_dirs': [ |
1798 '..', | 1801 '..', |
1799 ], | 1802 ], |
1800 'sources': [ | 1803 'sources': [ |
1801 'tools/crash_service/crash_service.cc', | 1804 'tools/crash_service/crash_service.cc', |
1802 'tools/crash_service/crash_service.h', | 1805 'tools/crash_service/crash_service.h', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1902 }], # targets | 1905 }], # targets |
1903 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1906 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1904 ], # 'conditions' | 1907 ], # 'conditions' |
1905 } | 1908 } |
1906 | 1909 |
1907 # Local Variables: | 1910 # Local Variables: |
1908 # tab-width:2 | 1911 # tab-width:2 |
1909 # indent-tabs-mode:nil | 1912 # indent-tabs-mode:nil |
1910 # End: | 1913 # End: |
1911 # vim: set expandtab tabstop=2 shiftwidth=2: | 1914 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |