| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 "drive/fileapi/webkit_file_stream_reader_impl.cc", | 414 "drive/fileapi/webkit_file_stream_reader_impl.cc", |
| 415 "drive/fileapi/webkit_file_stream_reader_impl.h", | 415 "drive/fileapi/webkit_file_stream_reader_impl.h", |
| 416 "drive/fileapi/webkit_file_stream_writer_impl.cc", | 416 "drive/fileapi/webkit_file_stream_writer_impl.cc", |
| 417 "drive/fileapi/webkit_file_stream_writer_impl.h", | 417 "drive/fileapi/webkit_file_stream_writer_impl.h", |
| 418 "drive/write_on_cache_file.cc", | 418 "drive/write_on_cache_file.cc", |
| 419 "drive/write_on_cache_file.h", | 419 "drive/write_on_cache_file.h", |
| 420 "enrollment_dialog_view.cc", | 420 "enrollment_dialog_view.cc", |
| 421 "enrollment_dialog_view.h", | 421 "enrollment_dialog_view.h", |
| 422 "eol_notification.cc", | 422 "eol_notification.cc", |
| 423 "eol_notification.h", | 423 "eol_notification.h", |
| 424 "events/event_rewriter.cc", | |
| 425 "events/event_rewriter.h", | |
| 426 "events/event_rewriter_controller.cc", | 424 "events/event_rewriter_controller.cc", |
| 427 "events/event_rewriter_controller.h", | 425 "events/event_rewriter_controller.h", |
| 426 "events/event_rewriter_delegate_impl.cc", |
| 427 "events/event_rewriter_delegate_impl.h", |
| 428 "events/keyboard_driven_event_rewriter.cc", | 428 "events/keyboard_driven_event_rewriter.cc", |
| 429 "events/keyboard_driven_event_rewriter.h", | 429 "events/keyboard_driven_event_rewriter.h", |
| 430 "events/system_key_event_listener.cc", | 430 "events/system_key_event_listener.cc", |
| 431 "events/system_key_event_listener.h", | 431 "events/system_key_event_listener.h", |
| 432 "events/xinput_hierarchy_changed_event_listener.cc", | 432 "events/xinput_hierarchy_changed_event_listener.cc", |
| 433 "events/xinput_hierarchy_changed_event_listener.h", | 433 "events/xinput_hierarchy_changed_event_listener.h", |
| 434 "extensions/default_app_order.cc", | 434 "extensions/default_app_order.cc", |
| 435 "extensions/default_app_order.h", | 435 "extensions/default_app_order.h", |
| 436 "extensions/device_local_account_external_policy_loader.cc", | 436 "extensions/device_local_account_external_policy_loader.cc", |
| 437 "extensions/device_local_account_external_policy_loader.h", | 437 "extensions/device_local_account_external_policy_loader.h", |
| (...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1787 "policy/proto/chrome_device_policy.proto", | 1787 "policy/proto/chrome_device_policy.proto", |
| 1788 "policy/proto/install_attributes.proto", | 1788 "policy/proto/install_attributes.proto", |
| 1789 ] | 1789 ] |
| 1790 } | 1790 } |
| 1791 | 1791 |
| 1792 proto_library("attestation_proto") { | 1792 proto_library("attestation_proto") { |
| 1793 sources = [ | 1793 sources = [ |
| 1794 "attestation/attestation_key_payload.proto", | 1794 "attestation/attestation_key_payload.proto", |
| 1795 ] | 1795 ] |
| 1796 } | 1796 } |
| OLD | NEW |