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

Unified Diff: Source/core/core.gyp

Issue 24053003: Support partial interface for test support idls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index ebfc56cc52035d281825ed942728bc1ff44b2858..052622741c09b662ed6c99dab6848dc9412d126a 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -1098,6 +1098,7 @@
],
'sources': [
'<@(webcore_test_support_files)',
+ '<@(generated_webcore_test_support_files)',
'<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GCObservation.cpp',
'<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GCObservation.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8MallocStatistics.cpp',

Powered by Google App Engine
This is Rietveld 408576698