OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |