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

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

Issue 2642783003: Move more utility functions to arc_util. (Closed)
Patch Set: address review comments 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.
Yusuke Sato 2017/01/24 20:36:58 The CL description is outdated. It still mentions
hidehiko 2017/01/31 13:07:51 Done.
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")
11 11
(...skipping 203 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 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 "../metrics/leak_detector/leak_detector_controller_unittest.cc", 1446 "../metrics/leak_detector/leak_detector_controller_unittest.cc",
1445 "../metrics/perf/cpu_identity_unittest.cc", 1447 "../metrics/perf/cpu_identity_unittest.cc",
1446 "../metrics/perf/random_selector_unittest.cc", 1448 "../metrics/perf/random_selector_unittest.cc",
1447 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1449 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1448 "../policy/default_geolocation_policy_handler_unittest.cc", 1450 "../policy/default_geolocation_policy_handler_unittest.cc",
1449 "../ui/browser_finder_chromeos_unittest.cc", 1451 "../ui/browser_finder_chromeos_unittest.cc",
1450 "accessibility/magnification_manager_unittest.cc", 1452 "accessibility/magnification_manager_unittest.cc",
1451 "accessibility/select_to_speak_event_handler_unittest.cc", 1453 "accessibility/select_to_speak_event_handler_unittest.cc",
1452 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1454 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1453 "arc/arc_session_manager_unittest.cc", 1455 "arc/arc_session_manager_unittest.cc",
1456 "arc/arc_util_unittest.cc",
1454 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1457 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1455 "arc/extensions/arc_support_message_host_unittest.cc", 1458 "arc/extensions/arc_support_message_host_unittest.cc",
1456 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1459 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1457 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1460 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1458 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1461 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1459 "arc/fileapi/arc_documents_provider_root_unittest.cc", 1462 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1460 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1463 "arc/fileapi/arc_documents_provider_util_unittest.cc",
1461 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", 1464 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
1462 "arc/intent_helper/arc_navigation_throttle_unittest.cc", 1465 "arc/intent_helper/arc_navigation_throttle_unittest.cc",
1463 "arc/optin/arc_terms_of_service_negotiator_unittest.cc", 1466 "arc/optin/arc_terms_of_service_negotiator_unittest.cc",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1722 "policy/proto/chrome_device_policy.proto", 1725 "policy/proto/chrome_device_policy.proto",
1723 "policy/proto/install_attributes.proto", 1726 "policy/proto/install_attributes.proto",
1724 ] 1727 ]
1725 } 1728 }
1726 1729
1727 proto_library("attestation_proto") { 1730 proto_library("attestation_proto") {
1728 sources = [ 1731 sources = [
1729 "attestation/attestation_key_payload.proto", 1732 "attestation/attestation_key_payload.proto",
1730 ] 1733 ]
1731 } 1734 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | chrome/browser/chromeos/arc/arc_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698