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

Side by Side Diff: base/BUILD.gn

Issue 926593007: Add //ipc to "gn check", work on base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « .gn ('k') | base/allocator/BUILD.gn » ('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 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 ":base", 1115 ":base",
1116 "//testing/gtest", 1116 "//testing/gtest",
1117 ] 1117 ]
1118 } 1118 }
1119 1119
1120 # TODO(pasko): Remove this target when crbug.com/424562 is fixed. 1120 # TODO(pasko): Remove this target when crbug.com/424562 is fixed.
1121 source_set("protect_file_posix") { 1121 source_set("protect_file_posix") {
1122 sources = [ 1122 sources = [
1123 "files/protect_file_posix.cc", 1123 "files/protect_file_posix.cc",
1124 ] 1124 ]
1125
1126 deps = [
1127 "//base",
1128 ]
1125 } 1129 }
1126 1130
1127 test("base_unittests") { 1131 test("base_unittests") {
1128 sources = [ 1132 sources = [
1129 "android/application_status_listener_unittest.cc", 1133 "android/application_status_listener_unittest.cc",
1130 "android/content_uri_utils_unittest.cc", 1134 "android/content_uri_utils_unittest.cc",
1131 "android/jni_android_unittest.cc", 1135 "android/jni_android_unittest.cc",
1132 "android/jni_array_unittest.cc", 1136 "android/jni_array_unittest.cc",
1133 "android/jni_string_unittest.cc", 1137 "android/jni_string_unittest.cc",
1134 "android/path_utils_unittest.cc", 1138 "android/path_utils_unittest.cc",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 deps = [ 1364 deps = [
1361 ":base", 1365 ":base",
1362 ":i18n", 1366 ":i18n",
1363 ":message_loop_tests", 1367 ":message_loop_tests",
1364 ":prefs", 1368 ":prefs",
1365 ":prefs_test_support", 1369 ":prefs_test_support",
1366 "//base/allocator", 1370 "//base/allocator",
1367 "//base/test:run_all_unittests", 1371 "//base/test:run_all_unittests",
1368 "//base/test:test_support", 1372 "//base/test:test_support",
1369 "//base/third_party/dynamic_annotations", 1373 "//base/third_party/dynamic_annotations",
1374 "//base/third_party/nspr",
1370 "//testing/gmock", 1375 "//testing/gmock",
1371 "//testing/gtest", 1376 "//testing/gtest",
1372 "//third_party/icu", 1377 "//third_party/icu",
1373 ] 1378 ]
1374 1379
1375 if (is_android) { 1380 if (is_android) {
1376 apk_deps = [ 1381 apk_deps = [
1377 ":base_java", 1382 ":base_java",
1378 ":base_java_unittest_support", 1383 ":base_java_unittest_support",
1379 ] 1384 ]
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 1535
1531 # GYP: //base.gyp:base_java_unittest_support 1536 # GYP: //base.gyp:base_java_unittest_support
1532 android_library("base_java_unittest_support") { 1537 android_library("base_java_unittest_support") {
1533 deps = [ 1538 deps = [
1534 ":base_java", 1539 ":base_java",
1535 ] 1540 ]
1536 java_files = 1541 java_files =
1537 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1542 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1538 } 1543 }
1539 } 1544 }
OLDNEW
« no previous file with comments | « .gn ('k') | base/allocator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698