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

Side by Side Diff: media/base/BUILD.gn

Issue 883293005: Cast: Basic cast_receiver API for chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed extra BUILD.gn line Created 5 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 | « media/BUILD.gn ('k') | media/base/video_capture_types.h » ('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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/linux/pkg_config.gni") 8 import("//build/config/linux/pkg_config.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "text_renderer.cc", 156 "text_renderer.cc",
157 "text_renderer.h", 157 "text_renderer.h",
158 "text_track.h", 158 "text_track.h",
159 "text_track_config.cc", 159 "text_track_config.cc",
160 "text_track_config.h", 160 "text_track_config.h",
161 "time_delta_interpolator.cc", 161 "time_delta_interpolator.cc",
162 "time_delta_interpolator.h", 162 "time_delta_interpolator.h",
163 "time_source.h", 163 "time_source.h",
164 "user_input_monitor.cc", 164 "user_input_monitor.cc",
165 "user_input_monitor.h", 165 "user_input_monitor.h",
166 "video_capture_types.cc",
167 "video_capture_types.h",
168 "video_capturer_source.cc",
169 "video_capturer_source.h",
166 "video_decoder.cc", 170 "video_decoder.cc",
167 "video_decoder.h", 171 "video_decoder.h",
168 "video_decoder_config.cc", 172 "video_decoder_config.cc",
169 "video_decoder_config.h", 173 "video_decoder_config.h",
170 "video_frame.cc", 174 "video_frame.cc",
171 "video_frame.h", 175 "video_frame.h",
172 "video_frame_pool.cc", 176 "video_frame_pool.cc",
173 "video_frame_pool.h", 177 "video_frame_pool.h",
174 "video_renderer.cc", 178 "video_renderer.cc",
175 "video_renderer.h", 179 "video_renderer.h",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 if (is_posix) { 481 if (is_posix) {
478 yasm_flags += [ "-DELF" ] 482 yasm_flags += [ "-DELF" ]
479 if (current_cpu == "x64") { 483 if (current_cpu == "x64") {
480 # TODO(ajwong): Why isn't this true in mac? 484 # TODO(ajwong): Why isn't this true in mac?
481 yasm_flags += [ "-DPIC" ] 485 yasm_flags += [ "-DPIC" ]
482 } 486 }
483 } 487 }
484 } 488 }
485 } 489 }
486 } 490 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/base/video_capture_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698