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

Side by Side Diff: chrome/android/BUILD.gn

Issue 1367783002: Revert of ChildAccountService[Java] delegates everything to native side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@child
Patch Set: Created 5 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 | chrome/android/java/src/org/chromium/chrome/browser/childaccounts/ChildAccountService.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 import("//build/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 import("//chrome/version.gni") 8 import("//chrome/version.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/icu/config.gni") 10 import("//third_party/icu/config.gni")
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 ] 217 ]
218 package_name = "org/chromium/chrome/browser" 218 package_name = "org/chromium/chrome/browser"
219 inputs = [ 219 inputs = [
220 "../browser/android/resource_id.h", 220 "../browser/android/resource_id.h",
221 ] 221 ]
222 } 222 }
223 223
224 # GYP: //chrome/chrome_tests.gypi:chrome_junit_tests 224 # GYP: //chrome/chrome_tests.gypi:chrome_junit_tests
225 junit_binary("chrome_junit_tests") { 225 junit_binary("chrome_junit_tests") {
226 java_files = [ 226 java_files = [
227 "junit/src/org/chromium/chrome/browser/childaccounts/ChildAccountServiceTest .java",
227 "junit/src/org/chromium/chrome/browser/externalauth/ExternalAuthUtilsTest.ja va", 228 "junit/src/org/chromium/chrome/browser/externalauth/ExternalAuthUtilsTest.ja va",
228 "junit/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java", 229 "junit/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java",
229 "junit/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteContro llerTest.java", 230 "junit/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteContro llerTest.java",
230 "junit/src/org/chromium/chrome/browser/media/remote/MediaUrlResolverTest.jav a", 231 "junit/src/org/chromium/chrome/browser/media/remote/MediaUrlResolverTest.jav a",
231 "junit/src/org/chromium/chrome/browser/media/remote/RemoteVideoInfoTest.java ", 232 "junit/src/org/chromium/chrome/browser/media/remote/RemoteVideoInfoTest.java ",
232 "junit/src/org/chromium/chrome/browser/media/remote/TransportControlTest.jav a", 233 "junit/src/org/chromium/chrome/browser/media/remote/TransportControlTest.jav a",
233 ] 234 ]
234 deps = [ 235 deps = [
235 ":chrome_java", 236 ":chrome_java",
236 "//base:base_java", 237 "//base:base_java",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 # TODO(GYP,cjhopman): Does this need version code/name? 455 # TODO(GYP,cjhopman): Does this need version code/name?
455 apk_name = "ChromePublicTest" 456 apk_name = "ChromePublicTest"
456 apk_under_test = ":chrome_public_apk" 457 apk_under_test = ":chrome_public_apk"
457 android_manifest = chrome_public_test_apk_manifest 458 android_manifest = chrome_public_test_apk_manifest
458 deps = [ 459 deps = [
459 ":chrome_public_test_apk_manifest", 460 ":chrome_public_test_apk_manifest",
460 "//chrome/android:chrome_shared_test_java", 461 "//chrome/android:chrome_shared_test_java",
461 ] 462 ]
462 isolate_file = "../chrome_public_test_apk.isolate" 463 isolate_file = "../chrome_public_test_apk.isolate"
463 } 464 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/childaccounts/ChildAccountService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698