| 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', | |
| 42 ], | 41 ], |
| 43 'allocator_target': '../base/allocator/allocator.gyp:allocator', | 42 'allocator_target': '../base/allocator/allocator.gyp:allocator', |
| 44 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 43 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 45 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', | 44 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', |
| 46 'chrome_strings_grds': [ | 45 'chrome_strings_grds': [ |
| 47 # Localizable resources. | 46 # Localizable resources. |
| 48 'app/resources/locale_settings.grd', | 47 'app/resources/locale_settings.grd', |
| 49 'app/chromium_strings.grd', | 48 'app/chromium_strings.grd', |
| 50 'app/generated_resources.grd', | 49 'app/generated_resources.grd', |
| 51 'app/google_chrome_strings.grd', | 50 'app/google_chrome_strings.grd', |
| (...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 '_CRT_SECURE_NO_WARNINGS', | 839 '_CRT_SECURE_NO_WARNINGS', |
| 841 '_USE_32BIT_TIME_T', | 840 '_USE_32BIT_TIME_T', |
| 842 ], | 841 ], |
| 843 'dependencies': [ | 842 'dependencies': [ |
| 844 '../base/base.gyp:base', | 843 '../base/base.gyp:base', |
| 845 '../build/temp_gyp/googleurl.gyp:googleurl', | 844 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 846 '../jingle/jingle.gyp:notifier', | 845 '../jingle/jingle.gyp:notifier', |
| 847 '../third_party/icu/icu.gyp:icuuc', | 846 '../third_party/icu/icu.gyp:icuuc', |
| 848 '../third_party/libjingle/libjingle.gyp:libjingle', | 847 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 849 '../third_party/sqlite/sqlite.gyp:sqlite', | 848 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 849 'app/policy/cloud_policy_codegen.gyp:policy', |
| 850 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 850 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 851 'common_constants', | 851 'common_constants', |
| 852 'common_net', | 852 'common_net', |
| 853 'policy', | |
| 854 'sync', | 853 'sync', |
| 855 'sync_notifier', | 854 'sync_notifier', |
| 856 ], | 855 ], |
| 857 'conditions': [ | 856 'conditions': [ |
| 858 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { | 857 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { |
| 859 'dependencies': [ | 858 'dependencies': [ |
| 860 '../build/linux/system.gyp:nss' | 859 '../build/linux/system.gyp:nss' |
| 861 ], | 860 ], |
| 862 }], | 861 }], |
| 863 ], | 862 ], |
| (...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1800 'test/automation/tab_proxy.h', | 1799 'test/automation/tab_proxy.h', |
| 1801 'test/automation/window_proxy.cc', | 1800 'test/automation/window_proxy.cc', |
| 1802 'test/automation/window_proxy.h', | 1801 'test/automation/window_proxy.h', |
| 1803 ], | 1802 ], |
| 1804 }, | 1803 }, |
| 1805 { | 1804 { |
| 1806 'target_name': 'crash_service', | 1805 'target_name': 'crash_service', |
| 1807 'type': 'executable', | 1806 'type': 'executable', |
| 1808 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', | 1807 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', |
| 1809 'dependencies': [ | 1808 'dependencies': [ |
| 1809 'app/policy/cloud_policy_codegen.gyp:policy', |
| 1810 'common_constants', | 1810 'common_constants', |
| 1811 'installer_util', | 1811 'installer_util', |
| 1812 'policy', | |
| 1813 '../base/base.gyp:base', | 1812 '../base/base.gyp:base', |
| 1814 '../breakpad/breakpad.gyp:breakpad_handler', | 1813 '../breakpad/breakpad.gyp:breakpad_handler', |
| 1815 '../breakpad/breakpad.gyp:breakpad_sender', | 1814 '../breakpad/breakpad.gyp:breakpad_sender', |
| 1816 ], | 1815 ], |
| 1817 'include_dirs': [ | 1816 'include_dirs': [ |
| 1818 '..', | 1817 '..', |
| 1819 ], | 1818 ], |
| 1820 'sources': [ | 1819 'sources': [ |
| 1821 'tools/crash_service/crash_service.cc', | 1820 'tools/crash_service/crash_service.cc', |
| 1822 'tools/crash_service/crash_service.h', | 1821 'tools/crash_service/crash_service.h', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1922 }], # targets | 1921 }], # targets |
| 1923 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1922 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1924 ], # 'conditions' | 1923 ], # 'conditions' |
| 1925 } | 1924 } |
| 1926 | 1925 |
| 1927 # Local Variables: | 1926 # Local Variables: |
| 1928 # tab-width:2 | 1927 # tab-width:2 |
| 1929 # indent-tabs-mode:nil | 1928 # indent-tabs-mode:nil |
| 1930 # End: | 1929 # End: |
| 1931 # vim: set expandtab tabstop=2 shiftwidth=2: | 1930 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |