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

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

Issue 871663003: media: Add MediaPermission interface and MediaPermissionDispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed 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 | « content/renderer/render_frame_impl.cc ('k') | media/base/media_permission.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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "key_systems.h", 106 "key_systems.h",
107 "media.cc", 107 "media.cc",
108 "media.h", 108 "media.h",
109 "media_client.cc", 109 "media_client.cc",
110 "media_client.h", 110 "media_client.h",
111 "media_keys.cc", 111 "media_keys.cc",
112 "media_keys.h", 112 "media_keys.h",
113 "media_log.cc", 113 "media_log.cc",
114 "media_log.h", 114 "media_log.h",
115 "media_log_event.h", 115 "media_log_event.h",
116 "media_permission.cc",
117 "media_permission.h",
116 "media_switches.cc", 118 "media_switches.cc",
117 "media_switches.h", 119 "media_switches.h",
118 "multi_channel_resampler.cc", 120 "multi_channel_resampler.cc",
119 "multi_channel_resampler.h", 121 "multi_channel_resampler.h",
120 "pipeline.cc", 122 "pipeline.cc",
121 "pipeline.h", 123 "pipeline.h",
122 "pipeline_status.h", 124 "pipeline_status.h",
123 "player_tracker.cc", 125 "player_tracker.cc",
124 "player_tracker.h", 126 "player_tracker.h",
125 "ranges.cc", 127 "ranges.cc",
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 if (is_posix) { 468 if (is_posix) {
467 yasm_flags += [ "-DELF" ] 469 yasm_flags += [ "-DELF" ]
468 if (cpu_arch == "x64") { 470 if (cpu_arch == "x64") {
469 # TODO(ajwong): Why isn't this true in mac? 471 # TODO(ajwong): Why isn't this true in mac?
470 yasm_flags += [ "-DPIC" ] 472 yasm_flags += [ "-DPIC" ]
471 } 473 }
472 } 474 }
473 } 475 }
474 } 476 }
475 } 477 }
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/base/media_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698