| 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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 'browser/chromeos/login/signin/merge_session_xhr_request_waiter.cc', | 592 'browser/chromeos/login/signin/merge_session_xhr_request_waiter.cc', |
| 593 'browser/chromeos/login/signin/merge_session_xhr_request_waiter.h', | 593 'browser/chromeos/login/signin/merge_session_xhr_request_waiter.h', |
| 594 'browser/chromeos/login/signin/oauth2_login_manager.cc', | 594 'browser/chromeos/login/signin/oauth2_login_manager.cc', |
| 595 'browser/chromeos/login/signin/oauth2_login_manager.h', | 595 'browser/chromeos/login/signin/oauth2_login_manager.h', |
| 596 'browser/chromeos/login/signin/oauth2_login_manager_factory.cc', | 596 'browser/chromeos/login/signin/oauth2_login_manager_factory.cc', |
| 597 'browser/chromeos/login/signin/oauth2_login_manager_factory.h', | 597 'browser/chromeos/login/signin/oauth2_login_manager_factory.h', |
| 598 'browser/chromeos/login/signin/oauth2_login_verifier.cc', | 598 'browser/chromeos/login/signin/oauth2_login_verifier.cc', |
| 599 'browser/chromeos/login/signin/oauth2_login_verifier.h', | 599 'browser/chromeos/login/signin/oauth2_login_verifier.h', |
| 600 'browser/chromeos/login/signin/oauth2_token_fetcher.cc', | 600 'browser/chromeos/login/signin/oauth2_token_fetcher.cc', |
| 601 'browser/chromeos/login/signin/oauth2_token_fetcher.h', | 601 'browser/chromeos/login/signin/oauth2_token_fetcher.h', |
| 602 'browser/chromeos/login/signin/token_handler_util.cc', |
| 603 'browser/chromeos/login/signin/token_handler_util.h', |
| 602 'browser/chromeos/login/signin_screen_controller.cc', | 604 'browser/chromeos/login/signin_screen_controller.cc', |
| 603 'browser/chromeos/login/signin_screen_controller.h', | 605 'browser/chromeos/login/signin_screen_controller.h', |
| 604 'browser/chromeos/login/signin_specifics.cc', | 606 'browser/chromeos/login/signin_specifics.cc', |
| 605 'browser/chromeos/login/signin_specifics.h', | 607 'browser/chromeos/login/signin_specifics.h', |
| 606 'browser/chromeos/login/startup_utils.cc', | 608 'browser/chromeos/login/startup_utils.cc', |
| 607 'browser/chromeos/login/startup_utils.h', | 609 'browser/chromeos/login/startup_utils.h', |
| 608 'browser/chromeos/login/supervised/supervised_user_authentication.cc', | 610 'browser/chromeos/login/supervised/supervised_user_authentication.cc', |
| 609 'browser/chromeos/login/supervised/supervised_user_authentication.h', | 611 'browser/chromeos/login/supervised/supervised_user_authentication.h', |
| 610 'browser/chromeos/login/supervised/supervised_user_authenticator.cc', | 612 'browser/chromeos/login/supervised/supervised_user_authenticator.cc', |
| 611 'browser/chromeos/login/supervised/supervised_user_authenticator.h', | 613 'browser/chromeos/login/supervised/supervised_user_authenticator.h', |
| (...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1309 'browser/chromeos/attestation/attestation_signed_data.proto', | 1311 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1310 ], | 1312 ], |
| 1311 'variables': { | 1313 'variables': { |
| 1312 'proto_in_dir': 'browser/chromeos/attestation', | 1314 'proto_in_dir': 'browser/chromeos/attestation', |
| 1313 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1315 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1314 }, | 1316 }, |
| 1315 'includes': [ '../build/protoc.gypi' ] | 1317 'includes': [ '../build/protoc.gypi' ] |
| 1316 }, | 1318 }, |
| 1317 ], | 1319 ], |
| 1318 } | 1320 } |
| OLD | NEW |