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

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

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 4 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # Mark all targets as test only. 8 # Mark all targets as test only.
9 testonly = true 9 testonly = true
10 10
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 deps = [ 105 deps = [
106 "//android_webview:android_webview_java", 106 "//android_webview:android_webview_java",
107 "//base:base_java", 107 "//base:base_java",
108 "//base:base_java_test_support", 108 "//base:base_java_test_support",
109 "//components/external_video_surface:java", 109 "//components/external_video_surface:java",
110 "//components/policy/android:policy_java", 110 "//components/policy/android:policy_java",
111 "//components/policy/android:policy_java_test_support", 111 "//components/policy/android:policy_java_test_support",
112 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 112 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
113 "//content/public/android:content_java", 113 "//content/public/android:content_java",
114 "//content/public/test/android:content_java_test_support", 114 "//content/public/test/android:content_java_test_support",
115 "//device/geolocation:geolocation_java",
116 "//device/geolocation:geolocation_java_test_support",
117 "//net/android:net_java", 115 "//net/android:net_java",
118 "//net/android:net_java_test_support", 116 "//net/android:net_java_test_support",
119 "//third_party/android_tools:legacy_http_javalib", 117 "//third_party/android_tools:legacy_http_javalib",
120 "//ui/android:ui_java", 118 "//ui/android:ui_java",
121 ] 119 ]
122 java_files = [ 120 java_files = [
123 "../javatests/src/org/chromium/android_webview/test/AcceptLanguageTest.java" , 121 "../javatests/src/org/chromium/android_webview/test/AcceptLanguageTest.java" ,
124 "../javatests/src/org/chromium/android_webview/test/AndroidScrollIntegration Test.java", 122 "../javatests/src/org/chromium/android_webview/test/AndroidScrollIntegration Test.java",
125 "../javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTe st.java", 123 "../javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTe st.java",
126 "../javatests/src/org/chromium/android_webview/test/ArchiveTest.java", 124 "../javatests/src/org/chromium/android_webview/test/ArchiveTest.java",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 ] 275 ]
278 } 276 }
279 277
280 # GYP: //android_webview/android_webview_tests.gypi:libdrawgl 278 # GYP: //android_webview/android_webview_tests.gypi:libdrawgl
281 shared_library("libdrawgl") { 279 shared_library("libdrawgl") {
282 sources = [ 280 sources = [
283 "shell/src/draw_gl/draw_gl.cc", 281 "shell/src/draw_gl/draw_gl.cc",
284 ] 282 ]
285 configs -= [ "//build/config/android:hide_native_jni_exports" ] 283 configs -= [ "//build/config/android:hide_native_jni_exports" ]
286 } 284 }
OLDNEW
« no previous file with comments | « android_webview/javatests/src/org/chromium/android_webview/test/GeolocationTest.java ('k') | blimp/engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698