| 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 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 'browser/chromeos/login/screens/user_image_screen.cc', | 627 'browser/chromeos/login/screens/user_image_screen.cc', |
| 628 'browser/chromeos/login/screens/user_image_screen.h', | 628 'browser/chromeos/login/screens/user_image_screen.h', |
| 629 'browser/chromeos/login/screens/user_image_screen_actor.h', | 629 'browser/chromeos/login/screens/user_image_screen_actor.h', |
| 630 'browser/chromeos/login/screens/user_selection_screen.cc', | 630 'browser/chromeos/login/screens/user_selection_screen.cc', |
| 631 'browser/chromeos/login/screens/user_selection_screen.h', | 631 'browser/chromeos/login/screens/user_selection_screen.h', |
| 632 'browser/chromeos/login/screens/wizard_screen.cc', | 632 'browser/chromeos/login/screens/wizard_screen.cc', |
| 633 'browser/chromeos/login/screens/wizard_screen.h', | 633 'browser/chromeos/login/screens/wizard_screen.h', |
| 634 'browser/chromeos/login/screens/wrong_hwid_screen.cc', | 634 'browser/chromeos/login/screens/wrong_hwid_screen.cc', |
| 635 'browser/chromeos/login/screens/wrong_hwid_screen.h', | 635 'browser/chromeos/login/screens/wrong_hwid_screen.h', |
| 636 'browser/chromeos/login/screens/wrong_hwid_screen_actor.h', | 636 'browser/chromeos/login/screens/wrong_hwid_screen_actor.h', |
| 637 'browser/chromeos/login/session/session_manager.cc', | |
| 638 'browser/chromeos/login/session/session_manager.h', | |
| 639 'browser/chromeos/login/signin/auth_sync_observer.cc', | 637 'browser/chromeos/login/signin/auth_sync_observer.cc', |
| 640 'browser/chromeos/login/signin/auth_sync_observer.h', | 638 'browser/chromeos/login/signin/auth_sync_observer.h', |
| 641 'browser/chromeos/login/signin/auth_sync_observer_factory.cc', | 639 'browser/chromeos/login/signin/auth_sync_observer_factory.cc', |
| 642 'browser/chromeos/login/signin/auth_sync_observer_factory.h', | 640 'browser/chromeos/login/signin/auth_sync_observer_factory.h', |
| 643 'browser/chromeos/login/signin/merge_session_load_page.cc', | 641 'browser/chromeos/login/signin/merge_session_load_page.cc', |
| 644 'browser/chromeos/login/signin/merge_session_load_page.h', | 642 'browser/chromeos/login/signin/merge_session_load_page.h', |
| 645 'browser/chromeos/login/signin/merge_session_throttle.cc', | 643 'browser/chromeos/login/signin/merge_session_throttle.cc', |
| 646 'browser/chromeos/login/signin/merge_session_throttle.h', | 644 'browser/chromeos/login/signin/merge_session_throttle.h', |
| 647 'browser/chromeos/login/signin/merge_session_xhr_request_waiter.cc', | 645 'browser/chromeos/login/signin/merge_session_xhr_request_waiter.cc', |
| 648 'browser/chromeos/login/signin/merge_session_xhr_request_waiter.h', | 646 'browser/chromeos/login/signin/merge_session_xhr_request_waiter.h', |
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1157 'browser/chromeos/attestation/attestation_signed_data.proto', | 1155 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1158 ], | 1156 ], |
| 1159 'variables': { | 1157 'variables': { |
| 1160 'proto_in_dir': 'browser/chromeos/attestation', | 1158 'proto_in_dir': 'browser/chromeos/attestation', |
| 1161 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1159 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1162 }, | 1160 }, |
| 1163 'includes': [ '../build/protoc.gypi' ] | 1161 'includes': [ '../build/protoc.gypi' ] |
| 1164 }, | 1162 }, |
| 1165 ], | 1163 ], |
| 1166 } | 1164 } |
| OLD | NEW |