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

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

Issue 2826423003: Expand Chrome OS ARC support to create one tree source per package (Closed)
Patch Set: Fake out WMHelper Created 3 years, 7 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/accessibility/arc_accessibility_helper_bridge.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 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after
1552 "../metrics/chromeos_metrics_provider_unittest.cc", 1552 "../metrics/chromeos_metrics_provider_unittest.cc",
1553 "../metrics/leak_detector/leak_detector_controller_unittest.cc", 1553 "../metrics/leak_detector/leak_detector_controller_unittest.cc",
1554 "../metrics/perf/cpu_identity_unittest.cc", 1554 "../metrics/perf/cpu_identity_unittest.cc",
1555 "../metrics/perf/random_selector_unittest.cc", 1555 "../metrics/perf/random_selector_unittest.cc",
1556 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1556 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1557 "../policy/default_geolocation_policy_handler_unittest.cc", 1557 "../policy/default_geolocation_policy_handler_unittest.cc",
1558 "../ui/browser_finder_chromeos_unittest.cc", 1558 "../ui/browser_finder_chromeos_unittest.cc",
1559 "accessibility/magnification_manager_unittest.cc", 1559 "accessibility/magnification_manager_unittest.cc",
1560 "accessibility/select_to_speak_event_handler_unittest.cc", 1560 "accessibility/select_to_speak_event_handler_unittest.cc",
1561 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1561 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1562 "arc/accessibility/arc_accessibility_helper_bridge_unittest.cc",
1562 "arc/arc_play_store_enabled_preference_handler_unittest.cc", 1563 "arc/arc_play_store_enabled_preference_handler_unittest.cc",
1563 "arc/arc_session_manager_unittest.cc", 1564 "arc/arc_session_manager_unittest.cc",
1564 "arc/arc_util_unittest.cc", 1565 "arc/arc_util_unittest.cc",
1565 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1566 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1566 "arc/extensions/arc_support_message_host_unittest.cc", 1567 "arc/extensions/arc_support_message_host_unittest.cc",
1567 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1568 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1568 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1569 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1569 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1570 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1570 "arc/fileapi/arc_documents_provider_root_unittest.cc", 1571 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1571 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1572 "arc/fileapi/arc_documents_provider_util_unittest.cc",
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 "policy/proto/chrome_device_policy.proto", 1854 "policy/proto/chrome_device_policy.proto",
1854 "policy/proto/install_attributes.proto", 1855 "policy/proto/install_attributes.proto",
1855 ] 1856 ]
1856 } 1857 }
1857 1858
1858 proto_library("attestation_proto") { 1859 proto_library("attestation_proto") {
1859 sources = [ 1860 sources = [
1860 "attestation/attestation_key_payload.proto", 1861 "attestation/attestation_key_payload.proto",
1861 ] 1862 ]
1862 } 1863 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/accessibility/arc_accessibility_helper_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698