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

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: nits Created 6 years 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 | base/android/content_uri_utils.h » ('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 (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 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 # TODO(pasko): Remove this target when crbug.com/424562 is fixed. 1111 # TODO(pasko): Remove this target when crbug.com/424562 is fixed.
1112 source_set("protect_file_posix") { 1112 source_set("protect_file_posix") {
1113 sources = [ 1113 sources = [
1114 "files/protect_file_posix.cc", 1114 "files/protect_file_posix.cc",
1115 ] 1115 ]
1116 } 1116 }
1117 1117
1118 test("base_unittests") { 1118 test("base_unittests") {
1119 sources = [ 1119 sources = [
1120 "android/application_status_listener_unittest.cc", 1120 "android/application_status_listener_unittest.cc",
1121 "android/content_uri_utils_unittest.cc",
1121 "android/jni_android_unittest.cc", 1122 "android/jni_android_unittest.cc",
1122 "android/jni_array_unittest.cc", 1123 "android/jni_array_unittest.cc",
1123 "android/jni_string_unittest.cc", 1124 "android/jni_string_unittest.cc",
1124 "android/path_utils_unittest.cc", 1125 "android/path_utils_unittest.cc",
1125 "android/scoped_java_ref_unittest.cc", 1126 "android/scoped_java_ref_unittest.cc",
1126 "android/sys_utils_unittest.cc", 1127 "android/sys_utils_unittest.cc",
1127 "async_socket_io_handler_unittest.cc", 1128 "async_socket_io_handler_unittest.cc",
1128 "at_exit_unittest.cc", 1129 "at_exit_unittest.cc",
1129 "atomicops_unittest.cc", 1130 "atomicops_unittest.cc",
1130 "barrier_closure_unittest.cc", 1131 "barrier_closure_unittest.cc",
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 # GYP: //base.gyp:base_unittests_apk 1519 # GYP: //base.gyp:base_unittests_apk
1519 unittest_apk("base_unittests_apk") { 1520 unittest_apk("base_unittests_apk") {
1520 deps = [ 1521 deps = [
1521 ":base_java", 1522 ":base_java",
1522 ":base_java_unittest_support", 1523 ":base_java_unittest_support",
1523 ":base_unittests", 1524 ":base_unittests",
1524 ] 1525 ]
1525 unittests_dep = ":base_unittests" 1526 unittests_dep = ":base_unittests"
1526 } 1527 }
1527 } 1528 }
OLDNEW
« no previous file with comments | « no previous file | base/android/content_uri_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698