| 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("//components/nacl/nacl_defines.gni") | 7 import("//components/nacl/nacl_defines.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 "//components/variations", | 73 "//components/variations", |
| 74 "//content/public/browser", | 74 "//content/public/browser", |
| 75 "//content/public/common", | 75 "//content/public/common", |
| 76 "//crypto", | 76 "//crypto", |
| 77 "//dbus", | 77 "//dbus", |
| 78 "//device/bluetooth", | 78 "//device/bluetooth", |
| 79 "//device/hid", | 79 "//device/hid", |
| 80 "//media", | 80 "//media", |
| 81 "//net", | 81 "//net", |
| 82 "//ppapi:ppapi_ipc", # For PpapiMsg_LoadPlugin | 82 "//ppapi:ppapi_ipc", # For PpapiMsg_LoadPlugin |
| 83 "//printing", # TODO: care about enable_printing | 83 # TODO: care about enable_basic_printing and enable_print_preview. |
| 84 "//printing", |
| 84 "//skia", | 85 "//skia", |
| 85 "//storage/browser", | 86 "//storage/browser", |
| 86 "//storage/common", | 87 "//storage/common", |
| 87 "//sync", | 88 "//sync", |
| 88 "//third_party/adobe/flash:flapper_version_h", | 89 "//third_party/adobe/flash:flapper_version_h", |
| 89 "//third_party/cacheinvalidation", | 90 "//third_party/cacheinvalidation", |
| 90 "//third_party/expat", | 91 "//third_party/expat", |
| 91 "//third_party/hunspell", | 92 "//third_party/hunspell", |
| 92 "//third_party/icu", | 93 "//third_party/icu", |
| 93 "//third_party/leveldatabase", | 94 "//third_party/leveldatabase", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 "policy/proto/install_attributes.proto", | 173 "policy/proto/install_attributes.proto", |
| 173 ] | 174 ] |
| 174 } | 175 } |
| 175 | 176 |
| 176 proto_library("attestation_proto") { | 177 proto_library("attestation_proto") { |
| 177 sources = [ | 178 sources = [ |
| 178 "attestation/attestation_key_payload.proto", | 179 "attestation/attestation_key_payload.proto", |
| 179 "attestation/attestation_signed_data.proto", | 180 "attestation/attestation_signed_data.proto", |
| 180 ] | 181 ] |
| 181 } | 182 } |
| OLD | NEW |