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

Unified Diff: chrome/chrome_tests.gypi

Issue 590243002: Revert of Move content_gl_tests.isolate to content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | chrome/content_gl_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 74d593740d1fd9bb185e04c8783bcb91313228bf..51513ca4e92209427c4476e707ff4c12ebadc972 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2950,6 +2950,21 @@
],
},
{
+ 'target_name': 'content_gl_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ '../content/content_shell_and_tests.gyp:content_gl_tests',
+ 'chrome_run',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'content_gl_tests.isolate',
+ ],
+ 'sources': [
+ 'content_gl_tests.isolate',
+ ],
+ },
+ {
'target_name': 'gl_tests_run',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | chrome/content_gl_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698