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

Side by Side Diff: chrome/chrome.gyp

Issue 6532019: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix one more leak 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',
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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 '_CRT_SECURE_NO_WARNINGS', 841 '_CRT_SECURE_NO_WARNINGS',
843 '_USE_32BIT_TIME_T', 842 '_USE_32BIT_TIME_T',
844 ], 843 ],
845 'dependencies': [ 844 'dependencies': [
846 '../base/base.gyp:base', 845 '../base/base.gyp:base',
847 '../build/temp_gyp/googleurl.gyp:googleurl', 846 '../build/temp_gyp/googleurl.gyp:googleurl',
848 '../jingle/jingle.gyp:notifier', 847 '../jingle/jingle.gyp:notifier',
849 '../third_party/icu/icu.gyp:icuuc', 848 '../third_party/icu/icu.gyp:icuuc',
850 '../third_party/libjingle/libjingle.gyp:libjingle', 849 '../third_party/libjingle/libjingle.gyp:libjingle',
851 '../third_party/sqlite/sqlite.gyp:sqlite', 850 '../third_party/sqlite/sqlite.gyp:sqlite',
851 'app/policy/cloud_policy_codegen.gyp:policy',
852 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 852 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
853 'common_constants', 853 'common_constants',
854 'common_net', 854 'common_net',
855 'policy',
856 'sync', 855 'sync',
857 'sync_notifier', 856 'sync_notifier',
858 ], 857 ],
859 'conditions': [ 858 'conditions': [
860 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 859 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
861 'dependencies': [ 860 'dependencies': [
862 '../build/linux/system.gyp:nss' 861 '../build/linux/system.gyp:nss'
863 ], 862 ],
864 }], 863 }],
865 ], 864 ],
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 'test/automation/tab_proxy.h', 1802 'test/automation/tab_proxy.h',
1804 'test/automation/window_proxy.cc', 1803 'test/automation/window_proxy.cc',
1805 'test/automation/window_proxy.h', 1804 'test/automation/window_proxy.h',
1806 ], 1805 ],
1807 }, 1806 },
1808 { 1807 {
1809 'target_name': 'crash_service', 1808 'target_name': 'crash_service',
1810 'type': 'executable', 1809 'type': 'executable',
1811 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', 1810 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC',
1812 'dependencies': [ 1811 'dependencies': [
1812 'app/policy/cloud_policy_codegen.gyp:policy',
1813 'common_constants', 1813 'common_constants',
1814 'installer_util', 1814 'installer_util',
1815 'policy',
1816 '../base/base.gyp:base', 1815 '../base/base.gyp:base',
1817 '../breakpad/breakpad.gyp:breakpad_handler', 1816 '../breakpad/breakpad.gyp:breakpad_handler',
1818 '../breakpad/breakpad.gyp:breakpad_sender', 1817 '../breakpad/breakpad.gyp:breakpad_sender',
1819 ], 1818 ],
1820 'include_dirs': [ 1819 'include_dirs': [
1821 '..', 1820 '..',
1822 ], 1821 ],
1823 'sources': [ 1822 'sources': [
1824 'tools/crash_service/crash_service.cc', 1823 'tools/crash_service/crash_service.cc',
1825 'tools/crash_service/crash_service.h', 1824 'tools/crash_service/crash_service.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 }], # targets 1924 }], # targets
1926 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1925 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1927 ], # 'conditions' 1926 ], # 'conditions'
1928 } 1927 }
1929 1928
1930 # Local Variables: 1929 # Local Variables:
1931 # tab-width:2 1930 # tab-width:2
1932 # indent-tabs-mode:nil 1931 # indent-tabs-mode:nil
1933 # End: 1932 # End:
1934 # vim: set expandtab tabstop=2 shiftwidth=2: 1933 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698