| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 194 "screen_info.cc", |
| 195 "screen_info.h", | 195 "screen_info.h", |
| 196 "screen_orientation_values.h", | 196 "screen_orientation_values.h", |
| 197 "security_style.h", | 197 "security_style.h", |
| 198 "send_zygote_child_ping_linux.h", | 198 "send_zygote_child_ping_linux.h", |
| 199 "service_names.cc", | |
| 200 "service_names.h", | |
| 201 "speech_recognition_error.h", | 199 "speech_recognition_error.h", |
| 202 "speech_recognition_grammar.h", | 200 "speech_recognition_grammar.h", |
| 203 "speech_recognition_result.cc", | 201 "speech_recognition_result.cc", |
| 204 "speech_recognition_result.h", | 202 "speech_recognition_result.h", |
| 205 "stop_find_action.h", | 203 "stop_find_action.h", |
| 206 "storage_quota_params.h", | 204 "storage_quota_params.h", |
| 207 "three_d_api_types.h", | 205 "three_d_api_types.h", |
| 208 "top_controls_state.h", | 206 "top_controls_state.h", |
| 209 "transition_element.h", | 207 "transition_element.h", |
| 210 "url_constants.cc", | 208 "url_constants.cc", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 source_set("feature_h264_with_openh264_ffmpeg") { | 290 source_set("feature_h264_with_openh264_ffmpeg") { |
| 293 deps = [ | 291 deps = [ |
| 294 ":features", | 292 ":features", |
| 295 "//base", | 293 "//base", |
| 296 ] | 294 ] |
| 297 sources = [ | 295 sources = [ |
| 298 "feature_h264_with_openh264_ffmpeg.cc", | 296 "feature_h264_with_openh264_ffmpeg.cc", |
| 299 "feature_h264_with_openh264_ffmpeg.h", | 297 "feature_h264_with_openh264_ffmpeg.h", |
| 300 ] | 298 ] |
| 301 } | 299 } |
| OLD | NEW |