| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 'browser/chromeos/login/lock/screen_locker_delegate.cc', | 483 'browser/chromeos/login/lock/screen_locker_delegate.cc', |
| 484 'browser/chromeos/login/lock/screen_locker_delegate.h', | 484 'browser/chromeos/login/lock/screen_locker_delegate.h', |
| 485 'browser/chromeos/login/lock/webui_screen_locker.cc', | 485 'browser/chromeos/login/lock/webui_screen_locker.cc', |
| 486 'browser/chromeos/login/lock/webui_screen_locker.h', | 486 'browser/chromeos/login/lock/webui_screen_locker.h', |
| 487 'browser/chromeos/login/login_wizard.h', | 487 'browser/chromeos/login/login_wizard.h', |
| 488 'browser/chromeos/login/profile_auth_data.cc', | 488 'browser/chromeos/login/profile_auth_data.cc', |
| 489 'browser/chromeos/login/profile_auth_data.h', | 489 'browser/chromeos/login/profile_auth_data.h', |
| 490 'browser/chromeos/login/proxy_settings_dialog.h', | 490 'browser/chromeos/login/proxy_settings_dialog.h', |
| 491 'browser/chromeos/login/reauth_stats.cc', | 491 'browser/chromeos/login/reauth_stats.cc', |
| 492 'browser/chromeos/login/reauth_stats.h', | 492 'browser/chromeos/login/reauth_stats.h', |
| 493 'browser/chromeos/login/quick_unlock/pin_storage.cc', |
| 494 'browser/chromeos/login/quick_unlock/pin_storage.h', |
| 495 'browser/chromeos/login/quick_unlock/pin_storage_factory.cc', |
| 496 'browser/chromeos/login/quick_unlock/pin_storage_factory.h', |
| 493 'browser/chromeos/login/saml/saml_offline_signin_limiter.cc', | 497 'browser/chromeos/login/saml/saml_offline_signin_limiter.cc', |
| 494 'browser/chromeos/login/saml/saml_offline_signin_limiter.h', | 498 'browser/chromeos/login/saml/saml_offline_signin_limiter.h', |
| 495 'browser/chromeos/login/saml/saml_offline_signin_limiter_factory.cc', | 499 'browser/chromeos/login/saml/saml_offline_signin_limiter_factory.cc', |
| 496 'browser/chromeos/login/saml/saml_offline_signin_limiter_factory.h', | 500 'browser/chromeos/login/saml/saml_offline_signin_limiter_factory.h', |
| 497 'browser/chromeos/login/screen_manager.cc', | 501 'browser/chromeos/login/screen_manager.cc', |
| 498 'browser/chromeos/login/screen_manager.h', | 502 'browser/chromeos/login/screen_manager.h', |
| 499 'browser/chromeos/login/screens/base_screen.cc', | 503 'browser/chromeos/login/screens/base_screen.cc', |
| 500 'browser/chromeos/login/screens/base_screen.h', | 504 'browser/chromeos/login/screens/base_screen.h', |
| 501 'browser/chromeos/login/screens/base_screen_delegate.h', | 505 'browser/chromeos/login/screens/base_screen_delegate.h', |
| 502 'browser/chromeos/login/screens/chrome_user_selection_screen.cc', | 506 'browser/chromeos/login/screens/chrome_user_selection_screen.cc', |
| (...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1351 'browser/chromeos/attestation/attestation_signed_data.proto', | 1355 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1352 ], | 1356 ], |
| 1353 'variables': { | 1357 'variables': { |
| 1354 'proto_in_dir': 'browser/chromeos/attestation', | 1358 'proto_in_dir': 'browser/chromeos/attestation', |
| 1355 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1359 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1356 }, | 1360 }, |
| 1357 'includes': [ '../build/protoc.gypi' ] | 1361 'includes': [ '../build/protoc.gypi' ] |
| 1358 }, | 1362 }, |
| 1359 ], | 1363 ], |
| 1360 } | 1364 } |
| OLD | NEW |