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

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

Issue 948423002: Remove header file that doesn't exist from build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | media/media.gyp » ('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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "player_tracker.cc", 125 "player_tracker.cc",
126 "player_tracker.h", 126 "player_tracker.h",
127 "ranges.cc", 127 "ranges.cc",
128 "ranges.h", 128 "ranges.h",
129 "renderer.cc", 129 "renderer.cc",
130 "renderer.h", 130 "renderer.h",
131 "renderer_factory.cc", 131 "renderer_factory.cc",
132 "renderer_factory.h", 132 "renderer_factory.h",
133 "sample_format.cc", 133 "sample_format.cc",
134 "sample_format.h", 134 "sample_format.h",
135 "scoped_histogram_timer.h",
136 "seekable_buffer.cc", 135 "seekable_buffer.cc",
137 "seekable_buffer.h", 136 "seekable_buffer.h",
138 "serial_runner.cc", 137 "serial_runner.cc",
139 "serial_runner.h", 138 "serial_runner.h",
140 "simd/convert_rgb_to_yuv.h", 139 "simd/convert_rgb_to_yuv.h",
141 "simd/convert_rgb_to_yuv_c.cc", 140 "simd/convert_rgb_to_yuv_c.cc",
142 "simd/convert_yuv_to_rgb.h", 141 "simd/convert_yuv_to_rgb.h",
143 "simd/convert_yuv_to_rgb_c.cc", 142 "simd/convert_yuv_to_rgb_c.cc",
144 "simd/filter_yuv.h", 143 "simd/filter_yuv.h",
145 "simd/filter_yuv_c.cc", 144 "simd/filter_yuv_c.cc",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 if (is_posix) { 470 if (is_posix) {
472 yasm_flags += [ "-DELF" ] 471 yasm_flags += [ "-DELF" ]
473 if (cpu_arch == "x64") { 472 if (cpu_arch == "x64") {
474 # TODO(ajwong): Why isn't this true in mac? 473 # TODO(ajwong): Why isn't this true in mac?
475 yasm_flags += [ "-DPIC" ] 474 yasm_flags += [ "-DPIC" ]
476 } 475 }
477 } 476 }
478 } 477 }
479 } 478 }
480 } 479 }
OLDNEW
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698