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

Side by Side Diff: base/BUILD.gn

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 years, 8 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 | « DEPS ('k') | base/android/java/src/org/chromium/base/PathUtils.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 (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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 ] 892 ]
893 deps = [ 893 deps = [
894 ":base", 894 ":base",
895 "//base/test:test_support", 895 "//base/test:test_support",
896 "//base/test:test_support_perf", 896 "//base/test:test_support_perf",
897 "//testing/perf", 897 "//testing/perf",
898 "//testing/gtest", 898 "//testing/gtest",
899 ] 899 ]
900 900
901 if (is_android) { 901 if (is_android) {
902 deps += [ "//testing/android:native_test_native_code" ] 902 deps += [ "//testing/android/native_test:native_test_native_code" ]
903 } 903 }
904 } 904 }
905 905
906 test("base_i18n_perftests") { 906 test("base_i18n_perftests") {
907 sources = [ 907 sources = [
908 "i18n/streaming_utf8_validator_perftest.cc", 908 "i18n/streaming_utf8_validator_perftest.cc",
909 ] 909 ]
910 deps = [ 910 deps = [
911 ":base", 911 ":base",
912 ":i18n", 912 ":i18n",
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 if (!is_linux || use_ozone) { 1347 if (!is_linux || use_ozone) {
1348 sources -= [ "message_loop/message_pump_glib_unittest.cc" ] 1348 sources -= [ "message_loop/message_pump_glib_unittest.cc" ]
1349 } 1349 }
1350 1350
1351 if (is_posix || is_ios) { 1351 if (is_posix || is_ios) {
1352 sources += [ "message_loop/message_pump_libevent_unittest.cc" ] 1352 sources += [ "message_loop/message_pump_libevent_unittest.cc" ]
1353 deps += [ "//third_party/libevent" ] 1353 deps += [ "//third_party/libevent" ]
1354 } 1354 }
1355 1355
1356 if (is_android) { 1356 if (is_android) {
1357 deps += [ "//testing/android:native_test_native_code" ] 1357 deps += [ "//testing/android/native_test:native_test_native_code" ]
1358 set_sources_assignment_filter([]) 1358 set_sources_assignment_filter([])
1359 sources += [ "debug/proc_maps_linux_unittest.cc" ] 1359 sources += [ "debug/proc_maps_linux_unittest.cc" ]
1360 set_sources_assignment_filter(sources_assignment_filter) 1360 set_sources_assignment_filter(sources_assignment_filter)
1361 } 1361 }
1362 1362
1363 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1363 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1364 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 1364 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
1365 } 1365 }
1366 1366
1367 if (is_android) { 1367 if (is_android) {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 1461
1462 # GYP: //base.gyp:base_java_unittest_support 1462 # GYP: //base.gyp:base_java_unittest_support
1463 android_library("base_java_unittest_support") { 1463 android_library("base_java_unittest_support") {
1464 deps = [ 1464 deps = [
1465 ":base_java", 1465 ":base_java",
1466 ] 1466 ]
1467 java_files = 1467 java_files =
1468 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1468 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1469 } 1469 }
1470 } 1470 }
OLDNEW
« no previous file with comments | « DEPS ('k') | base/android/java/src/org/chromium/base/PathUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698