| 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 gypi_values = exec_script("//build/gypi_to_gn.py", | 10 gypi_values = exec_script("//build/gypi_to_gn.py", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "//third_party/re2", | 103 "//third_party/re2", |
| 104 "//third_party/zlib", | 104 "//third_party/zlib", |
| 105 "//ui/app_list", | 105 "//ui/app_list", |
| 106 "//ui/aura", | 106 "//ui/aura", |
| 107 "//ui/base", | 107 "//ui/base", |
| 108 "//ui/chromeos:ui_chromeos", | 108 "//ui/chromeos:ui_chromeos", |
| 109 "//ui/compositor", | 109 "//ui/compositor", |
| 110 "//ui/display", | 110 "//ui/display", |
| 111 "//ui/events/devices", | 111 "//ui/events/devices", |
| 112 "//ui/events/platform", | 112 "//ui/events/platform", |
| 113 "//ui/events:dom4_keycode_converter", | 113 "//ui/events:dom_keycode_converter", |
| 114 "//ui/file_manager", | 114 "//ui/file_manager", |
| 115 "//ui/message_center", | 115 "//ui/message_center", |
| 116 "//ui/oobe:oobe", | 116 "//ui/oobe:oobe", |
| 117 "//ui/oobe:oobe_gen", | 117 "//ui/oobe:oobe_gen", |
| 118 "//ui/surface", | 118 "//ui/surface", |
| 119 "//ui/views", | 119 "//ui/views", |
| 120 "//ui/views/controls/webview", | 120 "//ui/views/controls/webview", |
| 121 "//ui/web_dialogs", | 121 "//ui/web_dialogs", |
| 122 "//url", | 122 "//url", |
| 123 "//v8", | 123 "//v8", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "policy/proto/install_attributes.proto", | 175 "policy/proto/install_attributes.proto", |
| 176 ] | 176 ] |
| 177 } | 177 } |
| 178 | 178 |
| 179 proto_library("attestation_proto") { | 179 proto_library("attestation_proto") { |
| 180 sources = [ | 180 sources = [ |
| 181 "attestation/attestation_key_payload.proto", | 181 "attestation/attestation_key_payload.proto", |
| 182 "attestation/attestation_signed_data.proto", | 182 "attestation/attestation_signed_data.proto", |
| 183 ] | 183 ] |
| 184 } | 184 } |
| OLD | NEW |