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

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

Issue 2268283003: media: Add External Clear Key content browser test on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 2 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/browser/media/encrypted_media_browsertest.cc ('k') | content/shell/renderer/DEPS » ('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/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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "//content/public/renderer", 213 "//content/public/renderer",
214 "//content/public/utility", 214 "//content/public/utility",
215 ] 215 ]
216 deps = [ 216 deps = [
217 ":mojo_bindings", 217 ":mojo_bindings",
218 ":resources", 218 ":resources",
219 "//base", 219 "//base",
220 "//base:base_static", 220 "//base:base_static",
221 "//base/third_party/dynamic_annotations", 221 "//base/third_party/dynamic_annotations",
222 "//cc", 222 "//cc",
223 "//components/cdm/renderer",
223 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", 224 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
224 "//components/plugins/renderer", 225 "//components/plugins/renderer",
225 "//components/test_runner:test_runner", 226 "//components/test_runner:test_runner",
226 "//components/url_formatter", 227 "//components/url_formatter",
227 "//components/web_cache/renderer", 228 "//components/web_cache/renderer",
228 "//content:resources", 229 "//content:resources",
229 "//content/app/resources", 230 "//content/app/resources",
230 "//content/app/strings", 231 "//content/app/strings",
231 "//content/gpu", 232 "//content/gpu",
232 "//content/test:content_test_mojo_bindings", 233 "//content/test:content_test_mojo_bindings",
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 "{{bundle_resources_dir}}/{{source_file_part}}", 742 "{{bundle_resources_dir}}/{{source_file_part}}",
742 ] 743 ]
743 } 744 }
744 } 745 }
745 746
746 mojom("mojo_bindings") { 747 mojom("mojo_bindings") {
747 sources = [ 748 sources = [
748 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 749 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
749 ] 750 ]
750 } 751 }
OLDNEW
« no previous file with comments | « content/browser/media/encrypted_media_browsertest.cc ('k') | content/shell/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698