Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
|
Yusuke Sato
2017/03/01 18:09:26
[optional] If possible, can you elaborate a little
hidehiko
2017/03/01 19:21:31
Done.
| |
| 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") |
| 11 | 11 |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1494 "../metrics/chromeos_metrics_provider_unittest.cc", | 1496 "../metrics/chromeos_metrics_provider_unittest.cc", |
| 1495 "../metrics/leak_detector/leak_detector_controller_unittest.cc", | 1497 "../metrics/leak_detector/leak_detector_controller_unittest.cc", |
| 1496 "../metrics/perf/cpu_identity_unittest.cc", | 1498 "../metrics/perf/cpu_identity_unittest.cc", |
| 1497 "../metrics/perf/random_selector_unittest.cc", | 1499 "../metrics/perf/random_selector_unittest.cc", |
| 1498 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", | 1500 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", |
| 1499 "../policy/default_geolocation_policy_handler_unittest.cc", | 1501 "../policy/default_geolocation_policy_handler_unittest.cc", |
| 1500 "../ui/browser_finder_chromeos_unittest.cc", | 1502 "../ui/browser_finder_chromeos_unittest.cc", |
| 1501 "accessibility/magnification_manager_unittest.cc", | 1503 "accessibility/magnification_manager_unittest.cc", |
| 1502 "accessibility/select_to_speak_event_handler_unittest.cc", | 1504 "accessibility/select_to_speak_event_handler_unittest.cc", |
| 1503 "accessibility/spoken_feedback_event_rewriter_unittest.cc", | 1505 "accessibility/spoken_feedback_event_rewriter_unittest.cc", |
| 1506 "arc/arc_play_store_enabled_preference_handler_unittest.cc", | |
| 1504 "arc/arc_session_manager_unittest.cc", | 1507 "arc/arc_session_manager_unittest.cc", |
| 1505 "arc/arc_util_unittest.cc", | 1508 "arc/arc_util_unittest.cc", |
| 1506 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", | 1509 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", |
| 1507 "arc/extensions/arc_support_message_host_unittest.cc", | 1510 "arc/extensions/arc_support_message_host_unittest.cc", |
| 1508 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", | 1511 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", |
| 1509 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", | 1512 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", |
| 1510 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", | 1513 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", |
| 1511 "arc/fileapi/arc_documents_provider_root_unittest.cc", | 1514 "arc/fileapi/arc_documents_provider_root_unittest.cc", |
| 1512 "arc/fileapi/arc_documents_provider_util_unittest.cc", | 1515 "arc/fileapi/arc_documents_provider_util_unittest.cc", |
| 1513 "arc/fileapi/arc_file_system_operation_runner_unittest.cc", | 1516 "arc/fileapi/arc_file_system_operation_runner_unittest.cc", |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1780 "policy/proto/chrome_device_policy.proto", | 1783 "policy/proto/chrome_device_policy.proto", |
| 1781 "policy/proto/install_attributes.proto", | 1784 "policy/proto/install_attributes.proto", |
| 1782 ] | 1785 ] |
| 1783 } | 1786 } |
| 1784 | 1787 |
| 1785 proto_library("attestation_proto") { | 1788 proto_library("attestation_proto") { |
| 1786 sources = [ | 1789 sources = [ |
| 1787 "attestation/attestation_key_payload.proto", | 1790 "attestation/attestation_key_payload.proto", |
| 1788 ] | 1791 ] |
| 1789 } | 1792 } |
| OLD | NEW |