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 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1219 "printing/printer_configurer.h", | 1219 "printing/printer_configurer.h", |
1220 "printing/printer_discoverer.h", | 1220 "printing/printer_discoverer.h", |
1221 "printing/printers_manager.cc", | 1221 "printing/printers_manager.cc", |
1222 "printing/printers_manager.h", | 1222 "printing/printers_manager.h", |
1223 "printing/printers_manager_factory.cc", | 1223 "printing/printers_manager_factory.cc", |
1224 "printing/printers_manager_factory.h", | 1224 "printing/printers_manager_factory.h", |
1225 "printing/printers_sync_bridge.cc", | 1225 "printing/printers_sync_bridge.cc", |
1226 "printing/printers_sync_bridge.h", | 1226 "printing/printers_sync_bridge.h", |
1227 "printing/specifics_translation.cc", | 1227 "printing/specifics_translation.cc", |
1228 "printing/specifics_translation.h", | 1228 "printing/specifics_translation.h", |
| 1229 "printing/usb_util.cc", |
| 1230 "printing/usb_util.h", |
1229 "profiles/avatar_menu_actions_chromeos.cc", | 1231 "profiles/avatar_menu_actions_chromeos.cc", |
1230 "profiles/avatar_menu_actions_chromeos.h", | 1232 "profiles/avatar_menu_actions_chromeos.h", |
1231 "profiles/avatar_menu_chromeos.cc", | 1233 "profiles/avatar_menu_chromeos.cc", |
1232 "profiles/multiprofiles_intro_dialog.cc", | 1234 "profiles/multiprofiles_intro_dialog.cc", |
1233 "profiles/multiprofiles_intro_dialog.h", | 1235 "profiles/multiprofiles_intro_dialog.h", |
1234 "profiles/multiprofiles_session_aborted_dialog.cc", | 1236 "profiles/multiprofiles_session_aborted_dialog.cc", |
1235 "profiles/multiprofiles_session_aborted_dialog.h", | 1237 "profiles/multiprofiles_session_aborted_dialog.h", |
1236 "profiles/profile_helper.cc", | 1238 "profiles/profile_helper.cc", |
1237 "profiles/profile_helper.h", | 1239 "profiles/profile_helper.h", |
1238 "profiles/profile_list_chromeos.cc", | 1240 "profiles/profile_list_chromeos.cc", |
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1794 "policy/proto/chrome_device_policy.proto", | 1796 "policy/proto/chrome_device_policy.proto", |
1795 "policy/proto/install_attributes.proto", | 1797 "policy/proto/install_attributes.proto", |
1796 ] | 1798 ] |
1797 } | 1799 } |
1798 | 1800 |
1799 proto_library("attestation_proto") { | 1801 proto_library("attestation_proto") { |
1800 sources = [ | 1802 sources = [ |
1801 "attestation/attestation_key_payload.proto", | 1803 "attestation/attestation_key_payload.proto", |
1802 ] | 1804 ] |
1803 } | 1805 } |
OLD | NEW |