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

Side by Side Diff: chrome/chrome.gyp

Issue 6245005: Code to send diagnostic messages about cloud print proxy. Currently diagnosti... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed build errors yet again 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 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 'export_dependent_settings': [ 1073 'export_dependent_settings': [
1074 '../jingle/jingle.gyp:notifier', 1074 '../jingle/jingle.gyp:notifier',
1075 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 1075 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
1076 ], 1076 ],
1077 }, 1077 },
1078 { 1078 {
1079 'target_name': 'service', 1079 'target_name': 'service',
1080 'type': '<(library)', 1080 'type': '<(library)',
1081 'msvs_guid': '2DA87614-55C5-4E56-A17E-0CD099786197', 1081 'msvs_guid': '2DA87614-55C5-4E56-A17E-0CD099786197',
1082 'dependencies': [ 1082 'dependencies': [
1083 'chrome_strings',
1083 'common', 1084 'common',
1084 'common_net', 1085 'common_net',
1085 '../base/base.gyp:base', 1086 '../base/base.gyp:base',
1086 '../printing/printing.gyp:printing', 1087 '../printing/printing.gyp:printing',
1087 '../skia/skia.gyp:skia', 1088 '../skia/skia.gyp:skia',
1088 '../third_party/libjingle/libjingle.gyp:libjingle', 1089 '../third_party/libjingle/libjingle.gyp:libjingle',
1089 ], 1090 ],
1090 'sources': [ 1091 'sources': [
1091 'service/service_child_process_host.cc', 1092 'service/service_child_process_host.cc',
1092 'service/service_child_process_host.h', 1093 'service/service_child_process_host.h',
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 }], # targets 1895 }], # targets
1895 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1896 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1896 ], # 'conditions' 1897 ], # 'conditions'
1897 } 1898 }
1898 1899
1899 # Local Variables: 1900 # Local Variables:
1900 # tab-width:2 1901 # tab-width:2
1901 # indent-tabs-mode:nil 1902 # indent-tabs-mode:nil
1902 # End: 1903 # End:
1903 # vim: set expandtab tabstop=2 shiftwidth=2: 1904 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698