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

Side by Side Diff: content/shell/BUILD.gn

Issue 2882813002: media: Convert mojo media defines to buildflags (Closed)
Patch Set: rebase Created 3 years, 7 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 ] 191 ]
192 192
193 configs += [ 193 configs += [
194 ":content_shell_lib_warnings", 194 ":content_shell_lib_warnings",
195 "//build/config:precompiled_headers", 195 "//build/config:precompiled_headers",
196 196
197 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 197 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
198 "//build/config/compiler:no_size_t_to_int_warning", 198 "//build/config/compiler:no_size_t_to_int_warning",
199 ] 199 ]
200 200
201 if (enable_mojo_media) {
202 configs += [ "//media/mojo/services:mojo_media_config" ]
203 }
204
205 defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ] 201 defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ]
206 202
207 public_deps = [ 203 public_deps = [
208 # This exposes all public content APIs. 204 # This exposes all public content APIs.
209 "//content/public/app:both", 205 "//content/public/app:both",
210 "//content/public/browser", 206 "//content/public/browser",
211 "//content/public/child", 207 "//content/public/child",
212 "//content/public/common", 208 "//content/public/common",
213 "//content/public/renderer", 209 "//content/public/renderer",
214 "//content/public/utility", 210 "//content/public/utility",
(...skipping 24 matching lines...) Expand all
239 "//content/test:test_support", 235 "//content/test:test_support",
240 "//device/bluetooth", 236 "//device/bluetooth",
241 "//device/bluetooth:fake_bluetooth", 237 "//device/bluetooth:fake_bluetooth",
242 "//device/bluetooth:mocks", 238 "//device/bluetooth:mocks",
243 "//device/geolocation", 239 "//device/geolocation",
244 "//device/sensors/public/cpp:full", 240 "//device/sensors/public/cpp:full",
245 "//gin", 241 "//gin",
246 "//gpu", 242 "//gpu",
247 "//media", 243 "//media",
248 "//media/capture", 244 "//media/capture",
245 "//media/mojo:features",
249 "//mojo/edk/js", 246 "//mojo/edk/js",
250 "//net", 247 "//net",
251 "//net:net_resources", 248 "//net:net_resources",
252 "//net:test_support", 249 "//net:test_support",
253 "//ppapi/features", 250 "//ppapi/features",
254 "//sandbox", 251 "//sandbox",
255 "//services/service_manager/public/cpp", 252 "//services/service_manager/public/cpp",
256 "//skia", 253 "//skia",
257 "//storage/browser", 254 "//storage/browser",
258 "//testing/gmock", 255 "//testing/gmock",
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 data_deps += [ 806 data_deps += [
810 "//breakpad:dump_syms", 807 "//breakpad:dump_syms",
811 "//breakpad:microdump_stackwalk", 808 "//breakpad:microdump_stackwalk",
812 "//breakpad:minidump_dump", 809 "//breakpad:minidump_dump",
813 "//breakpad:minidump_stackwalk", 810 "//breakpad:minidump_stackwalk",
814 "//breakpad:symupload", 811 "//breakpad:symupload",
815 "//tools/android/forwarder2", 812 "//tools/android/forwarder2",
816 ] 813 ]
817 } 814 }
818 } 815 }
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698