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

Side by Side Diff: content/public/android/BUILD.gn

Issue 1721613002: Add JUnit tests for ImeThread activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adjusted to robolectric 3.0 Created 4 years, 3 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 | « no previous file | content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java » ('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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 7
8 content_jni_gypi_values = exec_script("//build/gypi_to_gn.py", 8 content_jni_gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../../content_jni.gypi") ], 9 [ rebase_path("../../content_jni.gypi") ],
10 "scope", 10 "scope",
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 data_deps = [ 393 data_deps = [
394 "//net:test_support", 394 "//net:test_support",
395 ] 395 ]
396 } 396 }
397 397
398 # GYP: //content/content_tests.gypi:content_junit_tests 398 # GYP: //content/content_tests.gypi:content_junit_tests
399 junit_binary("content_junit_tests") { 399 junit_binary("content_junit_tests") {
400 java_files = [ 400 java_files = [
401 "junit/src/org/chromium/content/browser/input/RangeTest.java", 401 "junit/src/org/chromium/content/browser/input/RangeTest.java",
402 "junit/src/org/chromium/content/browser/input/TextInputStateTest.java", 402 "junit/src/org/chromium/content/browser/input/TextInputStateTest.java",
403 "junit/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory Test.java",
403 "junit/src/org/chromium/content/browser/input/ThreadedInputConnectionTest.ja va", 404 "junit/src/org/chromium/content/browser/input/ThreadedInputConnectionTest.ja va",
404 "junit/src/org/chromium/content/browser/BindingManagerImplTest.java", 405 "junit/src/org/chromium/content/browser/BindingManagerImplTest.java",
405 ] 406 ]
406 deps = [ 407 deps = [
407 ":content_java", 408 ":content_java",
408 "//base:base_java", 409 "//base:base_java",
409 "//base:base_java_test_support", 410 "//base:base_java_test_support",
410 ] 411 ]
411 } 412 }
OLDNEW
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698