| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 "extensions/input_method_event_router.cc", | 426 "extensions/input_method_event_router.cc", |
| 427 "extensions/input_method_event_router.h", | 427 "extensions/input_method_event_router.h", |
| 428 "extensions/install_limiter.cc", | 428 "extensions/install_limiter.cc", |
| 429 "extensions/install_limiter.h", | 429 "extensions/install_limiter.h", |
| 430 "extensions/install_limiter_factory.cc", | 430 "extensions/install_limiter_factory.cc", |
| 431 "extensions/install_limiter_factory.h", | 431 "extensions/install_limiter_factory.h", |
| 432 "extensions/launcher_search_provider.cc", | 432 "extensions/launcher_search_provider.cc", |
| 433 "extensions/launcher_search_provider.h", | 433 "extensions/launcher_search_provider.h", |
| 434 "extensions/media_player_event_router.cc", | 434 "extensions/media_player_event_router.cc", |
| 435 "extensions/media_player_event_router.h", | 435 "extensions/media_player_event_router.h", |
| 436 "extensions/public_session_permission_helper.cc", |
| 437 "extensions/public_session_permission_helper.h", |
| 438 "extensions/public_session_permission_helper_impl.cc", |
| 439 "extensions/public_session_permission_helper_impl.h", |
| 436 "extensions/signin_screen_policy_provider.cc", | 440 "extensions/signin_screen_policy_provider.cc", |
| 437 "extensions/signin_screen_policy_provider.h", | 441 "extensions/signin_screen_policy_provider.h", |
| 438 "external_metrics.cc", | 442 "external_metrics.cc", |
| 439 "external_metrics.h", | 443 "external_metrics.h", |
| 440 "external_protocol_dialog.cc", | 444 "external_protocol_dialog.cc", |
| 441 "external_protocol_dialog.h", | 445 "external_protocol_dialog.h", |
| 442 "feedback_util.cc", | 446 "feedback_util.cc", |
| 443 "feedback_util.h", | 447 "feedback_util.h", |
| 444 "file_manager/app_id.h", | 448 "file_manager/app_id.h", |
| 445 "file_manager/arc_file_tasks.cc", | 449 "file_manager/arc_file_tasks.cc", |
| (...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1706 "policy/proto/chrome_device_policy.proto", | 1710 "policy/proto/chrome_device_policy.proto", |
| 1707 "policy/proto/install_attributes.proto", | 1711 "policy/proto/install_attributes.proto", |
| 1708 ] | 1712 ] |
| 1709 } | 1713 } |
| 1710 | 1714 |
| 1711 proto_library("attestation_proto") { | 1715 proto_library("attestation_proto") { |
| 1712 sources = [ | 1716 sources = [ |
| 1713 "attestation/attestation_key_payload.proto", | 1717 "attestation/attestation_key_payload.proto", |
| 1714 ] | 1718 ] |
| 1715 } | 1719 } |
| OLD | NEW |