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

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: 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
« no previous file with comments | « chrome/browser/policy/proto/device_management_proto.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
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
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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 'test/automation/tab_proxy.h', 1800 'test/automation/tab_proxy.h',
1802 'test/automation/window_proxy.cc', 1801 'test/automation/window_proxy.cc',
1803 'test/automation/window_proxy.h', 1802 'test/automation/window_proxy.h',
1804 ], 1803 ],
1805 }, 1804 },
1806 { 1805 {
1807 'target_name': 'crash_service', 1806 'target_name': 'crash_service',
1808 'type': 'executable', 1807 'type': 'executable',
1809 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', 1808 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC',
1810 'dependencies': [ 1809 'dependencies': [
1810 'app/policy/cloud_policy_codegen.gyp:policy',
1811 'common_constants', 1811 'common_constants',
1812 'installer_util', 1812 'installer_util',
1813 'policy',
1814 '../base/base.gyp:base', 1813 '../base/base.gyp:base',
1815 '../breakpad/breakpad.gyp:breakpad_handler', 1814 '../breakpad/breakpad.gyp:breakpad_handler',
1816 '../breakpad/breakpad.gyp:breakpad_sender', 1815 '../breakpad/breakpad.gyp:breakpad_sender',
1817 ], 1816 ],
1818 'include_dirs': [ 1817 'include_dirs': [
1819 '..', 1818 '..',
1820 ], 1819 ],
1821 'sources': [ 1820 'sources': [
1822 'tools/crash_service/crash_service.cc', 1821 'tools/crash_service/crash_service.cc',
1823 'tools/crash_service/crash_service.h', 1822 'tools/crash_service/crash_service.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 }], # targets 1922 }], # targets
1924 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1923 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1925 ], # 'conditions' 1924 ], # 'conditions'
1926 } 1925 }
1927 1926
1928 # Local Variables: 1927 # Local Variables:
1929 # tab-width:2 1928 # tab-width:2
1930 # indent-tabs-mode:nil 1929 # indent-tabs-mode:nil
1931 # End: 1930 # End:
1932 # vim: set expandtab tabstop=2 shiftwidth=2: 1931 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/policy/proto/device_management_proto.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698