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

Side by Side Diff: base/BUILD.gn

Issue 739033003: Support content scheme uri for Chrome on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 6 years, 1 month 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 1104
1105 deps = [ 1105 deps = [
1106 ":base", 1106 ":base",
1107 "//testing/gtest", 1107 "//testing/gtest",
1108 ] 1108 ]
1109 } 1109 }
1110 1110
1111 test("base_unittests") { 1111 test("base_unittests") {
1112 sources = [ 1112 sources = [
1113 "android/application_status_listener_unittest.cc", 1113 "android/application_status_listener_unittest.cc",
1114 "android/content_uri_utils_unittest.cc",
1114 "android/jni_android_unittest.cc", 1115 "android/jni_android_unittest.cc",
1115 "android/jni_array_unittest.cc", 1116 "android/jni_array_unittest.cc",
1116 "android/jni_string_unittest.cc", 1117 "android/jni_string_unittest.cc",
1117 "android/path_utils_unittest.cc", 1118 "android/path_utils_unittest.cc",
1118 "android/scoped_java_ref_unittest.cc", 1119 "android/scoped_java_ref_unittest.cc",
1119 "android/sys_utils_unittest.cc", 1120 "android/sys_utils_unittest.cc",
1120 "async_socket_io_handler_unittest.cc", 1121 "async_socket_io_handler_unittest.cc",
1121 "at_exit_unittest.cc", 1122 "at_exit_unittest.cc",
1122 "atomicops_unittest.cc", 1123 "atomicops_unittest.cc",
1123 "barrier_closure_unittest.cc", 1124 "barrier_closure_unittest.cc",
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 # GYP: //base.gyp:base_unittests_apk 1507 # GYP: //base.gyp:base_unittests_apk
1507 unittest_apk("base_unittests_apk") { 1508 unittest_apk("base_unittests_apk") {
1508 deps = [ 1509 deps = [
1509 ":base_java", 1510 ":base_java",
1510 ":base_java_unittest_support", 1511 ":base_java_unittest_support",
1511 ":base_unittests", 1512 ":base_unittests",
1512 ] 1513 ]
1513 unittests_dep = ":base_unittests" 1514 unittests_dep = ":base_unittests"
1514 } 1515 }
1515 } 1516 }
OLDNEW
« no previous file with comments | « no previous file | base/android/content_uri_utils.h » ('j') | base/android/java/src/org/chromium/base/ContentUriUtils.java » ('J')

Powered by Google App Engine
This is Rietveld 408576698