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

Side by Side Diff: content/common/BUILD.gn

Issue 1943963004: Revert of (reland) Move permission.mojom from WebKit/public/platform/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « content/child/permissions/permission_dispatcher.cc ('k') | content/common/DEPS » ('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("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 23 matching lines...) Expand all
34 "//ipc", 34 "//ipc",
35 "//third_party/WebKit/public:blink_headers", 35 "//third_party/WebKit/public:blink_headers",
36 ] 36 ]
37 deps = [ 37 deps = [
38 "//base", 38 "//base",
39 "//base/third_party/dynamic_annotations", 39 "//base/third_party/dynamic_annotations",
40 "//build/util:webkit_version", 40 "//build/util:webkit_version",
41 "//cc", 41 "//cc",
42 "//cc/surfaces", 42 "//cc/surfaces",
43 "//components/mus/public/interfaces", 43 "//components/mus/public/interfaces",
44 "//components/permissions",
45 "//components/tracing", 44 "//components/tracing",
46 "//components/tracing:startup_tracing", 45 "//components/tracing:startup_tracing",
47 "//device/bluetooth", 46 "//device/bluetooth",
48 "//gpu", 47 "//gpu",
49 "//gpu/command_buffer/client:gles2_c_lib", 48 "//gpu/command_buffer/client:gles2_c_lib",
50 "//gpu/command_buffer/client:gles2_cmd_helper", 49 "//gpu/command_buffer/client:gles2_cmd_helper",
51 "//gpu/command_buffer/client:gles2_implementation", 50 "//gpu/command_buffer/client:gles2_implementation",
52 "//gpu/command_buffer/client:gles2_interface", 51 "//gpu/command_buffer/client:gles2_interface",
53 "//gpu/command_buffer/common:gles2_utils", 52 "//gpu/command_buffer/common:gles2_utils",
54 "//gpu/command_buffer/service", 53 "//gpu/command_buffer/service",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "//components/leveldb/public/interfaces", 238 "//components/leveldb/public/interfaces",
240 "//components/mus/public/interfaces", 239 "//components/mus/public/interfaces",
241 "//content/public/common:mojo_bindings", 240 "//content/public/common:mojo_bindings",
242 "//services/shell/public/interfaces", 241 "//services/shell/public/interfaces",
243 "//skia/public/interfaces", 242 "//skia/public/interfaces",
244 "//third_party/WebKit/public:mojo_bindings", 243 "//third_party/WebKit/public:mojo_bindings",
245 "//ui/mojo/geometry:interfaces", 244 "//ui/mojo/geometry:interfaces",
246 "//url/mojo:url_mojom_origin", 245 "//url/mojo:url_mojom_origin",
247 ] 246 ]
248 } 247 }
OLDNEW
« no previous file with comments | « content/child/permissions/permission_dispatcher.cc ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698