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

Unified Diff: tools/android/common/common.gyp

Issue 684133002: [Android] Fix gn build for instrumentation tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Follow review Created 6 years, 2 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: tools/android/common/common.gyp
diff --git a/tools/android/common/common.gyp b/tools/android/common/common.gyp
index 86226258446639af0626449e808ef836c1eaf764..6e4588efd6cae661ed022b8c69af846b7fb4a550 100644
--- a/tools/android/common/common.gyp
+++ b/tools/android/common/common.gyp
@@ -3,6 +3,9 @@
# found in the LICENSE file.
{
+ 'variables': {
+ 'chromium_code': 1,
+ },
'targets': [
{
'target_name': 'android_tools_common',

Powered by Google App Engine
This is Rietveld 408576698