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

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

Issue 1742753002: Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/content_renderer.gypi ('k') | content/renderer/usb/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/renderer/renderer.gni") 7 import("//content/renderer/renderer.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 9
10 source_set("renderer") { 10 source_set("renderer") {
(...skipping 14 matching lines...) Expand all
25 25
26 deps = [ 26 deps = [
27 "//base:i18n", 27 "//base:i18n",
28 "//cc", 28 "//cc",
29 "//cc/blink", 29 "//cc/blink",
30 "//cc/proto", 30 "//cc/proto",
31 "//cc/surfaces", 31 "//cc/surfaces",
32 "//cc/surfaces:surface_id", 32 "//cc/surfaces:surface_id",
33 "//components/scheduler:scheduler", 33 "//components/scheduler:scheduler",
34 "//components/url_formatter", 34 "//components/url_formatter",
35 "//components/webusb",
36 "//content:resources", 35 "//content:resources",
37 "//content/common:mojo_bindings", 36 "//content/common:mojo_bindings",
38 "//content/public/child:child_sources", 37 "//content/public/child:child_sources",
39 "//content/public/common:common_sources", 38 "//content/public/common:common_sources",
40 "//content/public/common:feature_h264_with_openh264_ffmpeg", 39 "//content/public/common:feature_h264_with_openh264_ffmpeg",
41 "//content/public/common:features", 40 "//content/public/common:features",
42 "//content/public/common:mojo_bindings", 41 "//content/public/common:mojo_bindings",
43 "//crypto:platform", 42 "//crypto:platform",
44 "//device/battery:mojo_bindings", 43 "//device/battery:mojo_bindings",
45 "//device/bluetooth", 44 "//device/bluetooth",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 } 239 }
241 240
242 if (use_seccomp_bpf) { 241 if (use_seccomp_bpf) {
243 defines += [ "USE_SECCOMP_BPF" ] 242 defines += [ "USE_SECCOMP_BPF" ]
244 } 243 }
245 244
246 if (use_ozone) { 245 if (use_ozone) {
247 deps += [ "//ui/ozone" ] 246 deps += [ "//ui/ozone" ]
248 } 247 }
249 } 248 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/usb/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698