Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Side by Side Diff: chrome/chrome.gyp

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nacl build Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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',
44 'policy_out_dir': '<(SHARED_INTERMEDIATE_DIR)/policy',
43 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 45 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
44 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 46 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
45 'chrome_strings_grds': [ 47 'chrome_strings_grds': [
46 # Localizable resources. 48 # Localizable resources.
47 'app/resources/locale_settings.grd', 49 'app/resources/locale_settings.grd',
48 'app/chromium_strings.grd', 50 'app/chromium_strings.grd',
49 'app/generated_resources.grd', 51 'app/generated_resources.grd',
50 'app/google_chrome_strings.grd', 52 'app/google_chrome_strings.grd',
51 ], 53 ],
52 'chrome_resources_grds': [ 54 'chrome_resources_grds': [
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'dependencies': [ 843 'dependencies': [
842 '../base/base.gyp:base', 844 '../base/base.gyp:base',
843 '../build/temp_gyp/googleurl.gyp:googleurl', 845 '../build/temp_gyp/googleurl.gyp:googleurl',
844 '../jingle/jingle.gyp:notifier', 846 '../jingle/jingle.gyp:notifier',
845 '../third_party/icu/icu.gyp:icuuc', 847 '../third_party/icu/icu.gyp:icuuc',
846 '../third_party/libjingle/libjingle.gyp:libjingle', 848 '../third_party/libjingle/libjingle.gyp:libjingle',
847 '../third_party/sqlite/sqlite.gyp:sqlite', 849 '../third_party/sqlite/sqlite.gyp:sqlite',
848 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 850 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
849 'common_constants', 851 'common_constants',
850 'common_net', 852 'common_net',
853 'policy',
851 'sync', 854 'sync',
852 'sync_notifier', 855 'sync_notifier',
853 ], 856 ],
854 'conditions': [ 857 'conditions': [
855 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 858 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
856 'dependencies': [ 859 'dependencies': [
857 '../build/linux/system.gyp:nss' 860 '../build/linux/system.gyp:nss'
858 ], 861 ],
859 }], 862 }],
860 ], 863 ],
(...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after
1781 'test/automation/window_proxy.h', 1784 'test/automation/window_proxy.h',
1782 ], 1785 ],
1783 }, 1786 },
1784 { 1787 {
1785 'target_name': 'crash_service', 1788 'target_name': 'crash_service',
1786 'type': 'executable', 1789 'type': 'executable',
1787 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', 1790 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC',
1788 'dependencies': [ 1791 'dependencies': [
1789 'common_constants', 1792 'common_constants',
1790 'installer_util', 1793 'installer_util',
1794 'policy',
1791 '../base/base.gyp:base', 1795 '../base/base.gyp:base',
1792 '../breakpad/breakpad.gyp:breakpad_handler', 1796 '../breakpad/breakpad.gyp:breakpad_handler',
1793 '../breakpad/breakpad.gyp:breakpad_sender', 1797 '../breakpad/breakpad.gyp:breakpad_sender',
1794 ], 1798 ],
1795 'include_dirs': [ 1799 'include_dirs': [
1796 '..', 1800 '..',
1797 ], 1801 ],
1798 'sources': [ 1802 'sources': [
1799 'tools/crash_service/crash_service.cc', 1803 'tools/crash_service/crash_service.cc',
1800 'tools/crash_service/crash_service.h', 1804 'tools/crash_service/crash_service.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 }], # targets 1903 }], # targets
1900 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1904 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1901 ], # 'conditions' 1905 ], # 'conditions'
1902 } 1906 }
1903 1907
1904 # Local Variables: 1908 # Local Variables:
1905 # tab-width:2 1909 # tab-width:2
1906 # indent-tabs-mode:nil 1910 # indent-tabs-mode:nil
1907 # End: 1911 # End:
1908 # vim: set expandtab tabstop=2 shiftwidth=2: 1912 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698