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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor manager and delegate Created 4 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'browser/chromeos/device_uma.cc', 111 'browser/chromeos/device_uma.cc',
112 'browser/chromeos/device_uma.h', 112 'browser/chromeos/device_uma.h',
113 'browser/chromeos/display/display_configuration_observer.cc', 113 'browser/chromeos/display/display_configuration_observer.cc',
114 'browser/chromeos/display/display_configuration_observer.h', 114 'browser/chromeos/display/display_configuration_observer.h',
115 'browser/chromeos/display/display_preferences.cc', 115 'browser/chromeos/display/display_preferences.cc',
116 'browser/chromeos/display/display_preferences.h', 116 'browser/chromeos/display/display_preferences.h',
117 'browser/chromeos/display/output_protection_delegate.cc', 117 'browser/chromeos/display/output_protection_delegate.cc',
118 'browser/chromeos/display/output_protection_delegate.h', 118 'browser/chromeos/display/output_protection_delegate.h',
119 'browser/chromeos/display/overscan_calibrator.cc', 119 'browser/chromeos/display/overscan_calibrator.cc',
120 'browser/chromeos/display/overscan_calibrator.h', 120 'browser/chromeos/display/overscan_calibrator.h',
121 'browser/chromeos/display/quirks_client_delegate_impl.cc',
122 'browser/chromeos/display/quirks_client_delegate_impl.h',
121 'browser/chromeos/policy/display_rotation_default_handler.cc', 123 'browser/chromeos/policy/display_rotation_default_handler.cc',
122 'browser/chromeos/policy/display_rotation_default_handler.h', 124 'browser/chromeos/policy/display_rotation_default_handler.h',
123 'browser/chromeos/drive/debug_info_collector.cc', 125 'browser/chromeos/drive/debug_info_collector.cc',
124 'browser/chromeos/drive/debug_info_collector.h', 126 'browser/chromeos/drive/debug_info_collector.h',
125 'browser/chromeos/drive/download_handler.cc', 127 'browser/chromeos/drive/download_handler.cc',
126 'browser/chromeos/drive/download_handler.h', 128 'browser/chromeos/drive/download_handler.h',
127 'browser/chromeos/drive/drive_file_stream_reader.cc', 129 'browser/chromeos/drive/drive_file_stream_reader.cc',
128 'browser/chromeos/drive/drive_file_stream_reader.h', 130 'browser/chromeos/drive/drive_file_stream_reader.h',
129 'browser/chromeos/drive/drive_integration_service.cc', 131 'browser/chromeos/drive/drive_integration_service.cc',
130 'browser/chromeos/drive/drive_integration_service.h', 132 'browser/chromeos/drive/drive_integration_service.h',
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 '../components/components.gyp:drive', 1133 '../components/components.gyp:drive',
1132 '../components/components.gyp:drive_chromeos', 1134 '../components/components.gyp:drive_chromeos',
1133 '../components/components.gyp:feedback_component', 1135 '../components/components.gyp:feedback_component',
1134 '../components/components.gyp:flags_ui', 1136 '../components/components.gyp:flags_ui',
1135 '../components/components.gyp:login', 1137 '../components/components.gyp:login',
1136 '../components/components.gyp:onc_component', 1138 '../components/components.gyp:onc_component',
1137 '../components/components.gyp:ownership', 1139 '../components/components.gyp:ownership',
1138 '../components/components.gyp:pairing', 1140 '../components/components.gyp:pairing',
1139 '../components/components.gyp:policy', 1141 '../components/components.gyp:policy',
1140 '../components/components.gyp:proxy_config', 1142 '../components/components.gyp:proxy_config',
1143 '../components/components.gyp:quirks_client',
1141 '../components/components.gyp:ssl_config', 1144 '../components/components.gyp:ssl_config',
1142 '../components/components.gyp:user_manager', 1145 '../components/components.gyp:user_manager',
1143 # This depends directly on the variations target, rather than just 1146 # This depends directly on the variations target, rather than just
1144 # transitively via the common target because the proto sources need to 1147 # transitively via the common target because the proto sources need to
1145 # be generated before code in this target can start building. 1148 # be generated before code in this target can start building.
1146 '../components/components.gyp:variations', 1149 '../components/components.gyp:variations',
1147 '../components/components.gyp:variations_net', 1150 '../components/components.gyp:variations_net',
1148 '../components/components.gyp:wallpaper', 1151 '../components/components.gyp:wallpaper',
1149 '../components/components.gyp:wifi_sync', 1152 '../components/components.gyp:wifi_sync',
1150 '../components/components_strings.gyp:components_strings', 1153 '../components/components_strings.gyp:components_strings',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1308 'browser/chromeos/attestation/attestation_signed_data.proto', 1311 'browser/chromeos/attestation/attestation_signed_data.proto',
1309 ], 1312 ],
1310 'variables': { 1313 'variables': {
1311 'proto_in_dir': 'browser/chromeos/attestation', 1314 'proto_in_dir': 'browser/chromeos/attestation',
1312 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1315 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1313 }, 1316 },
1314 'includes': [ '../build/protoc.gypi' ] 1317 'includes': [ '../build/protoc.gypi' ]
1315 }, 1318 },
1316 ], 1319 ],
1317 } 1320 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698