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

Unified Diff: base/BUILD.gn

Issue 1089143002: Make the Android GN debug component build actually build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add better comments about why components_{browser,unit}tests are disabled 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 side-by-side diff with in-line comments
Download patch
« BUILD.gn ('K') | « BUILD.gn ('k') | base/third_party/nspr/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index b9f134e3af0b07bb80ae759229cb42375845e6a2..65090ba158c6f5dd7c5b000981b583382fbaaec8 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -497,6 +497,8 @@ component("base") {
"third_party/dmg_fp/g_fmt.cc",
"third_party/icu/icu_utf.cc",
"third_party/icu/icu_utf.h",
+ "third_party/nspr/prtime.cc",
+ "third_party/nspr/prtime.h",
"third_party/superfasthash/superfasthash.c",
"thread_task_runner_handle.cc",
"thread_task_runner_handle.h",
@@ -640,7 +642,6 @@ component("base") {
":base_static",
"//base/allocator:allocator_extension_thunks",
"//base/third_party/dynamic_annotations",
- "//base/third_party/nspr",
"//third_party/modp_b64",
]
@@ -1307,7 +1308,6 @@ test("base_unittests") {
"//base/test:run_all_unittests",
"//base/test:test_support",
"//base/third_party/dynamic_annotations",
- "//base/third_party/nspr",
cjhopman 2015/04/16 19:02:18 I think that this line is actually the problem wit
Dirk Pranke 2015/04/16 20:31:52 //base:base can't depend on nspr, because nspr dep
cjhopman 2015/04/16 20:50:33 That's not true. Before your change nspr didn't ha
Dirk Pranke 2015/04/16 20:59:32 Well, yeah, it didn't have an explicit dependency
cjhopman 2015/04/16 21:03:47 Folding it in is definitely fine with me. It seem
"//base/trace_event:trace_event_unittests",
"//testing/gmock",
"//testing/gtest",
« BUILD.gn ('K') | « BUILD.gn ('k') | base/third_party/nspr/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698