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

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

Issue 2642783003: Move more utility functions to arc_util. (Closed)
Patch Set: address comments 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "arc/arc_auth_service.cc", 218 "arc/arc_auth_service.cc",
219 "arc/arc_auth_service.h", 219 "arc/arc_auth_service.h",
220 "arc/arc_optin_uma.cc", 220 "arc/arc_optin_uma.cc",
221 "arc/arc_optin_uma.h", 221 "arc/arc_optin_uma.h",
222 "arc/arc_service_launcher.cc", 222 "arc/arc_service_launcher.cc",
223 "arc/arc_service_launcher.h", 223 "arc/arc_service_launcher.h",
224 "arc/arc_session_manager.cc", 224 "arc/arc_session_manager.cc",
225 "arc/arc_session_manager.h", 225 "arc/arc_session_manager.h",
226 "arc/arc_support_host.cc", 226 "arc/arc_support_host.cc",
227 "arc/arc_support_host.h", 227 "arc/arc_support_host.h",
228 "arc/arc_util.cc",
229 "arc/arc_util.h",
228 "arc/auth/arc_auth_code_fetcher.h", 230 "arc/auth/arc_auth_code_fetcher.h",
229 "arc/auth/arc_background_auth_code_fetcher.cc", 231 "arc/auth/arc_background_auth_code_fetcher.cc",
230 "arc/auth/arc_background_auth_code_fetcher.h", 232 "arc/auth/arc_background_auth_code_fetcher.h",
231 "arc/auth/arc_manual_auth_code_fetcher.cc", 233 "arc/auth/arc_manual_auth_code_fetcher.cc",
232 "arc/auth/arc_manual_auth_code_fetcher.h", 234 "arc/auth/arc_manual_auth_code_fetcher.h",
233 "arc/auth/arc_robot_auth_code_fetcher.cc", 235 "arc/auth/arc_robot_auth_code_fetcher.cc",
234 "arc/auth/arc_robot_auth_code_fetcher.h", 236 "arc/auth/arc_robot_auth_code_fetcher.h",
235 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc", 237 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc",
236 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.h", 238 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.h",
237 "arc/boot_phase_monitor/arc_instance_throttle.cc", 239 "arc/boot_phase_monitor/arc_instance_throttle.cc",
(...skipping 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 "../metrics/leak_detector/leak_detector_controller_unittest.cc", 1451 "../metrics/leak_detector/leak_detector_controller_unittest.cc",
1450 "../metrics/perf/cpu_identity_unittest.cc", 1452 "../metrics/perf/cpu_identity_unittest.cc",
1451 "../metrics/perf/random_selector_unittest.cc", 1453 "../metrics/perf/random_selector_unittest.cc",
1452 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1454 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1453 "../policy/default_geolocation_policy_handler_unittest.cc", 1455 "../policy/default_geolocation_policy_handler_unittest.cc",
1454 "../ui/browser_finder_chromeos_unittest.cc", 1456 "../ui/browser_finder_chromeos_unittest.cc",
1455 "accessibility/magnification_manager_unittest.cc", 1457 "accessibility/magnification_manager_unittest.cc",
1456 "accessibility/select_to_speak_event_handler_unittest.cc", 1458 "accessibility/select_to_speak_event_handler_unittest.cc",
1457 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1459 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1458 "arc/arc_session_manager_unittest.cc", 1460 "arc/arc_session_manager_unittest.cc",
1461 "arc/arc_util_unittest.cc",
1459 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1462 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1460 "arc/extensions/arc_support_message_host_unittest.cc", 1463 "arc/extensions/arc_support_message_host_unittest.cc",
1461 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1464 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1462 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1465 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1463 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1466 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1464 "arc/fileapi/arc_deferred_file_system_operation_runner_unittest.cc", 1467 "arc/fileapi/arc_deferred_file_system_operation_runner_unittest.cc",
1465 "arc/fileapi/arc_documents_provider_root_unittest.cc", 1468 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1466 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1469 "arc/fileapi/arc_documents_provider_util_unittest.cc",
1467 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", 1470 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
1468 "arc/intent_helper/arc_navigation_throttle_unittest.cc", 1471 "arc/intent_helper/arc_navigation_throttle_unittest.cc",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1729 "policy/proto/chrome_device_policy.proto", 1732 "policy/proto/chrome_device_policy.proto",
1730 "policy/proto/install_attributes.proto", 1733 "policy/proto/install_attributes.proto",
1731 ] 1734 ]
1732 } 1735 }
1733 1736
1734 proto_library("attestation_proto") { 1737 proto_library("attestation_proto") {
1735 sources = [ 1738 sources = [
1736 "attestation/attestation_key_payload.proto", 1739 "attestation/attestation_key_payload.proto",
1737 ] 1740 ]
1738 } 1741 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698