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("//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 Loading... |
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 Loading... |
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 } |
OLD | NEW |