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

Unified Diff: Source/core/core.gyp

Issue 422533005: Add missing blink files to the GN build. (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
« no previous file with comments | « Source/core/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index d3bc4c83567e73144134bfa0f6e04d4717d7c9d7..bd4d3a69dc13e039287fbf2b3e5be62c845dc43c 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -732,6 +732,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/core:testing
'target_name': 'webcore_testing',
'type': 'static_library',
'dependencies': [
@@ -748,6 +749,7 @@
'testing/v8',
],
'sources': [
+ # Note: file list duplicated in GN build.
'<@(webcore_testing_files)',
'<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.cpp',
'<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.h',
« no previous file with comments | « Source/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698