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

Unified Diff: third_party/junit/junit.gyp

Issue 659703002: GN: Some small changes to support chrome android internal stuff (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-packed
Patch Set: rebase 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
« no previous file with comments | « third_party/junit/BUILD.gn ('k') | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/junit/junit.gyp
diff --git a/third_party/junit/junit.gyp b/third_party/junit/junit.gyp
index b68534ea8d4ff492481c426094b0291445a2ea60..8477aa0887ee4dfb392f6fc66b19d7bd2e6fd978 100644
--- a/third_party/junit/junit.gyp
+++ b/third_party/junit/junit.gyp
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN: //third_party/junit:hamcrest
'target_name': 'hamcrest_jar',
'type': 'none',
'variables': {
@@ -15,6 +16,7 @@
]
},
{
+ # GN: //third_party/junit:junit
'target_name': 'junit_jar',
'type': 'none',
'dependencies': [
« no previous file with comments | « third_party/junit/BUILD.gn ('k') | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698