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

Unified Diff: content/content_tests.gypi

Issue 1406423007: GN(Android): Fix up content_gl_tests to match GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 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 | « no previous file | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index daf72d834ec7725718b26289a21b44c48613511a..6b7ea22deaa846715d63773df138046712e6332a 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1845,7 +1845,7 @@
['OS == "android"', {
'targets': [
{
- # TODO(GN)
+ # GN: //content/test:content_gl_tests
'target_name': 'content_gl_tests_apk',
'type': 'none',
'dependencies': [
@@ -1860,7 +1860,7 @@
],
},
{
- # TODO(GN)
+ # GN: //content/test:content_unittests
'target_name': 'content_unittests_apk',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698