Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 8b9b5bf19056236ef193fef6e453d7f28959881b..bf6f64f4822bb7c0be30638df11439b1b7ecdc03 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -1468,3 +1468,4 @@ if (is_android) { |
[ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
} |
} |
+ |
Peter Kasting
2015/03/26 04:29:05
You can probably omit the changes to the .gn/.gyp/
Mike Wittman
2015/03/27 22:42:01
Done.
Peter Kasting
2015/03/30 23:07:34
(You removed the .gyp, but not the .gn or .gypi.
Mike Wittman
2015/03/31 01:06:36
I had to add those back for native_stack_sampler.{
|