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

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: Remove hacks for clean, but non-working, draft Created 4 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
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'browser/chromeos/device_uma.cc', 109 'browser/chromeos/device_uma.cc',
110 'browser/chromeos/device_uma.h', 110 'browser/chromeos/device_uma.h',
111 'browser/chromeos/display/display_configuration_observer.cc', 111 'browser/chromeos/display/display_configuration_observer.cc',
112 'browser/chromeos/display/display_configuration_observer.h', 112 'browser/chromeos/display/display_configuration_observer.h',
113 'browser/chromeos/display/display_preferences.cc', 113 'browser/chromeos/display/display_preferences.cc',
114 'browser/chromeos/display/display_preferences.h', 114 'browser/chromeos/display/display_preferences.h',
115 'browser/chromeos/display/output_protection_delegate.cc', 115 'browser/chromeos/display/output_protection_delegate.cc',
116 'browser/chromeos/display/output_protection_delegate.h', 116 'browser/chromeos/display/output_protection_delegate.h',
117 'browser/chromeos/display/overscan_calibrator.cc', 117 'browser/chromeos/display/overscan_calibrator.cc',
118 'browser/chromeos/display/overscan_calibrator.h', 118 'browser/chromeos/display/overscan_calibrator.h',
119 'browser/chromeos/display/quirks_client_delegate_impl.cc',
120 'browser/chromeos/display/quirks_client_delegate_impl.h',
119 'browser/chromeos/policy/display_rotation_default_handler.cc', 121 'browser/chromeos/policy/display_rotation_default_handler.cc',
120 'browser/chromeos/policy/display_rotation_default_handler.h', 122 'browser/chromeos/policy/display_rotation_default_handler.h',
121 'browser/chromeos/drive/debug_info_collector.cc', 123 'browser/chromeos/drive/debug_info_collector.cc',
122 'browser/chromeos/drive/debug_info_collector.h', 124 'browser/chromeos/drive/debug_info_collector.h',
123 'browser/chromeos/drive/download_handler.cc', 125 'browser/chromeos/drive/download_handler.cc',
124 'browser/chromeos/drive/download_handler.h', 126 'browser/chromeos/drive/download_handler.h',
125 'browser/chromeos/drive/drive_file_stream_reader.cc', 127 'browser/chromeos/drive/drive_file_stream_reader.cc',
126 'browser/chromeos/drive/drive_file_stream_reader.h', 128 'browser/chromeos/drive/drive_file_stream_reader.h',
127 'browser/chromeos/drive/drive_integration_service.cc', 129 'browser/chromeos/drive/drive_integration_service.cc',
128 'browser/chromeos/drive/drive_integration_service.h', 130 'browser/chromeos/drive/drive_integration_service.h',
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 '../components/components.gyp:certificate_reporting', 1125 '../components/components.gyp:certificate_reporting',
1124 '../components/components.gyp:cloud_policy_proto', 1126 '../components/components.gyp:cloud_policy_proto',
1125 '../components/components.gyp:drive', 1127 '../components/components.gyp:drive',
1126 '../components/components.gyp:flags_ui', 1128 '../components/components.gyp:flags_ui',
1127 '../components/components.gyp:login', 1129 '../components/components.gyp:login',
1128 '../components/components.gyp:onc_component', 1130 '../components/components.gyp:onc_component',
1129 '../components/components.gyp:ownership', 1131 '../components/components.gyp:ownership',
1130 '../components/components.gyp:pairing', 1132 '../components/components.gyp:pairing',
1131 '../components/components.gyp:policy', 1133 '../components/components.gyp:policy',
1132 '../components/components.gyp:proxy_config', 1134 '../components/components.gyp:proxy_config',
1135 '../components/components.gyp:quirks_client',
1133 '../components/components.gyp:ssl_config', 1136 '../components/components.gyp:ssl_config',
1134 '../components/components.gyp:user_manager', 1137 '../components/components.gyp:user_manager',
1135 # This depends directly on the variations target, rather than just 1138 # This depends directly on the variations target, rather than just
1136 # transitively via the common target because the proto sources need to 1139 # transitively via the common target because the proto sources need to
1137 # be generated before code in this target can start building. 1140 # be generated before code in this target can start building.
1138 '../components/components.gyp:variations', 1141 '../components/components.gyp:variations',
1139 '../components/components.gyp:variations_net', 1142 '../components/components.gyp:variations_net',
1140 '../components/components.gyp:wallpaper', 1143 '../components/components.gyp:wallpaper',
1141 '../components/components.gyp:wifi_sync', 1144 '../components/components.gyp:wifi_sync',
1142 '../components/components_strings.gyp:components_strings', 1145 '../components/components_strings.gyp:components_strings',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 'browser/chromeos/attestation/attestation_signed_data.proto', 1303 'browser/chromeos/attestation/attestation_signed_data.proto',
1301 ], 1304 ],
1302 'variables': { 1305 'variables': {
1303 'proto_in_dir': 'browser/chromeos/attestation', 1306 'proto_in_dir': 'browser/chromeos/attestation',
1304 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1307 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1305 }, 1308 },
1306 'includes': [ '../build/protoc.gypi' ] 1309 'includes': [ '../build/protoc.gypi' ]
1307 }, 1310 },
1308 ], 1311 ],
1309 } 1312 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698