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

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: 2015-05-20T13:40:11 Created 5 years, 7 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 7def9398bba0b12f14998b98b8114aeb58a1a477..b90f425bfa2daac79c616dd92164155532fad555 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3718,6 +3718,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