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

Unified Diff: base/trace_event/BUILD.gn

Issue 1490763006: Fix buffer overflow in trace_event_android.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | base/trace_event/trace_event.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/BUILD.gn
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index aae6adb9c3bc9803277ccb8a1ef6133e85c5943b..85c26e2af5bd3e3da29125d10175b033b2319b80 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -135,6 +135,10 @@ source_set("trace_event_unittests") {
sources += [ "process_memory_maps_dump_provider_unittest.cc" ]
}
+ if (is_android) {
+ sources += [ "trace_event_android_unittest.cc" ]
+ }
+
deps = [
"//base/test:test_support",
"//testing/gmock",
« no previous file with comments | « no previous file | base/trace_event/trace_event.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698