| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
| 10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'login/auth/login_performer.cc', | 229 'login/auth/login_performer.cc', |
| 230 'login/auth/login_performer.h', | 230 'login/auth/login_performer.h', |
| 231 'login/auth/stub_authenticator.cc', | 231 'login/auth/stub_authenticator.cc', |
| 232 'login/auth/stub_authenticator.h', | 232 'login/auth/stub_authenticator.h', |
| 233 'login/auth/test_attempt_state.cc', | 233 'login/auth/test_attempt_state.cc', |
| 234 'login/auth/test_attempt_state.h', | 234 'login/auth/test_attempt_state.h', |
| 235 'login/auth/user_context.cc', | 235 'login/auth/user_context.cc', |
| 236 'login/auth/user_context.h', | 236 'login/auth/user_context.h', |
| 237 'login/login_state.cc', | 237 'login/login_state.cc', |
| 238 'login/login_state.h', | 238 'login/login_state.h', |
| 239 'login/user_names.cc', | |
| 240 'login/user_names.h', | |
| 241 'login_event_recorder.cc', | 239 'login_event_recorder.cc', |
| 242 'login_event_recorder.h', | 240 'login_event_recorder.h', |
| 243 'network/auto_connect_handler.cc', | 241 'network/auto_connect_handler.cc', |
| 244 'network/auto_connect_handler.h', | 242 'network/auto_connect_handler.h', |
| 245 'network/certificate_pattern.cc', | 243 'network/certificate_pattern.cc', |
| 246 'network/certificate_pattern.h', | 244 'network/certificate_pattern.h', |
| 247 'network/client_cert_resolver.cc', | 245 'network/client_cert_resolver.cc', |
| 248 'network/client_cert_resolver.h', | 246 'network/client_cert_resolver.h', |
| 249 'network/client_cert_util.cc', | 247 'network/client_cert_util.cc', |
| 250 'network/client_cert_util.h', | 248 'network/client_cert_util.h', |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 '../build/isolate.gypi', | 735 '../build/isolate.gypi', |
| 738 ], | 736 ], |
| 739 'sources': [ | 737 'sources': [ |
| 740 'chromeos_unittests.isolate', | 738 'chromeos_unittests.isolate', |
| 741 ], | 739 ], |
| 742 }, | 740 }, |
| 743 ], | 741 ], |
| 744 }], | 742 }], |
| 745 ], | 743 ], |
| 746 } | 744 } |
| OLD | NEW |