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

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

Issue 2469863010: Move all ProvisionFetcher classes out of android/ subdirectories. (Closed)
Patch Set: Another NON_EXPORTED_BASE. Created 4 years, 1 month 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 | « content/public/browser/provision_fetcher_impl.cc ('k') | media/base/android/BUILD.gn » ('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/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "output_device_info.cc", 182 "output_device_info.cc",
183 "output_device_info.h", 183 "output_device_info.h",
184 "pipeline.h", 184 "pipeline.h",
185 "pipeline_impl.cc", 185 "pipeline_impl.cc",
186 "pipeline_impl.h", 186 "pipeline_impl.h",
187 "pipeline_metadata.cc", 187 "pipeline_metadata.cc",
188 "pipeline_metadata.h", 188 "pipeline_metadata.h",
189 "pipeline_status.h", 189 "pipeline_status.h",
190 "player_tracker.cc", 190 "player_tracker.cc",
191 "player_tracker.h", 191 "player_tracker.h",
192 "provision_fetcher.h",
192 "ranges.cc", 193 "ranges.cc",
193 "ranges.h", 194 "ranges.h",
194 "renderer.cc", 195 "renderer.cc",
195 "renderer.h", 196 "renderer.h",
196 "renderer_client.h", 197 "renderer_client.h",
197 "renderer_factory.cc", 198 "renderer_factory.cc",
198 "renderer_factory.h", 199 "renderer_factory.h",
199 "sample_format.cc", 200 "sample_format.cc",
200 "sample_format.h", 201 "sample_format.h",
201 "seekable_buffer.cc", 202 "seekable_buffer.cc",
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 606
606 fuzzer_test("media_container_names_fuzzer") { 607 fuzzer_test("media_container_names_fuzzer") {
607 sources = [ 608 sources = [
608 "container_names_fuzzertest.cc", 609 "container_names_fuzzertest.cc",
609 ] 610 ]
610 deps = [ 611 deps = [
611 "//base", 612 "//base",
612 "//media", 613 "//media",
613 ] 614 ]
614 } 615 }
OLDNEW
« no previous file with comments | « content/public/browser/provision_fetcher_impl.cc ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698