| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 # TODO: care about enable_basic_printing and enable_print_preview. | 99 # TODO: care about enable_basic_printing and enable_print_preview. |
| 100 "//components/sync", | 100 "//components/sync", |
| 101 "//printing", | 101 "//printing", |
| 102 "//skia", | 102 "//skia", |
| 103 "//storage/browser", | 103 "//storage/browser", |
| 104 "//storage/common", | 104 "//storage/common", |
| 105 "//third_party/adobe/flash:flapper_version_h", | 105 "//third_party/adobe/flash:flapper_version_h", |
| 106 "//third_party/cacheinvalidation", | 106 "//third_party/cacheinvalidation", |
| 107 "//third_party/icu", | 107 "//third_party/icu", |
| 108 "//third_party/leveldatabase", | 108 "//third_party/leveldatabase", |
| 109 "//third_party/libjingle", | |
| 110 "//third_party/libusb", | 109 "//third_party/libusb", |
| 111 "//third_party/protobuf:protobuf_lite", | 110 "//third_party/protobuf:protobuf_lite", |
| 112 "//third_party/protobuf:protoc($host_toolchain)", | 111 "//third_party/protobuf:protoc($host_toolchain)", |
| 113 "//third_party/re2", | 112 "//third_party/re2", |
| 113 "//third_party/webrtc_overrides", |
| 114 "//third_party/zlib", | 114 "//third_party/zlib", |
| 115 "//ui/app_list", | 115 "//ui/app_list", |
| 116 "//ui/app_list/presenter:mojom", | 116 "//ui/app_list/presenter:mojom", |
| 117 "//ui/arc", | 117 "//ui/arc", |
| 118 "//ui/aura", | 118 "//ui/aura", |
| 119 "//ui/base", | 119 "//ui/base", |
| 120 "//ui/chromeos", | 120 "//ui/chromeos", |
| 121 "//ui/compositor", | 121 "//ui/compositor", |
| 122 "//ui/display", | 122 "//ui/display", |
| 123 "//ui/events:dom_keycode_converter", | 123 "//ui/events:dom_keycode_converter", |
| (...skipping 1654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1778 "policy/proto/chrome_device_policy.proto", | 1778 "policy/proto/chrome_device_policy.proto", |
| 1779 "policy/proto/install_attributes.proto", | 1779 "policy/proto/install_attributes.proto", |
| 1780 ] | 1780 ] |
| 1781 } | 1781 } |
| 1782 | 1782 |
| 1783 proto_library("attestation_proto") { | 1783 proto_library("attestation_proto") { |
| 1784 sources = [ | 1784 sources = [ |
| 1785 "attestation/attestation_key_payload.proto", | 1785 "attestation/attestation_key_payload.proto", |
| 1786 ] | 1786 ] |
| 1787 } | 1787 } |
| OLD | NEW |