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

Unified Diff: Source/bindings/bindings.gypi

Issue 351423002: Moved files under Source/bindings/v8 to Source/bindings/core/v8. (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
« no previous file with comments | « Source/bindings/bindings.gni ('k') | Source/bindings/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 354b185c08323da1d909833bdbf1b9a205454e17..313860c65082a042031b899813efa72d5b143d1e 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -4,12 +4,14 @@
{
'includes': [
- 'v8/v8.gypi',
+ 'core/v8/v8.gypi',
+ 'modules/v8/v8.gypi',
],
'variables': {
'bindings_dir': '.',
'bindings_unittest_files': [
- '<@(bindings_v8_unittest_files)',
+ '<@(bindings_core_v8_unittest_files)',
+ '<@(bindings_modules_v8_unittest_files)',
],
},
}
« no previous file with comments | « Source/bindings/bindings.gni ('k') | Source/bindings/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698