| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 'browser/chromeos/input_method/input_method_syncer.cc', | 417 'browser/chromeos/input_method/input_method_syncer.cc', |
| 418 'browser/chromeos/input_method/input_method_syncer.h', | 418 'browser/chromeos/input_method/input_method_syncer.h', |
| 419 'browser/chromeos/input_method/input_method_util.cc', | 419 'browser/chromeos/input_method/input_method_util.cc', |
| 420 'browser/chromeos/input_method/input_method_util.h', | 420 'browser/chromeos/input_method/input_method_util.h', |
| 421 'browser/chromeos/input_method/mode_indicator_controller.cc', | 421 'browser/chromeos/input_method/mode_indicator_controller.cc', |
| 422 'browser/chromeos/input_method/mode_indicator_controller.h', | 422 'browser/chromeos/input_method/mode_indicator_controller.h', |
| 423 'browser/chromeos/language_preferences.cc', | 423 'browser/chromeos/language_preferences.cc', |
| 424 'browser/chromeos/language_preferences.h', | 424 'browser/chromeos/language_preferences.h', |
| 425 'browser/chromeos/launcher_search_provider/error_reporter.cc', | 425 'browser/chromeos/launcher_search_provider/error_reporter.cc', |
| 426 'browser/chromeos/launcher_search_provider/error_reporter.h', | 426 'browser/chromeos/launcher_search_provider/error_reporter.h', |
| 427 'browser/chromeos/launcher_search_provider/service.cc', | 427 'browser/chromeos/launcher_search_provider/launcher_search_provider_serv
ice.cc', |
| 428 'browser/chromeos/launcher_search_provider/service.h', | 428 'browser/chromeos/launcher_search_provider/launcher_search_provider_serv
ice.h', |
| 429 'browser/chromeos/launcher_search_provider/service_factory.cc', | 429 'browser/chromeos/launcher_search_provider/launcher_search_provider_serv
ice_factory.cc', |
| 430 'browser/chromeos/launcher_search_provider/service_factory.h', | 430 'browser/chromeos/launcher_search_provider/launcher_search_provider_serv
ice_factory.h', |
| 431 'browser/chromeos/locale_change_guard.cc', | 431 'browser/chromeos/locale_change_guard.cc', |
| 432 'browser/chromeos/locale_change_guard.h', | 432 'browser/chromeos/locale_change_guard.h', |
| 433 'browser/chromeos/login/app_launch_controller.cc', | 433 'browser/chromeos/login/app_launch_controller.cc', |
| 434 'browser/chromeos/login/app_launch_controller.h', | 434 'browser/chromeos/login/app_launch_controller.h', |
| 435 'browser/chromeos/login/app_launch_signin_screen.cc', | 435 'browser/chromeos/login/app_launch_signin_screen.cc', |
| 436 'browser/chromeos/login/app_launch_signin_screen.h', | 436 'browser/chromeos/login/app_launch_signin_screen.h', |
| 437 'browser/chromeos/login/auth/auth_prewarmer.cc', | 437 'browser/chromeos/login/auth/auth_prewarmer.cc', |
| 438 'browser/chromeos/login/auth/auth_prewarmer.h', | 438 'browser/chromeos/login/auth/auth_prewarmer.h', |
| 439 'browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc', | 439 'browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc', |
| 440 'browser/chromeos/login/auth/chrome_cryptohome_authenticator.h', | 440 'browser/chromeos/login/auth/chrome_cryptohome_authenticator.h', |
| (...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1347 'browser/chromeos/attestation/attestation_signed_data.proto', | 1347 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1348 ], | 1348 ], |
| 1349 'variables': { | 1349 'variables': { |
| 1350 'proto_in_dir': 'browser/chromeos/attestation', | 1350 'proto_in_dir': 'browser/chromeos/attestation', |
| 1351 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1351 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1352 }, | 1352 }, |
| 1353 'includes': [ '../build/protoc.gypi' ] | 1353 'includes': [ '../build/protoc.gypi' ] |
| 1354 }, | 1354 }, |
| 1355 ], | 1355 ], |
| 1356 } | 1356 } |
| OLD | NEW |