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

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

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/bindings/modules/v8/v8.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/modules/v8/v8.gypi
similarity index 58%
copy from Source/bindings/bindings.gypi
copy to Source/bindings/modules/v8/v8.gypi
index 354b185c08323da1d909833bdbf1b9a205454e17..85b4fc9f0b1e5ecd614bb4bced7b1106f8fa2667 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/modules/v8/v8.gypi
@@ -4,12 +4,12 @@
{
'includes': [
- 'v8/v8.gypi',
+ 'custom/custom.gypi',
],
'variables': {
- 'bindings_dir': '.',
- 'bindings_unittest_files': [
- '<@(bindings_v8_unittest_files)',
+ 'bindings_modules_v8_dir': '.',
Nils Barth (inactive) 2014/06/24 03:14:02 This isn't being used, is it? Can you remove it?
tasak 2014/06/24 10:55:45 Done.
+ 'bindings_modules_v8_files': [
Nils Barth (inactive) 2014/06/24 03:14:02 You're not using this variable, but you should (in
tasak 2014/06/24 10:55:45 I see. Done.
+ '<@(bindings_modules_v8_custom_files)',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698