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

Unified Diff: Source/bindings/v8/v8.gypi

Issue 331373002: Split bindings/v8/custom into core and modules. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated bindings.gni 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/bindings/v8/v8.gypi
diff --git a/Source/bindings/v8/v8.gypi b/Source/bindings/v8/v8.gypi
index a220a63087ee373c20f589a25371baa30c94588a..5795b5a1e7105d97259204335780de32ccfaff11 100644
--- a/Source/bindings/v8/v8.gypi
+++ b/Source/bindings/v8/v8.gypi
@@ -5,11 +5,13 @@
{
'includes': [
'custom/custom.gypi',
+ '../modules/v8/custom/custom.gypi',
Nils Barth (inactive) 2014/06/17 06:43:57 BTW, eventually we need to eliminate this file (on
tasak 2014/06/24 02:43:41 Yeah, we should remove the file. However, current
Nils Barth (inactive) 2014/06/24 03:14:02 Exactly!
],
'variables': {
'bindings_v8_dir': '.',
'bindings_v8_files': [
'<@(bindings_v8_custom_files)',
+ '<@(bindings_v8_modules_custom_files)',
'ActiveDOMCallback.cpp',
'ActiveDOMCallback.h',
'ArrayValue.cpp',
« Source/bindings/modules/v8/custom/custom.gypi ('K') | « Source/bindings/v8/custom/custom.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698