| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "//dbus", | 85 "//dbus", |
| 86 "//device/bluetooth", | 86 "//device/bluetooth", |
| 87 "//device/hid", | 87 "//device/hid", |
| 88 "//extensions/browser/kiosk", | 88 "//extensions/browser/kiosk", |
| 89 "//mash/public/interfaces", | 89 "//mash/public/interfaces", |
| 90 "//media", | 90 "//media", |
| 91 "//media/mojo/interfaces", | 91 "//media/mojo/interfaces", |
| 92 "//mojo/common", | 92 "//mojo/common", |
| 93 "//net", | 93 "//net", |
| 94 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin | 94 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin |
| 95 "//services/shell/public/cpp", | 95 "//services/service_manager/public/cpp", |
| 96 | 96 |
| 97 # TODO: care about enable_basic_printing and enable_print_preview. | 97 # TODO: care about enable_basic_printing and enable_print_preview. |
| 98 "//components/sync", | 98 "//components/sync", |
| 99 "//printing", | 99 "//printing", |
| 100 "//skia", | 100 "//skia", |
| 101 "//storage/browser", | 101 "//storage/browser", |
| 102 "//storage/common", | 102 "//storage/common", |
| 103 "//third_party/adobe/flash:flapper_version_h", | 103 "//third_party/adobe/flash:flapper_version_h", |
| 104 "//third_party/cacheinvalidation", | 104 "//third_party/cacheinvalidation", |
| 105 "//third_party/icu", | 105 "//third_party/icu", |
| (...skipping 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1614 "policy/proto/chrome_device_policy.proto", | 1614 "policy/proto/chrome_device_policy.proto", |
| 1615 "policy/proto/install_attributes.proto", | 1615 "policy/proto/install_attributes.proto", |
| 1616 ] | 1616 ] |
| 1617 } | 1617 } |
| 1618 | 1618 |
| 1619 proto_library("attestation_proto") { | 1619 proto_library("attestation_proto") { |
| 1620 sources = [ | 1620 sources = [ |
| 1621 "attestation/attestation_key_payload.proto", | 1621 "attestation/attestation_key_payload.proto", |
| 1622 ] | 1622 ] |
| 1623 } | 1623 } |
| OLD | NEW |