| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//third_party/protobuf/proto_library.gni") | 8 import("//third_party/protobuf/proto_library.gni") |
| 9 | 9 |
| 10 assert(is_chromeos) | 10 assert(is_chromeos) |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 "extensions/input_method_event_router.cc", | 385 "extensions/input_method_event_router.cc", |
| 386 "extensions/input_method_event_router.h", | 386 "extensions/input_method_event_router.h", |
| 387 "extensions/install_limiter.cc", | 387 "extensions/install_limiter.cc", |
| 388 "extensions/install_limiter.h", | 388 "extensions/install_limiter.h", |
| 389 "extensions/install_limiter_factory.cc", | 389 "extensions/install_limiter_factory.cc", |
| 390 "extensions/install_limiter_factory.h", | 390 "extensions/install_limiter_factory.h", |
| 391 "extensions/launcher_search_provider.cc", | 391 "extensions/launcher_search_provider.cc", |
| 392 "extensions/launcher_search_provider.h", | 392 "extensions/launcher_search_provider.h", |
| 393 "extensions/media_player_event_router.cc", | 393 "extensions/media_player_event_router.cc", |
| 394 "extensions/media_player_event_router.h", | 394 "extensions/media_player_event_router.h", |
| 395 "extensions/signin_screen_policy_provider.cc", |
| 396 "extensions/signin_screen_policy_provider.h", |
| 395 "external_metrics.cc", | 397 "external_metrics.cc", |
| 396 "external_metrics.h", | 398 "external_metrics.h", |
| 397 "external_protocol_dialog.cc", | 399 "external_protocol_dialog.cc", |
| 398 "external_protocol_dialog.h", | 400 "external_protocol_dialog.h", |
| 399 "feedback_util.cc", | 401 "feedback_util.cc", |
| 400 "feedback_util.h", | 402 "feedback_util.h", |
| 401 "file_manager/app_id.h", | 403 "file_manager/app_id.h", |
| 402 "file_manager/arc_file_tasks.cc", | 404 "file_manager/arc_file_tasks.cc", |
| 403 "file_manager/arc_file_tasks.h", | 405 "file_manager/arc_file_tasks.h", |
| 404 "file_manager/file_browser_handlers.cc", | 406 "file_manager/file_browser_handlers.cc", |
| (...skipping 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1616 "policy/proto/chrome_device_policy.proto", | 1618 "policy/proto/chrome_device_policy.proto", |
| 1617 "policy/proto/install_attributes.proto", | 1619 "policy/proto/install_attributes.proto", |
| 1618 ] | 1620 ] |
| 1619 } | 1621 } |
| 1620 | 1622 |
| 1621 proto_library("attestation_proto") { | 1623 proto_library("attestation_proto") { |
| 1622 sources = [ | 1624 sources = [ |
| 1623 "attestation/attestation_key_payload.proto", | 1625 "attestation/attestation_key_payload.proto", |
| 1624 ] | 1626 ] |
| 1625 } | 1627 } |
| OLD | NEW |