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

Unified Diff: Source/core/core.gypi

Issue 376553004: Split out tests of private scripts from Internals to PrivateScriptTest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index f3af53630da36fe51a5511b4b84c5b44cbbd9802..de754cfa809b93c422bfd48f0333615865224362 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3289,6 +3289,7 @@
'testing/LayerRect.idl',
'testing/LayerRectList.idl',
'testing/MallocStatistics.idl',
+ 'testing/PrivateScriptTest.idl',
'testing/TypeConversions.idl',
],
'generated_webcore_testing_idl_files': [
@@ -3316,6 +3317,7 @@
'testing/MockPagePopupDriver.h',
'testing/NullExecutionContext.cpp',
'testing/NullExecutionContext.h',
+ 'testing/PrivateScriptTest.h',
'testing/TypeConversions.h',
'testing/v8/WebCoreTestSupport.cpp',
'testing/v8/WebCoreTestSupport.h',

Powered by Google App Engine
This is Rietveld 408576698