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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 679633002: chromeos: Remove legacy code for chrome://imageburner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit_tests build Created 6 years, 1 month 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'browser/chromeos/first_run/steps/tray_step.h', 366 'browser/chromeos/first_run/steps/tray_step.h',
367 'browser/chromeos/genius_app/app_id.h', 367 'browser/chromeos/genius_app/app_id.h',
368 'browser/chromeos/geolocation/geoposition.cc', 368 'browser/chromeos/geolocation/geoposition.cc',
369 'browser/chromeos/geolocation/geoposition.h', 369 'browser/chromeos/geolocation/geoposition.h',
370 'browser/chromeos/geolocation/simple_geolocation_provider.cc', 370 'browser/chromeos/geolocation/simple_geolocation_provider.cc',
371 'browser/chromeos/geolocation/simple_geolocation_provider.h', 371 'browser/chromeos/geolocation/simple_geolocation_provider.h',
372 'browser/chromeos/geolocation/simple_geolocation_request.cc', 372 'browser/chromeos/geolocation/simple_geolocation_request.cc',
373 'browser/chromeos/geolocation/simple_geolocation_request.h', 373 'browser/chromeos/geolocation/simple_geolocation_request.h',
374 'browser/chromeos/idle_detector.cc', 374 'browser/chromeos/idle_detector.cc',
375 'browser/chromeos/idle_detector.h', 375 'browser/chromeos/idle_detector.h',
376 'browser/chromeos/imageburner/burn_controller.cc',
377 'browser/chromeos/imageburner/burn_controller.h',
378 'browser/chromeos/imageburner/burn_device_handler.cc',
379 'browser/chromeos/imageburner/burn_device_handler.h',
380 'browser/chromeos/imageburner/burn_manager.cc',
381 'browser/chromeos/imageburner/burn_manager.h',
382 'browser/chromeos/input_method/accessibility.cc', 376 'browser/chromeos/input_method/accessibility.cc',
383 'browser/chromeos/input_method/accessibility.h', 377 'browser/chromeos/input_method/accessibility.h',
384 'browser/chromeos/input_method/browser_state_monitor.cc', 378 'browser/chromeos/input_method/browser_state_monitor.cc',
385 'browser/chromeos/input_method/browser_state_monitor.h', 379 'browser/chromeos/input_method/browser_state_monitor.h',
386 'browser/chromeos/input_method/candidate_window_controller.cc', 380 'browser/chromeos/input_method/candidate_window_controller.cc',
387 'browser/chromeos/input_method/candidate_window_controller.h', 381 'browser/chromeos/input_method/candidate_window_controller.h',
388 'browser/chromeos/input_method/candidate_window_controller_impl.cc', 382 'browser/chromeos/input_method/candidate_window_controller_impl.cc',
389 'browser/chromeos/input_method/candidate_window_controller_impl.h', 383 'browser/chromeos/input_method/candidate_window_controller_impl.h',
390 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', 384 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc',
391 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', 385 'browser/chromeos/input_method/component_extension_ime_manager_impl.h',
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 'browser/chromeos/attestation/attestation_signed_data.proto', 1259 'browser/chromeos/attestation/attestation_signed_data.proto',
1266 ], 1260 ],
1267 'variables': { 1261 'variables': {
1268 'proto_in_dir': 'browser/chromeos/attestation', 1262 'proto_in_dir': 'browser/chromeos/attestation',
1269 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1263 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1270 }, 1264 },
1271 'includes': [ '../build/protoc.gypi' ] 1265 'includes': [ '../build/protoc.gypi' ]
1272 }, 1266 },
1273 ], 1267 ],
1274 } 1268 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/imageburner/imageburner_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698