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

Side by Side Diff: base/BUILD.gn

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed cjhopman's comments. Created 5 years, 7 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 (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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 1313 matching lines...) Expand 10 before | Expand all | Expand 10 after
1324 # strings 1324 # strings
1325 if (is_mac || is_ios || is_chromeos) { 1325 if (is_mac || is_ios || is_chromeos) {
1326 defines = [ "SYSTEM_NATIVE_UTF8" ] 1326 defines = [ "SYSTEM_NATIVE_UTF8" ]
1327 } 1327 }
1328 1328
1329 if (is_android) { 1329 if (is_android) {
1330 apk_deps = [ 1330 apk_deps = [
1331 ":base_java", 1331 ":base_java",
1332 ":base_java_unittest_support", 1332 ":base_java_unittest_support",
1333 ] 1333 ]
1334 isolate_file = "base_unittests.isolate"
1334 } 1335 }
1335 1336
1336 if (is_ios) { 1337 if (is_ios) {
1337 sources -= [ 1338 sources -= [
1338 "process/memory_unittest.cc", 1339 "process/memory_unittest.cc",
1339 "process/memory_unittest_mac.h", 1340 "process/memory_unittest_mac.h",
1340 "process/memory_unittest_mac.mm", 1341 "process/memory_unittest_mac.mm",
1341 "process/process_unittest.cc", 1342 "process/process_unittest.cc",
1342 "process/process_util_unittest.cc", 1343 "process/process_util_unittest.cc",
1343 ] 1344 ]
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 1507
1507 # GYP: //base.gyp:base_java_unittest_support 1508 # GYP: //base.gyp:base_java_unittest_support
1508 android_library("base_java_unittest_support") { 1509 android_library("base_java_unittest_support") {
1509 deps = [ 1510 deps = [
1510 ":base_java", 1511 ":base_java",
1511 ] 1512 ]
1512 java_files = 1513 java_files =
1513 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1514 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1514 } 1515 }
1515 } 1516 }
OLDNEW
« no previous file with comments | « android_webview/android_webview_tests.gypi ('k') | base/base.gyp » ('j') | breakpad/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698