| OLD | NEW |
| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'browser/chromeos/first_run/steps/tray_step.h', | 370 'browser/chromeos/first_run/steps/tray_step.h', |
| 371 'browser/chromeos/genius_app/app_id.h', | 371 'browser/chromeos/genius_app/app_id.h', |
| 372 'browser/chromeos/geolocation/geoposition.cc', | 372 'browser/chromeos/geolocation/geoposition.cc', |
| 373 'browser/chromeos/geolocation/geoposition.h', | 373 'browser/chromeos/geolocation/geoposition.h', |
| 374 'browser/chromeos/geolocation/simple_geolocation_provider.cc', | 374 'browser/chromeos/geolocation/simple_geolocation_provider.cc', |
| 375 'browser/chromeos/geolocation/simple_geolocation_provider.h', | 375 'browser/chromeos/geolocation/simple_geolocation_provider.h', |
| 376 'browser/chromeos/geolocation/simple_geolocation_request.cc', | 376 'browser/chromeos/geolocation/simple_geolocation_request.cc', |
| 377 'browser/chromeos/geolocation/simple_geolocation_request.h', | 377 'browser/chromeos/geolocation/simple_geolocation_request.h', |
| 378 'browser/chromeos/idle_detector.cc', | 378 'browser/chromeos/idle_detector.cc', |
| 379 'browser/chromeos/idle_detector.h', | 379 'browser/chromeos/idle_detector.h', |
| 380 'browser/chromeos/imageburner/burn_controller.cc', | |
| 381 'browser/chromeos/imageburner/burn_controller.h', | |
| 382 'browser/chromeos/imageburner/burn_device_handler.cc', | |
| 383 'browser/chromeos/imageburner/burn_device_handler.h', | |
| 384 'browser/chromeos/imageburner/burn_manager.cc', | |
| 385 'browser/chromeos/imageburner/burn_manager.h', | |
| 386 'browser/chromeos/input_method/accessibility.cc', | 380 'browser/chromeos/input_method/accessibility.cc', |
| 387 'browser/chromeos/input_method/accessibility.h', | 381 'browser/chromeos/input_method/accessibility.h', |
| 388 'browser/chromeos/input_method/browser_state_monitor.cc', | 382 'browser/chromeos/input_method/browser_state_monitor.cc', |
| 389 'browser/chromeos/input_method/browser_state_monitor.h', | 383 'browser/chromeos/input_method/browser_state_monitor.h', |
| 390 'browser/chromeos/input_method/candidate_window_controller.cc', | 384 'browser/chromeos/input_method/candidate_window_controller.cc', |
| 391 'browser/chromeos/input_method/candidate_window_controller.h', | 385 'browser/chromeos/input_method/candidate_window_controller.h', |
| 392 'browser/chromeos/input_method/candidate_window_controller_impl.cc', | 386 'browser/chromeos/input_method/candidate_window_controller_impl.cc', |
| 393 'browser/chromeos/input_method/candidate_window_controller_impl.h', | 387 'browser/chromeos/input_method/candidate_window_controller_impl.h', |
| 394 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', | 388 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', |
| 395 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', | 389 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', |
| (...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1254 'browser/chromeos/attestation/attestation_signed_data.proto', | 1248 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1255 ], | 1249 ], |
| 1256 'variables': { | 1250 'variables': { |
| 1257 'proto_in_dir': 'browser/chromeos/attestation', | 1251 'proto_in_dir': 'browser/chromeos/attestation', |
| 1258 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1252 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1259 }, | 1253 }, |
| 1260 'includes': [ '../build/protoc.gypi' ] | 1254 'includes': [ '../build/protoc.gypi' ] |
| 1261 }, | 1255 }, |
| 1262 ], | 1256 ], |
| 1263 } | 1257 } |
| OLD | NEW |