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

Side by Side Diff: chrome/chrome.gyp

Issue 2802015: Massively simplify the NetworkChangeNotifier infrastructure:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 'service/cloud_print/cloud_print_proxy_backend.cc', 1127 'service/cloud_print/cloud_print_proxy_backend.cc',
1128 'service/cloud_print/cloud_print_proxy_backend.h', 1128 'service/cloud_print/cloud_print_proxy_backend.h',
1129 'service/cloud_print/job_status_updater.cc', 1129 'service/cloud_print/job_status_updater.cc',
1130 'service/cloud_print/job_status_updater.h', 1130 'service/cloud_print/job_status_updater.h',
1131 'service/cloud_print/print_system_dummy.cc', 1131 'service/cloud_print/print_system_dummy.cc',
1132 'service/cloud_print/print_system.h', 1132 'service/cloud_print/print_system.h',
1133 'service/cloud_print/printer_job_handler.cc', 1133 'service/cloud_print/printer_job_handler.cc',
1134 'service/cloud_print/printer_job_handler.h', 1134 'service/cloud_print/printer_job_handler.h',
1135 'service/gaia/service_gaia_authenticator.cc', 1135 'service/gaia/service_gaia_authenticator.cc',
1136 'service/gaia/service_gaia_authenticator.h', 1136 'service/gaia/service_gaia_authenticator.h',
1137 'service/net/service_network_change_notifier_thread.cc',
1138 'service/net/service_network_change_notifier_thread.h',
1139 'service/net/service_url_request_context.cc', 1137 'service/net/service_url_request_context.cc',
1140 'service/net/service_url_request_context.h', 1138 'service/net/service_url_request_context.h',
1141 ], 1139 ],
1142 'include_dirs': [ 1140 'include_dirs': [
1143 '..', 1141 '..',
1144 ], 1142 ],
1145 'variables': { 1143 'variables': {
1146 'conditions': [ 1144 'conditions': [
1147 ['OS=="linux" and chromeos==0 and target_arch!="arm"', { 1145 ['OS=="linux" and chromeos==0 and target_arch!="arm"', {
1148 'use_cups%': 1, 1146 'use_cups%': 1,
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
1913 }], # targets 1911 }], # targets
1914 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1912 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1915 ], # 'conditions' 1913 ], # 'conditions'
1916 } 1914 }
1917 1915
1918 # Local Variables: 1916 # Local Variables:
1919 # tab-width:2 1917 # tab-width:2
1920 # indent-tabs-mode:nil 1918 # indent-tabs-mode:nil
1921 # End: 1919 # End:
1922 # vim: set expandtab tabstop=2 shiftwidth=2: 1920 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698