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

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2561023002: arc: ARC loading progress should not be shown when started from OOBE. (Closed)
Patch Set: comments addressed Created 3 years, 10 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "arc/intent_helper/arc_external_protocol_dialog.h", 274 "arc/intent_helper/arc_external_protocol_dialog.h",
275 "arc/intent_helper/arc_navigation_throttle.cc", 275 "arc/intent_helper/arc_navigation_throttle.cc",
276 "arc/intent_helper/arc_navigation_throttle.h", 276 "arc/intent_helper/arc_navigation_throttle.h",
277 "arc/intent_helper/arc_settings_service.cc", 277 "arc/intent_helper/arc_settings_service.cc",
278 "arc/intent_helper/arc_settings_service.h", 278 "arc/intent_helper/arc_settings_service.h",
279 "arc/notification/arc_boot_error_notification.cc", 279 "arc/notification/arc_boot_error_notification.cc",
280 "arc/notification/arc_boot_error_notification.h", 280 "arc/notification/arc_boot_error_notification.h",
281 "arc/optin/arc_optin_preference_handler.cc", 281 "arc/optin/arc_optin_preference_handler.cc",
282 "arc/optin/arc_optin_preference_handler.h", 282 "arc/optin/arc_optin_preference_handler.h",
283 "arc/optin/arc_optin_preference_handler_delegate.h", 283 "arc/optin/arc_optin_preference_handler_delegate.h",
284 "arc/optin/arc_terms_of_service_default_negotiator.cc",
285 "arc/optin/arc_terms_of_service_default_negotiator.h",
284 "arc/optin/arc_terms_of_service_negotiator.cc", 286 "arc/optin/arc_terms_of_service_negotiator.cc",
285 "arc/optin/arc_terms_of_service_negotiator.h", 287 "arc/optin/arc_terms_of_service_negotiator.h",
288 "arc/optin/arc_terms_of_service_oobe_negotiator.cc",
289 "arc/optin/arc_terms_of_service_oobe_negotiator.h",
286 "arc/policy/arc_android_management_checker.cc", 290 "arc/policy/arc_android_management_checker.cc",
287 "arc/policy/arc_android_management_checker.h", 291 "arc/policy/arc_android_management_checker.h",
288 "arc/policy/arc_android_management_checker_delegate.h", 292 "arc/policy/arc_android_management_checker_delegate.h",
289 "arc/policy/arc_policy_bridge.cc", 293 "arc/policy/arc_policy_bridge.cc",
290 "arc/policy/arc_policy_bridge.h", 294 "arc/policy/arc_policy_bridge.h",
291 "arc/policy/arc_policy_util.cc", 295 "arc/policy/arc_policy_util.cc",
292 "arc/policy/arc_policy_util.h", 296 "arc/policy/arc_policy_util.h",
293 "arc/print/arc_print_service.cc", 297 "arc/print/arc_print_service.cc",
294 "arc/print/arc_print_service.h", 298 "arc/print/arc_print_service.h",
295 "arc/process/arc_process.cc", 299 "arc/process/arc_process.cc",
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "login/reauth_stats.h", 757 "login/reauth_stats.h",
754 "login/saml/saml_offline_signin_limiter.cc", 758 "login/saml/saml_offline_signin_limiter.cc",
755 "login/saml/saml_offline_signin_limiter.h", 759 "login/saml/saml_offline_signin_limiter.h",
756 "login/saml/saml_offline_signin_limiter_factory.cc", 760 "login/saml/saml_offline_signin_limiter_factory.cc",
757 "login/saml/saml_offline_signin_limiter_factory.h", 761 "login/saml/saml_offline_signin_limiter_factory.h",
758 "login/screen_manager.cc", 762 "login/screen_manager.cc",
759 "login/screen_manager.h", 763 "login/screen_manager.h",
760 "login/screens/arc_terms_of_service_screen.cc", 764 "login/screens/arc_terms_of_service_screen.cc",
761 "login/screens/arc_terms_of_service_screen.h", 765 "login/screens/arc_terms_of_service_screen.h",
762 "login/screens/arc_terms_of_service_screen_actor.h", 766 "login/screens/arc_terms_of_service_screen_actor.h",
767 "login/screens/arc_terms_of_service_screen_actor_observer.h",
763 "login/screens/base_screen.cc", 768 "login/screens/base_screen.cc",
764 "login/screens/base_screen.h", 769 "login/screens/base_screen.h",
765 "login/screens/base_screen_delegate.h", 770 "login/screens/base_screen_delegate.h",
766 "login/screens/chrome_user_selection_screen.cc", 771 "login/screens/chrome_user_selection_screen.cc",
767 "login/screens/chrome_user_selection_screen.h", 772 "login/screens/chrome_user_selection_screen.h",
768 "login/screens/controller_pairing_screen.cc", 773 "login/screens/controller_pairing_screen.cc",
769 "login/screens/controller_pairing_screen.h", 774 "login/screens/controller_pairing_screen.h",
770 "login/screens/controller_pairing_screen_actor.cc", 775 "login/screens/controller_pairing_screen_actor.cc",
771 "login/screens/controller_pairing_screen_actor.h", 776 "login/screens/controller_pairing_screen_actor.h",
772 "login/screens/core_oobe_actor.h", 777 "login/screens/core_oobe_actor.h",
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 1432
1428 if (use_cras) { 1433 if (use_cras) {
1429 defines = [ "USE_CRAS" ] 1434 defines = [ "USE_CRAS" ]
1430 } 1435 }
1431 1436
1432 if (ui_compositor_image_transport) { 1437 if (ui_compositor_image_transport) {
1433 deps += [ "//ui/gl" ] 1438 deps += [ "//ui/gl" ]
1434 } 1439 }
1435 } 1440 }
1436 1441
1442 static_library("arc_test_support") {
1443 testonly = true
1444
1445 sources = [
1446 "arc/test/arc_data_removed_waiter.cc",
1447 "arc/test/arc_data_removed_waiter.h",
1448 ]
1449 }
1450
1437 source_set("unit_tests") { 1451 source_set("unit_tests") {
1438 testonly = true 1452 testonly = true
1439 1453
1440 sources = [ 1454 sources = [
1441 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). 1455 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951).
1442 "../download/notification/download_item_notification_unittest.cc", 1456 "../download/notification/download_item_notification_unittest.cc",
1443 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni ttest.cc", 1457 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni ttest.cc",
1444 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys _private_api_unittest.cc", 1458 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys _private_api_unittest.cc",
1445 "../extensions/api/log_private/syslog_parser_unittest.cc", 1459 "../extensions/api/log_private/syslog_parser_unittest.cc",
1446 "../extensions/updater/local_extension_cache_unittest.cc", 1460 "../extensions/updater/local_extension_cache_unittest.cc",
(...skipping 12 matching lines...) Expand all
1459 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1473 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1460 "arc/extensions/arc_support_message_host_unittest.cc", 1474 "arc/extensions/arc_support_message_host_unittest.cc",
1461 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1475 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1462 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1476 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1463 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1477 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1464 "arc/fileapi/arc_deferred_file_system_operation_runner_unittest.cc", 1478 "arc/fileapi/arc_deferred_file_system_operation_runner_unittest.cc",
1465 "arc/fileapi/arc_documents_provider_root_unittest.cc", 1479 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1466 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1480 "arc/fileapi/arc_documents_provider_util_unittest.cc",
1467 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", 1481 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
1468 "arc/intent_helper/arc_navigation_throttle_unittest.cc", 1482 "arc/intent_helper/arc_navigation_throttle_unittest.cc",
1469 "arc/optin/arc_terms_of_service_negotiator_unittest.cc", 1483 "arc/optin/arc_terms_of_service_default_negotiator_unittest.cc",
1470 "arc/policy/arc_policy_bridge_unittest.cc", 1484 "arc/policy/arc_policy_bridge_unittest.cc",
1471 "attestation/attestation_ca_client_unittest.cc", 1485 "attestation/attestation_ca_client_unittest.cc",
1472 "attestation/attestation_policy_observer_unittest.cc", 1486 "attestation/attestation_policy_observer_unittest.cc",
1473 "attestation/fake_certificate.cc", 1487 "attestation/fake_certificate.cc",
1474 "attestation/fake_certificate.h", 1488 "attestation/fake_certificate.h",
1475 "attestation/platform_verification_flow_unittest.cc", 1489 "attestation/platform_verification_flow_unittest.cc",
1476 "base/file_flusher_unittest.cc", 1490 "base/file_flusher_unittest.cc",
1477 "certificate_provider/certificate_provider_service_unittest.cc", 1491 "certificate_provider/certificate_provider_service_unittest.cc",
1478 "customization/customization_document_unittest.cc", 1492 "customization/customization_document_unittest.cc",
1479 "display/display_preferences_unittest.cc", 1493 "display/display_preferences_unittest.cc",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1692 "//components/drive/sync/remove_performer_unittest.cc", 1706 "//components/drive/sync/remove_performer_unittest.cc",
1693 "//components/drive/sync_client_unittest.cc", 1707 "//components/drive/sync_client_unittest.cc",
1694 "//ui/base/ime/chromeos/input_method_whitelist.cc", 1708 "//ui/base/ime/chromeos/input_method_whitelist.cc",
1695 "//ui/base/ime/chromeos/input_method_whitelist.h", 1709 "//ui/base/ime/chromeos/input_method_whitelist.h",
1696 ] 1710 ]
1697 1711
1698 public_deps = [ 1712 public_deps = [
1699 ":chromeos", 1713 ":chromeos",
1700 ] 1714 ]
1701 deps = [ 1715 deps = [
1716 ":arc_test_support",
1702 ":attestation_proto", 1717 ":attestation_proto",
1703 ":device_policy_proto", 1718 ":device_policy_proto",
1704 "//ash/resources", 1719 "//ash/resources",
1705 "//components/drive", 1720 "//components/drive",
1706 "//components/drive:test_support_chromeos", 1721 "//components/drive:test_support_chromeos",
1707 "//components/invalidation/public", 1722 "//components/invalidation/public",
1708 "//components/policy:generated", 1723 "//components/policy:generated",
1709 "//components/resources", 1724 "//components/resources",
1710 "//components/sync", 1725 "//components/sync",
1711 "//components/variations:test_support", 1726 "//components/variations:test_support",
(...skipping 17 matching lines...) Expand all
1729 "policy/proto/chrome_device_policy.proto", 1744 "policy/proto/chrome_device_policy.proto",
1730 "policy/proto/install_attributes.proto", 1745 "policy/proto/install_attributes.proto",
1731 ] 1746 ]
1732 } 1747 }
1733 1748
1734 proto_library("attestation_proto") { 1749 proto_library("attestation_proto") {
1735 sources = [ 1750 sources = [
1736 "attestation/attestation_key_payload.proto", 1751 "attestation/attestation_key_payload.proto",
1737 ] 1752 ]
1738 } 1753 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698