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

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

Issue 1682363002: Remove //device/devices_app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove two files that somehow survived in //device/devices_app. Created 4 years, 10 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/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("//build/buildflag_header.gni") 7 import("//build/buildflag_header.gni")
8 import("//content/renderer/renderer.gni") 8 import("//content/renderer/renderer.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 26 matching lines...) Expand all
37 "//components/url_formatter", 37 "//components/url_formatter",
38 "//components/webusb", 38 "//components/webusb",
39 "//content:resources", 39 "//content:resources",
40 "//content/common:mojo_bindings", 40 "//content/common:mojo_bindings",
41 "//content/public/child:child_sources", 41 "//content/public/child:child_sources",
42 "//content/public/common:common_sources", 42 "//content/public/common:common_sources",
43 "//content/public/common:mojo_bindings", 43 "//content/public/common:mojo_bindings",
44 "//crypto:platform", 44 "//crypto:platform",
45 "//device/battery:mojo_bindings", 45 "//device/battery:mojo_bindings",
46 "//device/bluetooth", 46 "//device/bluetooth",
47 "//device/devices_app/public/cpp", 47 "//device/usb/public/interfaces",
48 "//device/devices_app/usb/public/interfaces",
49 "//device/vibration:mojo_bindings", 48 "//device/vibration:mojo_bindings",
50 "//gin", 49 "//gin",
51 "//gpu", 50 "//gpu",
52 "//gpu/blink", 51 "//gpu/blink",
53 "//gpu/command_buffer/client:gles2_interface", 52 "//gpu/command_buffer/client:gles2_interface",
54 "//ipc/mojo", 53 "//ipc/mojo",
55 "//jingle:jingle_glue", 54 "//jingle:jingle_glue",
56 "//media", 55 "//media",
57 "//media/blink", 56 "//media/blink",
58 "//media/midi", 57 "//media/midi",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 if (use_ozone) { 242 if (use_ozone) {
244 deps += [ "//ui/ozone" ] 243 deps += [ "//ui/ozone" ]
245 } 244 }
246 } 245 }
247 246
248 buildflag_header("renderer_features") { 247 buildflag_header("renderer_features") {
249 header = "renderer_features.h" 248 header = "renderer_features.h"
250 249
251 flags = [ "RTC_USE_H264=$rtc_use_h264" ] 250 flags = [ "RTC_USE_H264=$rtc_use_h264" ]
252 } 251 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698