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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//content/common/common.gni") | 8 import("//content/common/common.gni") |
9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
10 import("//third_party/webrtc/build/webrtc.gni") | 10 import("//third_party/webrtc/build/webrtc.gni") |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 public_configs = [ "//v8:external_startup_data" ] | 93 public_configs = [ "//v8:external_startup_data" ] |
94 | 94 |
95 public_deps = [ | 95 public_deps = [ |
96 "//content/common", | 96 "//content/common", |
97 "//mojo/public/cpp/bindings", | 97 "//mojo/public/cpp/bindings", |
98 "//services/shell/public/interfaces", | 98 "//services/shell/public/interfaces", |
99 "//ui/accessibility", | 99 "//ui/accessibility", |
100 "//url/ipc:url_ipc", | 100 "//url/ipc:url_ipc", |
101 ] | 101 ] |
102 deps = [ | 102 deps = [ |
103 "//components/permissions", | |
104 "//ipc", | 103 "//ipc", |
105 "//ipc/mojo", | 104 "//ipc/mojo", |
106 "//media", | 105 "//media", |
107 "//mojo/common", | 106 "//mojo/common", |
108 "//net", | 107 "//net", |
109 "//ppapi/c", | 108 "//ppapi/c", |
110 "//services/shell/public/cpp", | 109 "//services/shell/public/cpp", |
111 "//skia", | 110 "//skia", |
112 "//storage/common", | 111 "//storage/common", |
113 "//third_party/WebKit/public:blink_headers", | 112 "//third_party/WebKit/public:blink_headers", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 source_set("feature_h264_with_openh264_ffmpeg") { | 154 source_set("feature_h264_with_openh264_ffmpeg") { |
156 deps = [ | 155 deps = [ |
157 ":features", | 156 ":features", |
158 "//base", | 157 "//base", |
159 ] | 158 ] |
160 sources = [ | 159 sources = [ |
161 "feature_h264_with_openh264_ffmpeg.cc", | 160 "feature_h264_with_openh264_ffmpeg.cc", |
162 "feature_h264_with_openh264_ffmpeg.h", | 161 "feature_h264_with_openh264_ffmpeg.h", |
163 ] | 162 ] |
164 } | 163 } |
OLD | NEW |