Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Side by Side Diff: chromeos/chromeos.gyp

Issue 391373002: Refactoring : Move AuthAttempt and Authenticators to chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'dbus/system_clock_client.cc', 242 'dbus/system_clock_client.cc',
243 'dbus/system_clock_client.h', 243 'dbus/system_clock_client.h',
244 'dbus/update_engine_client.cc', 244 'dbus/update_engine_client.cc',
245 'dbus/update_engine_client.h', 245 'dbus/update_engine_client.h',
246 'dbus/volume_state.cc', 246 'dbus/volume_state.cc',
247 'dbus/volume_state.h', 247 'dbus/volume_state.h',
248 'disks/disk_mount_manager.cc', 248 'disks/disk_mount_manager.cc',
249 'disks/disk_mount_manager.h', 249 'disks/disk_mount_manager.h',
250 'ime/component_extension_ime_manager.cc', 250 'ime/component_extension_ime_manager.cc',
251 'ime/component_extension_ime_manager.h', 251 'ime/component_extension_ime_manager.h',
252 'ime/composition_text.cc',
253 'ime/composition_text.h',
252 'ime/extension_ime_util.cc', 254 'ime/extension_ime_util.cc',
253 'ime/extension_ime_util.h', 255 'ime/extension_ime_util.h',
254 'ime/fake_ime_keyboard.cc', 256 'ime/fake_ime_keyboard.cc',
255 'ime/fake_ime_keyboard.h', 257 'ime/fake_ime_keyboard.h',
256 'ime/composition_text.cc', 258 'ime/ime_keyboard.h',
257 'ime/composition_text.h', 259 'ime/ime_keyboard_ozone.cc',
260 'ime/ime_keyboard_x11.cc',
258 'ime/input_method_delegate.h', 261 'ime/input_method_delegate.h',
259 'ime/input_method_descriptor.cc', 262 'ime/input_method_descriptor.cc',
260 'ime/input_method_descriptor.h', 263 'ime/input_method_descriptor.h',
261 'ime/input_method_manager.cc', 264 'ime/input_method_manager.cc',
262 'ime/input_method_manager.h', 265 'ime/input_method_manager.h',
263 'ime/input_method_whitelist.cc', 266 'ime/input_method_whitelist.cc',
264 'ime/ime_keyboard.h',
265 'ime/ime_keyboard_ozone.cc',
266 'ime/ime_keyboard_x11.cc',
267 'ime/input_method_whitelist.h', 267 'ime/input_method_whitelist.h',
268 'login/auth/auth_attempt_state.cc',
269 'login/auth/auth_attempt_state.h',
270 'login/auth/auth_attempt_state_resolver.cc',
271 'login/auth/auth_attempt_state_resolver.h',
268 'login/auth/auth_status_consumer.cc', 272 'login/auth/auth_status_consumer.cc',
269 'login/auth/auth_status_consumer.h', 273 'login/auth/auth_status_consumer.h',
274 'login/auth/authenticator.cc',
275 'login/auth/authenticator.h',
276 'login/auth/extended_authenticator.cc',
277 'login/auth/extended_authenticator.h',
270 'login/auth/key.cc', 278 'login/auth/key.cc',
271 'login/auth/key.h', 279 'login/auth/key.h',
280 'login/auth/test_attempt_state.cc',
281 'login/auth/test_attempt_state.h',
272 'login/auth/user_context.cc', 282 'login/auth/user_context.cc',
273 'login/auth/user_context.h', 283 'login/auth/user_context.h',
274 'login/login_state.cc', 284 'login/login_state.cc',
275 'login/login_state.h', 285 'login/login_state.h',
276 'login/user_names.cc', 286 'login/user_names.cc',
277 'login/user_names.h', 287 'login/user_names.h',
288 'login_event_recorder.cc',
289 'login_event_recorder.h',
278 'network/certificate_pattern.cc', 290 'network/certificate_pattern.cc',
279 'network/certificate_pattern.h', 291 'network/certificate_pattern.h',
280 'network/client_cert_resolver.cc', 292 'network/client_cert_resolver.cc',
281 'network/client_cert_resolver.h', 293 'network/client_cert_resolver.h',
282 'network/client_cert_util.cc', 294 'network/client_cert_util.cc',
283 'network/client_cert_util.h', 295 'network/client_cert_util.h',
284 'network/device_state.cc', 296 'network/device_state.cc',
285 'network/device_state.h', 297 'network/device_state.h',
298 'network/dhcp_proxy_script_fetcher_chromeos.cc',
299 'network/dhcp_proxy_script_fetcher_chromeos.h',
286 'network/geolocation_handler.cc', 300 'network/geolocation_handler.cc',
287 'network/geolocation_handler.h', 301 'network/geolocation_handler.h',
288 'network/host_resolver_impl_chromeos.cc', 302 'network/host_resolver_impl_chromeos.cc',
289 'network/host_resolver_impl_chromeos.h', 303 'network/host_resolver_impl_chromeos.h',
290 'network/managed_network_configuration_handler.cc', 304 'network/managed_network_configuration_handler.cc',
291 'network/managed_network_configuration_handler.h', 305 'network/managed_network_configuration_handler.h',
292 'network/managed_network_configuration_handler_impl.cc', 306 'network/managed_network_configuration_handler_impl.cc',
293 'network/managed_network_configuration_handler_impl.h', 307 'network/managed_network_configuration_handler_impl.h',
294 'network/managed_state.cc', 308 'network/managed_state.cc',
295 'network/managed_state.h', 309 'network/managed_state.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'network/onc/onc_signature.h', 363 'network/onc/onc_signature.h',
350 'network/onc/onc_translation_tables.cc', 364 'network/onc/onc_translation_tables.cc',
351 'network/onc/onc_translation_tables.h', 365 'network/onc/onc_translation_tables.h',
352 'network/onc/onc_translator.h', 366 'network/onc/onc_translator.h',
353 'network/onc/onc_translator_onc_to_shill.cc', 367 'network/onc/onc_translator_onc_to_shill.cc',
354 'network/onc/onc_translator_shill_to_onc.cc', 368 'network/onc/onc_translator_shill_to_onc.cc',
355 'network/onc/onc_utils.cc', 369 'network/onc/onc_utils.cc',
356 'network/onc/onc_utils.h', 370 'network/onc/onc_utils.h',
357 'network/onc/onc_validator.cc', 371 'network/onc/onc_validator.cc',
358 'network/onc/onc_validator.h', 372 'network/onc/onc_validator.h',
373 'network/policy_applicator.cc',
374 'network/policy_applicator.h',
359 'network/policy_util.cc', 375 'network/policy_util.cc',
360 'network/policy_util.h', 376 'network/policy_util.h',
361 'network/policy_applicator.cc',
362 'network/policy_applicator.h',
363 'network/portal_detector/network_portal_detector.cc', 377 'network/portal_detector/network_portal_detector.cc',
364 'network/portal_detector/network_portal_detector.h', 378 'network/portal_detector/network_portal_detector.h',
365 'network/portal_detector/network_portal_detector_strategy.cc', 379 'network/portal_detector/network_portal_detector_strategy.cc',
366 'network/portal_detector/network_portal_detector_strategy.h', 380 'network/portal_detector/network_portal_detector_strategy.h',
367 'network/shill_property_handler.cc', 381 'network/shill_property_handler.cc',
368 'network/shill_property_handler.h', 382 'network/shill_property_handler.h',
369 'network/shill_property_util.cc', 383 'network/shill_property_util.cc',
370 'network/shill_property_util.h', 384 'network/shill_property_util.h',
371 'network/dhcp_proxy_script_fetcher_chromeos.cc', 385 'pairing/controller_pairing_controller.cc',
372 'network/dhcp_proxy_script_fetcher_chromeos.h', 386 'pairing/controller_pairing_controller.h',
373 'pairing/fake_controller_pairing_controller.cc', 387 'pairing/fake_controller_pairing_controller.cc',
374 'pairing/fake_controller_pairing_controller.h', 388 'pairing/fake_controller_pairing_controller.h',
375 'pairing/fake_host_pairing_controller.cc', 389 'pairing/fake_host_pairing_controller.cc',
376 'pairing/fake_host_pairing_controller.h', 390 'pairing/fake_host_pairing_controller.h',
377 'pairing/controller_pairing_controller.cc',
378 'pairing/controller_pairing_controller.h',
379 'pairing/host_pairing_controller.cc', 391 'pairing/host_pairing_controller.cc',
380 'pairing/host_pairing_controller.h', 392 'pairing/host_pairing_controller.h',
381 'process_proxy/process_output_watcher.cc', 393 'process_proxy/process_output_watcher.cc',
382 'process_proxy/process_output_watcher.h', 394 'process_proxy/process_output_watcher.h',
383 'process_proxy/process_proxy.cc', 395 'process_proxy/process_proxy.cc',
384 'process_proxy/process_proxy.h', 396 'process_proxy/process_proxy.h',
385 'process_proxy/process_proxy_registry.cc', 397 'process_proxy/process_proxy_registry.cc',
386 'process_proxy/process_proxy_registry.h', 398 'process_proxy/process_proxy_registry.h',
387 'settings/cros_settings_names.cc', 399 'settings/cros_settings_names.cc',
388 'settings/cros_settings_names.h', 400 'settings/cros_settings_names.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'dbus/mock_shill_manager_client.cc', 452 'dbus/mock_shill_manager_client.cc',
441 'dbus/mock_shill_manager_client.h', 453 'dbus/mock_shill_manager_client.h',
442 'dbus/mock_shill_profile_client.cc', 454 'dbus/mock_shill_profile_client.cc',
443 'dbus/mock_shill_profile_client.h', 455 'dbus/mock_shill_profile_client.h',
444 'dbus/mock_shill_service_client.cc', 456 'dbus/mock_shill_service_client.cc',
445 'dbus/mock_shill_service_client.h', 457 'dbus/mock_shill_service_client.h',
446 'disks/mock_disk_mount_manager.cc', 458 'disks/mock_disk_mount_manager.cc',
447 'disks/mock_disk_mount_manager.h', 459 'disks/mock_disk_mount_manager.h',
448 'ime/mock_component_extension_ime_manager_delegate.cc', 460 'ime/mock_component_extension_ime_manager_delegate.cc',
449 'ime/mock_component_extension_ime_manager_delegate.h', 461 'ime/mock_component_extension_ime_manager_delegate.h',
462 'login/auth/mock_auth_attempt_state_resolver.cc',
463 'login/auth/mock_auth_attempt_state_resolver.h',
450 'login/auth/mock_auth_status_consumer.cc', 464 'login/auth/mock_auth_status_consumer.cc',
451 'login/auth/mock_auth_status_consumer.h', 465 'login/auth/mock_auth_status_consumer.h',
466 'login/auth/mock_authenticator.cc',
467 'login/auth/mock_authenticator.h',
452 'network/fake_network_device_handler.cc', 468 'network/fake_network_device_handler.cc',
453 'network/fake_network_device_handler.h', 469 'network/fake_network_device_handler.h',
454 'network/mock_managed_network_configuration_handler.cc', 470 'network/mock_managed_network_configuration_handler.cc',
455 'network/mock_managed_network_configuration_handler.h', 471 'network/mock_managed_network_configuration_handler.h',
456 'network/onc/mock_certificate_importer.cc', 472 'network/onc/mock_certificate_importer.cc',
457 'network/onc/mock_certificate_importer.h', 473 'network/onc/mock_certificate_importer.h',
458 'network/onc/onc_test_utils.cc', 474 'network/onc/onc_test_utils.cc',
459 'network/onc/onc_test_utils.h', 475 'network/onc/onc_test_utils.h',
460 'system/mock_statistics_provider.cc', 476 'system/mock_statistics_provider.cc',
461 'system/mock_statistics_provider.h', 477 'system/mock_statistics_provider.h',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 ], 643 ],
628 'variables': { 644 'variables': {
629 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 645 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
630 'proto_out_dir': 'chromeos/cryptohome', 646 'proto_out_dir': 'chromeos/cryptohome',
631 }, 647 },
632 'includes': ['../build/protoc.gypi'], 648 'includes': ['../build/protoc.gypi'],
633 }, 649 },
634 650
635 ], 651 ],
636 } 652 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698