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

Unified Diff: Source/modules/modules.gyp

Issue 331373002: Split bindings/v8/custom into core and modules. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 8b9cca2b56f9854efe61f6b19fa72020100fa8a5..c4d62ddb89e617b82e883d73b531326d416a21b7 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -51,6 +51,7 @@
],
'sources': [
'<@(modules_files)',
+ '<@(bindings_modules_v8_custom_files)',
Nils Barth (inactive) 2014/06/24 03:14:02 Could you remove the _custom and just make this: '
tasak 2014/06/24 10:55:45 Done.
'<@(bindings_modules_v8_generated_aggregate_files)',
],
'actions': [

Powered by Google App Engine
This is Rietveld 408576698