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

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

Issue 2723073002: Extract kArcEnabled preference from ArcSessionManager part 2. (Closed)
Patch Set: address comments Created 3 years, 9 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_play_store_enabled_preference_handler.h » ('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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "arc/accessibility/ax_tree_source_arc.cc", 217 "arc/accessibility/ax_tree_source_arc.cc",
218 "arc/accessibility/ax_tree_source_arc.h", 218 "arc/accessibility/ax_tree_source_arc.h",
219 "arc/arc_auth_context.cc", 219 "arc/arc_auth_context.cc",
220 "arc/arc_auth_context.h", 220 "arc/arc_auth_context.h",
221 "arc/arc_auth_notification.cc", 221 "arc/arc_auth_notification.cc",
222 "arc/arc_auth_notification.h", 222 "arc/arc_auth_notification.h",
223 "arc/arc_auth_service.cc", 223 "arc/arc_auth_service.cc",
224 "arc/arc_auth_service.h", 224 "arc/arc_auth_service.h",
225 "arc/arc_optin_uma.cc", 225 "arc/arc_optin_uma.cc",
226 "arc/arc_optin_uma.h", 226 "arc/arc_optin_uma.h",
227 "arc/arc_play_store_enabled_preference_handler.cc",
228 "arc/arc_play_store_enabled_preference_handler.h",
227 "arc/arc_service_launcher.cc", 229 "arc/arc_service_launcher.cc",
228 "arc/arc_service_launcher.h", 230 "arc/arc_service_launcher.h",
229 "arc/arc_session_manager.cc", 231 "arc/arc_session_manager.cc",
230 "arc/arc_session_manager.h", 232 "arc/arc_session_manager.h",
231 "arc/arc_support_host.cc", 233 "arc/arc_support_host.cc",
232 "arc/arc_support_host.h", 234 "arc/arc_support_host.h",
233 "arc/arc_util.cc", 235 "arc/arc_util.cc",
234 "arc/arc_util.h", 236 "arc/arc_util.h",
235 "arc/auth/arc_active_directory_enrollment_token_fetcher.cc", 237 "arc/auth/arc_active_directory_enrollment_token_fetcher.cc",
236 "arc/auth/arc_active_directory_enrollment_token_fetcher.h", 238 "arc/auth/arc_active_directory_enrollment_token_fetcher.h",
(...skipping 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 "../metrics/chromeos_metrics_provider_unittest.cc", 1501 "../metrics/chromeos_metrics_provider_unittest.cc",
1500 "../metrics/leak_detector/leak_detector_controller_unittest.cc", 1502 "../metrics/leak_detector/leak_detector_controller_unittest.cc",
1501 "../metrics/perf/cpu_identity_unittest.cc", 1503 "../metrics/perf/cpu_identity_unittest.cc",
1502 "../metrics/perf/random_selector_unittest.cc", 1504 "../metrics/perf/random_selector_unittest.cc",
1503 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1505 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1504 "../policy/default_geolocation_policy_handler_unittest.cc", 1506 "../policy/default_geolocation_policy_handler_unittest.cc",
1505 "../ui/browser_finder_chromeos_unittest.cc", 1507 "../ui/browser_finder_chromeos_unittest.cc",
1506 "accessibility/magnification_manager_unittest.cc", 1508 "accessibility/magnification_manager_unittest.cc",
1507 "accessibility/select_to_speak_event_handler_unittest.cc", 1509 "accessibility/select_to_speak_event_handler_unittest.cc",
1508 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1510 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1511 "arc/arc_play_store_enabled_preference_handler_unittest.cc",
1509 "arc/arc_session_manager_unittest.cc", 1512 "arc/arc_session_manager_unittest.cc",
1510 "arc/arc_util_unittest.cc", 1513 "arc/arc_util_unittest.cc",
1511 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1514 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1512 "arc/extensions/arc_support_message_host_unittest.cc", 1515 "arc/extensions/arc_support_message_host_unittest.cc",
1513 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1516 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1514 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1517 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1515 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1518 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1516 "arc/fileapi/arc_documents_provider_root_unittest.cc", 1519 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1517 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1520 "arc/fileapi/arc_documents_provider_util_unittest.cc",
1518 "arc/fileapi/arc_file_system_operation_runner_unittest.cc", 1521 "arc/fileapi/arc_file_system_operation_runner_unittest.cc",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1787 "policy/proto/chrome_device_policy.proto", 1790 "policy/proto/chrome_device_policy.proto",
1788 "policy/proto/install_attributes.proto", 1791 "policy/proto/install_attributes.proto",
1789 ] 1792 ]
1790 } 1793 }
1791 1794
1792 proto_library("attestation_proto") { 1795 proto_library("attestation_proto") {
1793 sources = [ 1796 sources = [
1794 "attestation/attestation_key_payload.proto", 1797 "attestation/attestation_key_payload.proto",
1795 ] 1798 ]
1796 } 1799 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_play_store_enabled_preference_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698