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

Unified Diff: breakpad/BUILD.gn

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed cjhopman's comments. Created 5 years, 7 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
Index: breakpad/BUILD.gn
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index 5e0fa955a3b66d9484c6dfc80d4914b825e04458..7a1828a611b246692b0e83b43a54f9120858fe08 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -618,6 +618,7 @@ if (is_linux) {
sources += [ "src/common/android/breakpad_getcontext_unittest.cc" ]
libs = [ "log" ]
include_dirs += [ "src/common/android/include" ]
+ isolate_file = "breakpad_unittests.isolate"
Lei Zhang 2015/05/20 21:33:11 Should there be a corresponding change in breakpad
mikecase (-- gone --) 2015/05/21 18:46:45 Added. The way I currently have it setup, GYP only
}
}
« no previous file with comments | « base/base.gyp ('k') | build/android/gyp/create_test_runner_script.py » ('j') | media/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698