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("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//third_party/webrtc/build/webrtc.gni") | 9 import("//third_party/webrtc/build/webrtc.gni") |
10 | 10 |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 "resource_response_info.cc", | 184 "resource_response_info.cc", |
185 "resource_response_info.h", | 185 "resource_response_info.h", |
186 "resource_type.cc", | 186 "resource_type.cc", |
187 "resource_type.h", | 187 "resource_type.h", |
188 "result_codes.h", | 188 "result_codes.h", |
189 "sandbox_init.h", | 189 "sandbox_init.h", |
190 "sandbox_linux.h", | 190 "sandbox_linux.h", |
191 "sandbox_type.h", | 191 "sandbox_type.h", |
192 "sandboxed_process_launcher_delegate.cc", | 192 "sandboxed_process_launcher_delegate.cc", |
193 "sandboxed_process_launcher_delegate.h", | 193 "sandboxed_process_launcher_delegate.h", |
| 194 "screen_info.cc", |
| 195 "screen_info.h", |
194 "screen_orientation_values.h", | 196 "screen_orientation_values.h", |
195 "security_style.h", | 197 "security_style.h", |
196 "send_zygote_child_ping_linux.h", | 198 "send_zygote_child_ping_linux.h", |
197 "speech_recognition_error.h", | 199 "speech_recognition_error.h", |
198 "speech_recognition_grammar.h", | 200 "speech_recognition_grammar.h", |
199 "speech_recognition_result.cc", | 201 "speech_recognition_result.cc", |
200 "speech_recognition_result.h", | 202 "speech_recognition_result.h", |
201 "ssl_status.cc", | 203 "ssl_status.cc", |
202 "ssl_status.h", | 204 "ssl_status.h", |
203 "stop_find_action.h", | 205 "stop_find_action.h", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 source_set("feature_h264_with_openh264_ffmpeg") { | 292 source_set("feature_h264_with_openh264_ffmpeg") { |
291 deps = [ | 293 deps = [ |
292 ":features", | 294 ":features", |
293 "//base", | 295 "//base", |
294 ] | 296 ] |
295 sources = [ | 297 sources = [ |
296 "feature_h264_with_openh264_ffmpeg.cc", | 298 "feature_h264_with_openh264_ffmpeg.cc", |
297 "feature_h264_with_openh264_ffmpeg.h", | 299 "feature_h264_with_openh264_ffmpeg.h", |
298 ] | 300 ] |
299 } | 301 } |
OLD | NEW |