Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2800533002: Remove unnecessary v8.h include from chrome/browser/. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/voice_search_ui.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "//ui/events/devices", 128 "//ui/events/devices",
129 "//ui/events/platform", 129 "//ui/events/platform",
130 "//ui/file_manager", 130 "//ui/file_manager",
131 "//ui/keyboard:mojom", 131 "//ui/keyboard:mojom",
132 "//ui/message_center", 132 "//ui/message_center",
133 "//ui/surface", 133 "//ui/surface",
134 "//ui/views", 134 "//ui/views",
135 "//ui/views/controls/webview", 135 "//ui/views/controls/webview",
136 "//ui/web_dialogs", 136 "//ui/web_dialogs",
137 "//url", 137 "//url",
138 "//v8",
139 ] 138 ]
140 139
141 data_deps = [ 140 data_deps = [
142 "//ash/autoclick/mus:accessibility_autoclick", 141 "//ash/autoclick/mus:accessibility_autoclick",
143 ] 142 ]
144 143
145 allow_circular_includes_from = [ "//chrome/browser/extensions" ] 144 allow_circular_includes_from = [ "//chrome/browser/extensions" ]
146 145
147 sources = [ 146 sources = [
148 "../supervised_user/chromeos/manager_password_service.cc", 147 "../supervised_user/chromeos/manager_password_service.cc",
(...skipping 1665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1814 "policy/proto/chrome_device_policy.proto", 1813 "policy/proto/chrome_device_policy.proto",
1815 "policy/proto/install_attributes.proto", 1814 "policy/proto/install_attributes.proto",
1816 ] 1815 ]
1817 } 1816 }
1818 1817
1819 proto_library("attestation_proto") { 1818 proto_library("attestation_proto") {
1820 sources = [ 1819 sources = [
1821 "attestation/attestation_key_payload.proto", 1820 "attestation/attestation_key_payload.proto",
1822 ] 1821 ]
1823 } 1822 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/voice_search_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698