| OLD | NEW |
| 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 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1566 } | 1566 } |
| 1567 | 1567 |
| 1568 source_set("unit_tests") { | 1568 source_set("unit_tests") { |
| 1569 testonly = true | 1569 testonly = true |
| 1570 | 1570 |
| 1571 sources = [ | 1571 sources = [ |
| 1572 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). | 1572 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). |
| 1573 "../download/notification/download_item_notification_unittest.cc", | 1573 "../download/notification/download_item_notification_unittest.cc", |
| 1574 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni
ttest.cc", | 1574 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni
ttest.cc", |
| 1575 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys
_private_api_unittest.cc", | 1575 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys
_private_api_unittest.cc", |
| 1576 "../extensions/api/log_private/syslog_parser_unittest.cc", | |
| 1577 "../extensions/updater/local_extension_cache_unittest.cc", | 1576 "../extensions/updater/local_extension_cache_unittest.cc", |
| 1578 "../memory/memory_kills_monitor_unittest.cc", | 1577 "../memory/memory_kills_monitor_unittest.cc", |
| 1579 "../metrics/chromeos_metrics_provider_unittest.cc", | 1578 "../metrics/chromeos_metrics_provider_unittest.cc", |
| 1580 "../metrics/leak_detector/leak_detector_controller_unittest.cc", | 1579 "../metrics/leak_detector/leak_detector_controller_unittest.cc", |
| 1581 "../metrics/perf/cpu_identity_unittest.cc", | 1580 "../metrics/perf/cpu_identity_unittest.cc", |
| 1582 "../metrics/perf/random_selector_unittest.cc", | 1581 "../metrics/perf/random_selector_unittest.cc", |
| 1583 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", | 1582 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", |
| 1584 "../policy/default_geolocation_policy_handler_unittest.cc", | 1583 "../policy/default_geolocation_policy_handler_unittest.cc", |
| 1585 "../ui/browser_finder_chromeos_unittest.cc", | 1584 "../ui/browser_finder_chromeos_unittest.cc", |
| 1586 "accessibility/magnification_manager_unittest.cc", | 1585 "accessibility/magnification_manager_unittest.cc", |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1883 "policy/proto/chrome_device_policy.proto", | 1882 "policy/proto/chrome_device_policy.proto", |
| 1884 "policy/proto/install_attributes.proto", | 1883 "policy/proto/install_attributes.proto", |
| 1885 ] | 1884 ] |
| 1886 } | 1885 } |
| 1887 | 1886 |
| 1888 proto_library("attestation_proto") { | 1887 proto_library("attestation_proto") { |
| 1889 sources = [ | 1888 sources = [ |
| 1890 "attestation/attestation_key_payload.proto", | 1889 "attestation/attestation_key_payload.proto", |
| 1891 ] | 1890 ] |
| 1892 } | 1891 } |
| OLD | NEW |