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

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: Final touches/nits. 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
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 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 "../metrics/chromeos_metrics_provider_unittest.cc", 1532 "../metrics/chromeos_metrics_provider_unittest.cc",
1533 "../metrics/leak_detector/leak_detector_controller_unittest.cc", 1533 "../metrics/leak_detector/leak_detector_controller_unittest.cc",
1534 "../metrics/perf/cpu_identity_unittest.cc", 1534 "../metrics/perf/cpu_identity_unittest.cc",
1535 "../metrics/perf/random_selector_unittest.cc", 1535 "../metrics/perf/random_selector_unittest.cc",
1536 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1536 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1537 "../policy/default_geolocation_policy_handler_unittest.cc", 1537 "../policy/default_geolocation_policy_handler_unittest.cc",
1538 "../ui/browser_finder_chromeos_unittest.cc", 1538 "../ui/browser_finder_chromeos_unittest.cc",
1539 "accessibility/magnification_manager_unittest.cc", 1539 "accessibility/magnification_manager_unittest.cc",
1540 "accessibility/select_to_speak_event_handler_unittest.cc", 1540 "accessibility/select_to_speak_event_handler_unittest.cc",
1541 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1541 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1542 "arc/accessibility/arc_accessibility_helper_bridge_unittest.cc",
1542 "arc/arc_play_store_enabled_preference_handler_unittest.cc", 1543 "arc/arc_play_store_enabled_preference_handler_unittest.cc",
1543 "arc/arc_session_manager_unittest.cc", 1544 "arc/arc_session_manager_unittest.cc",
1544 "arc/arc_util_unittest.cc", 1545 "arc/arc_util_unittest.cc",
1545 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1546 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1546 "arc/extensions/arc_support_message_host_unittest.cc", 1547 "arc/extensions/arc_support_message_host_unittest.cc",
1547 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1548 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1548 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1549 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1549 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1550 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1550 "arc/fileapi/arc_documents_provider_root_unittest.cc", 1551 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1551 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1552 "arc/fileapi/arc_documents_provider_util_unittest.cc",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 "policy/proto/chrome_device_policy.proto", 1827 "policy/proto/chrome_device_policy.proto",
1827 "policy/proto/install_attributes.proto", 1828 "policy/proto/install_attributes.proto",
1828 ] 1829 ]
1829 } 1830 }
1830 1831
1831 proto_library("attestation_proto") { 1832 proto_library("attestation_proto") {
1832 sources = [ 1833 sources = [
1833 "attestation/attestation_key_payload.proto", 1834 "attestation/attestation_key_payload.proto",
1834 ] 1835 ]
1835 } 1836 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698