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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 'login/auth/authenticator.cc', | 247 'login/auth/authenticator.cc', |
248 'login/auth/authenticator.h', | 248 'login/auth/authenticator.h', |
249 'login/auth/cryptohome_authenticator.cc', | 249 'login/auth/cryptohome_authenticator.cc', |
250 'login/auth/cryptohome_authenticator.h', | 250 'login/auth/cryptohome_authenticator.h', |
251 'login/auth/extended_authenticator.cc', | 251 'login/auth/extended_authenticator.cc', |
252 'login/auth/extended_authenticator.h', | 252 'login/auth/extended_authenticator.h', |
253 'login/auth/extended_authenticator_impl.cc', | 253 'login/auth/extended_authenticator_impl.cc', |
254 'login/auth/extended_authenticator_impl.h', | 254 'login/auth/extended_authenticator_impl.h', |
255 'login/auth/key.cc', | 255 'login/auth/key.cc', |
256 'login/auth/key.h', | 256 'login/auth/key.h', |
257 'login/auth/login_performer.cc', | |
258 'login/auth/login_performer.h', | |
259 'login/auth/online_attempt.cc', | 257 'login/auth/online_attempt.cc', |
260 'login/auth/online_attempt.h', | 258 'login/auth/online_attempt.h', |
261 'login/auth/online_attempt_host.cc', | 259 'login/auth/online_attempt_host.cc', |
262 'login/auth/online_attempt_host.h', | 260 'login/auth/online_attempt_host.h', |
263 'login/auth/test_attempt_state.cc', | 261 'login/auth/test_attempt_state.cc', |
264 'login/auth/test_attempt_state.h', | 262 'login/auth/test_attempt_state.h', |
265 'login/auth/user_context.cc', | 263 'login/auth/user_context.cc', |
266 'login/auth/user_context.h', | 264 'login/auth/user_context.h', |
267 'login/login_state.cc', | 265 'login/login_state.cc', |
268 'login/login_state.h', | 266 'login/login_state.h', |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 671 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
674 ], | 672 ], |
675 'variables': { | 673 'variables': { |
676 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 674 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
677 'proto_out_dir': 'chromeos/cryptohome', | 675 'proto_out_dir': 'chromeos/cryptohome', |
678 }, | 676 }, |
679 'includes': ['../build/protoc.gypi'], | 677 'includes': ['../build/protoc.gypi'], |
680 }, | 678 }, |
681 ], | 679 ], |
682 } | 680 } |
OLD | NEW |