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

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: Patch for landing 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
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/bindings/scripts/v8_types.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/v8.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/modules/v8/v8.gypi
similarity index 63%
copy from Source/bindings/bindings.gypi
copy to Source/bindings/modules/v8/v8.gypi
index 354b185c08323da1d909833bdbf1b9a205454e17..69f6ec21e390972f6940a52331ef1c79b5586b43 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/modules/v8/v8.gypi
@@ -4,12 +4,11 @@
{
'includes': [
- 'v8/v8.gypi',
+ 'custom/custom.gypi',
],
'variables': {
- 'bindings_dir': '.',
- 'bindings_unittest_files': [
- '<@(bindings_v8_unittest_files)',
+ 'bindings_modules_v8_files': [
+ '<@(bindings_modules_v8_custom_files)',
],
},
}
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/bindings/scripts/v8_types.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698