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

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

Issue 2642783003: Move more utility functions to arc_util. (Closed)
Patch Set: Revert IsIntentHelperAvailable fix. Created 3 years, 11 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "arc/arc_auth_service.cc", 215 "arc/arc_auth_service.cc",
216 "arc/arc_auth_service.h", 216 "arc/arc_auth_service.h",
217 "arc/arc_optin_uma.cc", 217 "arc/arc_optin_uma.cc",
218 "arc/arc_optin_uma.h", 218 "arc/arc_optin_uma.h",
219 "arc/arc_service_launcher.cc", 219 "arc/arc_service_launcher.cc",
220 "arc/arc_service_launcher.h", 220 "arc/arc_service_launcher.h",
221 "arc/arc_session_manager.cc", 221 "arc/arc_session_manager.cc",
222 "arc/arc_session_manager.h", 222 "arc/arc_session_manager.h",
223 "arc/arc_support_host.cc", 223 "arc/arc_support_host.cc",
224 "arc/arc_support_host.h", 224 "arc/arc_support_host.h",
225 "arc/arc_util.cc",
226 "arc/arc_util.h",
225 "arc/auth/arc_auth_code_fetcher.h", 227 "arc/auth/arc_auth_code_fetcher.h",
226 "arc/auth/arc_background_auth_code_fetcher.cc", 228 "arc/auth/arc_background_auth_code_fetcher.cc",
227 "arc/auth/arc_background_auth_code_fetcher.h", 229 "arc/auth/arc_background_auth_code_fetcher.h",
228 "arc/auth/arc_manual_auth_code_fetcher.cc", 230 "arc/auth/arc_manual_auth_code_fetcher.cc",
229 "arc/auth/arc_manual_auth_code_fetcher.h", 231 "arc/auth/arc_manual_auth_code_fetcher.h",
230 "arc/auth/arc_robot_auth_code_fetcher.cc", 232 "arc/auth/arc_robot_auth_code_fetcher.cc",
231 "arc/auth/arc_robot_auth_code_fetcher.h", 233 "arc/auth/arc_robot_auth_code_fetcher.h",
232 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc", 234 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc",
233 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.h", 235 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.h",
234 "arc/boot_phase_monitor/arc_instance_throttle.cc", 236 "arc/boot_phase_monitor/arc_instance_throttle.cc",
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 "../metrics/leak_detector/leak_detector_controller_unittest.cc", 1450 "../metrics/leak_detector/leak_detector_controller_unittest.cc",
1449 "../metrics/perf/cpu_identity_unittest.cc", 1451 "../metrics/perf/cpu_identity_unittest.cc",
1450 "../metrics/perf/random_selector_unittest.cc", 1452 "../metrics/perf/random_selector_unittest.cc",
1451 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1453 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1452 "../policy/default_geolocation_policy_handler_unittest.cc", 1454 "../policy/default_geolocation_policy_handler_unittest.cc",
1453 "../ui/browser_finder_chromeos_unittest.cc", 1455 "../ui/browser_finder_chromeos_unittest.cc",
1454 "accessibility/magnification_manager_unittest.cc", 1456 "accessibility/magnification_manager_unittest.cc",
1455 "accessibility/select_to_speak_event_handler_unittest.cc", 1457 "accessibility/select_to_speak_event_handler_unittest.cc",
1456 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1458 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1457 "arc/arc_session_manager_unittest.cc", 1459 "arc/arc_session_manager_unittest.cc",
1460 "arc/arc_util_unittest.cc",
Luis Héctor Chávez 2017/01/19 18:09:15 :D
hidehiko 2017/01/24 17:46:11 ;-)
1458 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1461 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1459 "arc/extensions/arc_support_message_host_unittest.cc", 1462 "arc/extensions/arc_support_message_host_unittest.cc",
1460 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1463 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1461 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1464 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1462 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1465 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1463 "arc/fileapi/arc_documents_provider_root_unittest.cc", 1466 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1464 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1467 "arc/fileapi/arc_documents_provider_util_unittest.cc",
1465 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", 1468 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
1466 "arc/intent_helper/arc_navigation_throttle_unittest.cc", 1469 "arc/intent_helper/arc_navigation_throttle_unittest.cc",
1467 "arc/optin/arc_terms_of_service_negotiator_unittest.cc", 1470 "arc/optin/arc_terms_of_service_negotiator_unittest.cc",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1726 "policy/proto/chrome_device_policy.proto", 1729 "policy/proto/chrome_device_policy.proto",
1727 "policy/proto/install_attributes.proto", 1730 "policy/proto/install_attributes.proto",
1728 ] 1731 ]
1729 } 1732 }
1730 1733
1731 proto_library("attestation_proto") { 1734 proto_library("attestation_proto") {
1732 sources = [ 1735 sources = [
1733 "attestation/attestation_key_payload.proto", 1736 "attestation/attestation_key_payload.proto",
1734 ] 1737 ]
1735 } 1738 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698