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

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

Issue 1698933004: Make MediaSession a runtime-enabled feature on Desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/public/browser/web_contents.h ('k') | media/base/media_switches.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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 ] 488 ]
489 489
490 libs = [ "oleacc.lib" ] 490 libs = [ "oleacc.lib" ]
491 } 491 }
492 492
493 if (is_android) { 493 if (is_android) {
494 sources += rebase_path( 494 sources += rebase_path(
495 content_tests_gypi_values.content_browsertests_android_sources, 495 content_tests_gypi_values.content_browsertests_android_sources,
496 ".", 496 ".",
497 "//content") 497 "//content")
498 sources -= 498 sources -= [
499 [ "../browser/battery_status/battery_monitor_impl_browsertest.cc" ] 499 "../browser/battery_status/battery_monitor_impl_browsertest.cc",
500 "../browser/media/session/media_session_delegate_default_browsertest.cc",
501 ]
500 deps += [ 502 deps += [
501 ":content_browsertests_java", 503 ":content_browsertests_java",
502 ":content_browsertests_manifest", 504 ":content_browsertests_manifest",
503 "//content/shell:content_shell_lib", 505 "//content/shell:content_shell_lib",
504 "//content/shell/android:content_shell_assets", 506 "//content/shell/android:content_shell_assets",
505 "//content/shell/android:content_shell_jni_headers", 507 "//content/shell/android:content_shell_jni_headers",
506 "//testing/android/native_test:native_test_support", 508 "//testing/android/native_test:native_test_support",
507 ] 509 ]
508 deps -= [ "//device/battery" ] 510 deps -= [ "//device/battery" ]
509 android_manifest = 511 android_manifest =
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 "//gpu:test_support", 926 "//gpu:test_support",
925 "//media/base/android", 927 "//media/base/android",
926 "//media/base/android:media_java", 928 "//media/base/android:media_java",
927 "//media/capture/video/android:capture_java", 929 "//media/capture/video/android:capture_java",
928 "//testing/gmock", 930 "//testing/gmock",
929 "//ui/android:ui_java", 931 "//ui/android:ui_java",
930 ] 932 ]
931 } 933 }
932 } 934 }
933 } 935 }
OLDNEW
« no previous file with comments | « content/public/browser/web_contents.h ('k') | media/base/media_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698