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

Unified Diff: Source/core/core.gypi

Issue 1105333002: Introduce printers for Node and Position for ease of developing GTest test files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 c0582586d9001dfeadf28e96a6dcf6bb5ca5a3f8..3ae153ff5ee7a2cc39e647298cd4ab6c0fce8b2c 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3694,6 +3694,8 @@
'webcore_testing_files': [
'<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
'<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
+ 'testing/CoreTestHelpers.cpp',
+ 'testing/CoreTestHelpers.h',
'testing/DictionaryTest.cpp',
'testing/DictionaryTest.h',
'testing/DummyPageHolder.cpp',

Powered by Google App Engine
This is Rietveld 408576698