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

Side by Side Diff: chrome/chrome.gyp

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build on mac and win; address comments Created 9 years, 10 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 #'app/policy/cloud_policy_codegen.gyp:policy_win64',
Mark Mentovai 2011/02/10 18:42:19 ?
Jakob Kummerow 2011/02/14 16:14:26 Done. Forgot to remove it earlier.
42 ], 42 ],
43 'allocator_target': '../base/allocator/allocator.gyp:allocator', 43 'allocator_target': '../base/allocator/allocator.gyp:allocator',
44 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 44 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
45 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 45 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
46 'chrome_strings_grds': [ 46 'chrome_strings_grds': [
47 # Localizable resources. 47 # Localizable resources.
48 'app/resources/locale_settings.grd', 48 'app/resources/locale_settings.grd',
49 'app/chromium_strings.grd', 49 'app/chromium_strings.grd',
50 'app/generated_resources.grd', 50 'app/generated_resources.grd',
51 'app/google_chrome_strings.grd', 51 'app/google_chrome_strings.grd',
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 '_CRT_SECURE_NO_WARNINGS', 840 '_CRT_SECURE_NO_WARNINGS',
841 '_USE_32BIT_TIME_T', 841 '_USE_32BIT_TIME_T',
842 ], 842 ],
843 'dependencies': [ 843 'dependencies': [
844 '../base/base.gyp:base', 844 '../base/base.gyp:base',
845 '../build/temp_gyp/googleurl.gyp:googleurl', 845 '../build/temp_gyp/googleurl.gyp:googleurl',
846 '../jingle/jingle.gyp:notifier', 846 '../jingle/jingle.gyp:notifier',
847 '../third_party/icu/icu.gyp:icuuc', 847 '../third_party/icu/icu.gyp:icuuc',
848 '../third_party/libjingle/libjingle.gyp:libjingle', 848 '../third_party/libjingle/libjingle.gyp:libjingle',
849 '../third_party/sqlite/sqlite.gyp:sqlite', 849 '../third_party/sqlite/sqlite.gyp:sqlite',
850 'app/policy/cloud_policy_codegen.gyp:policy',
850 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 851 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
851 'common_constants', 852 'common_constants',
852 'common_net', 853 'common_net',
853 'policy',
854 'sync', 854 'sync',
855 'sync_notifier', 855 'sync_notifier',
856 ], 856 ],
857 'conditions': [ 857 'conditions': [
858 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 858 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
859 'dependencies': [ 859 'dependencies': [
860 '../build/linux/system.gyp:nss' 860 '../build/linux/system.gyp:nss'
861 ], 861 ],
862 }], 862 }],
863 ], 863 ],
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
1798 'test/automation/tab_proxy.h', 1798 'test/automation/tab_proxy.h',
1799 'test/automation/window_proxy.cc', 1799 'test/automation/window_proxy.cc',
1800 'test/automation/window_proxy.h', 1800 'test/automation/window_proxy.h',
1801 ], 1801 ],
1802 }, 1802 },
1803 { 1803 {
1804 'target_name': 'crash_service', 1804 'target_name': 'crash_service',
1805 'type': 'executable', 1805 'type': 'executable',
1806 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', 1806 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC',
1807 'dependencies': [ 1807 'dependencies': [
1808 'app/policy/cloud_policy_codegen.gyp:policy',
1808 'common_constants', 1809 'common_constants',
1809 'installer_util', 1810 'installer_util',
1810 'policy',
1811 '../base/base.gyp:base', 1811 '../base/base.gyp:base',
1812 '../breakpad/breakpad.gyp:breakpad_handler', 1812 '../breakpad/breakpad.gyp:breakpad_handler',
1813 '../breakpad/breakpad.gyp:breakpad_sender', 1813 '../breakpad/breakpad.gyp:breakpad_sender',
1814 ], 1814 ],
1815 'include_dirs': [ 1815 'include_dirs': [
1816 '..', 1816 '..',
1817 ], 1817 ],
1818 'sources': [ 1818 'sources': [
1819 'tools/crash_service/crash_service.cc', 1819 'tools/crash_service/crash_service.cc',
1820 'tools/crash_service/crash_service.h', 1820 'tools/crash_service/crash_service.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1920 }], # targets 1920 }], # targets
1921 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1921 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1922 ], # 'conditions' 1922 ], # 'conditions'
1923 } 1923 }
1924 1924
1925 # Local Variables: 1925 # Local Variables:
1926 # tab-width:2 1926 # tab-width:2
1927 # indent-tabs-mode:nil 1927 # indent-tabs-mode:nil
1928 # End: 1928 # End:
1929 # vim: set expandtab tabstop=2 shiftwidth=2: 1929 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698