| 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 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1363 source_set("unit_tests") { | 1363 source_set("unit_tests") { |
| 1364 testonly = true | 1364 testonly = true |
| 1365 | 1365 |
| 1366 sources = [ | 1366 sources = [ |
| 1367 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). | 1367 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). |
| 1368 "../download/notification/download_item_notification_unittest.cc", | 1368 "../download/notification/download_item_notification_unittest.cc", |
| 1369 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni
ttest.cc", | 1369 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni
ttest.cc", |
| 1370 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys
_private_api_unittest.cc", | 1370 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys
_private_api_unittest.cc", |
| 1371 "../extensions/api/log_private/syslog_parser_unittest.cc", | 1371 "../extensions/api/log_private/syslog_parser_unittest.cc", |
| 1372 "../extensions/updater/local_extension_cache_unittest.cc", | 1372 "../extensions/updater/local_extension_cache_unittest.cc", |
| 1373 "../memory/memory_kills_monitor_unittest.cc", |
| 1373 "../metrics/chromeos_metrics_provider_unittest.cc", | 1374 "../metrics/chromeos_metrics_provider_unittest.cc", |
| 1374 "../metrics/leak_detector/leak_detector_controller_unittest.cc", | 1375 "../metrics/leak_detector/leak_detector_controller_unittest.cc", |
| 1375 "../metrics/perf/cpu_identity_unittest.cc", | 1376 "../metrics/perf/cpu_identity_unittest.cc", |
| 1376 "../metrics/perf/random_selector_unittest.cc", | 1377 "../metrics/perf/random_selector_unittest.cc", |
| 1377 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", | 1378 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", |
| 1378 "../policy/default_geolocation_policy_handler_unittest.cc", | 1379 "../policy/default_geolocation_policy_handler_unittest.cc", |
| 1379 "../ui/browser_finder_chromeos_unittest.cc", | 1380 "../ui/browser_finder_chromeos_unittest.cc", |
| 1380 "accessibility/magnification_manager_unittest.cc", | 1381 "accessibility/magnification_manager_unittest.cc", |
| 1381 "accessibility/spoken_feedback_event_rewriter_unittest.cc", | 1382 "accessibility/spoken_feedback_event_rewriter_unittest.cc", |
| 1382 "arc/arc_auth_service_unittest.cc", | 1383 "arc/arc_auth_service_unittest.cc", |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1643 "policy/proto/chrome_device_policy.proto", | 1644 "policy/proto/chrome_device_policy.proto", |
| 1644 "policy/proto/install_attributes.proto", | 1645 "policy/proto/install_attributes.proto", |
| 1645 ] | 1646 ] |
| 1646 } | 1647 } |
| 1647 | 1648 |
| 1648 proto_library("attestation_proto") { | 1649 proto_library("attestation_proto") { |
| 1649 sources = [ | 1650 sources = [ |
| 1650 "attestation/attestation_key_payload.proto", | 1651 "attestation/attestation_key_payload.proto", |
| 1651 ] | 1652 ] |
| 1652 } | 1653 } |
| OLD | NEW |