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

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

Issue 1138993009: Revert of [Android] Refactor the native test wrappers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/module_args/v8.gni") 9 import("//build/module_args/v8.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 if (is_android) { 343 if (is_android) {
344 sources += rebase_path( 344 sources += rebase_path(
345 content_tests_gypi_values.content_browsertests_android_sources, 345 content_tests_gypi_values.content_browsertests_android_sources,
346 ".", 346 ".",
347 "//content") 347 "//content")
348 sources -= 348 sources -=
349 [ "../browser/battery_status/battery_monitor_impl_browsertest.cc" ] 349 [ "../browser/battery_status/battery_monitor_impl_browsertest.cc" ]
350 deps += [ 350 deps += [
351 "//content/shell/android:content_shell_jni_headers", 351 "//content/shell/android:content_shell_jni_headers",
352 "//content/shell:content_shell_lib", 352 "//content/shell:content_shell_lib",
353 "//testing/android/native_test:native_test_support", 353 "//testing/android/native_test:native_test_util",
354 ] 354 ]
355 355
356 use_launcher = false 356 use_launcher = false
357 } 357 }
358 358
359 if (is_mac) { 359 if (is_mac) {
360 sources += [ "../renderer/external_popup_menu_browsertest.cc" ] 360 sources += [ "../renderer/external_popup_menu_browsertest.cc" ]
361 deps += [ 361 deps += [
362 # Needed for Content Shell.app's Helper. 362 # Needed for Content Shell.app's Helper.
363 #"//content/shell:content_shell", #TODO(GYP) enable for mac 363 #"//content/shell:content_shell", #TODO(GYP) enable for mac
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 "//gpu/blink", 692 "//gpu/blink",
693 "//testing/gtest", 693 "//testing/gtest",
694 "//third_party/WebKit/public:blink", 694 "//third_party/WebKit/public:blink",
695 "//ui/base", 695 "//ui/base",
696 "//ui/gfx", 696 "//ui/gfx",
697 "//ui/gfx/geometry", 697 "//ui/gfx/geometry",
698 "//ui/gl", 698 "//ui/gl",
699 ] 699 ]
700 } 700 }
701 } 701 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698