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

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

Issue 402883003: Add some v8 bindings files to GN build. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/v8.gni ('k') | Source/modules/BUILD.gn » ('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/modules/v8/v8.gypi b/Source/bindings/modules/v8/v8.gypi
index 9e389bcab8ab232a3c44fcf982ce8fffa97c5c4e..96a7bd7a851035e5ab60f2114a35c2385febb6ac 100644
--- a/Source/bindings/modules/v8/v8.gypi
+++ b/Source/bindings/modules/v8/v8.gypi
@@ -7,6 +7,7 @@
'custom/custom.gypi',
],
'variables': {
+ # Note: list duplicated in v8.gni.
'bindings_modules_v8_files': [
'<@(bindings_modules_v8_custom_files)',
'DictionaryHelperForModules.cpp',
@@ -15,6 +16,7 @@
'ModuleBindingsInitializer.cpp',
'ModuleBindingsInitializer.h',
],
+ # Note: list duplicated in v8.gni.
'bindings_modules_v8_unittest_files': [
'IDBBindingUtilitiesTest.cpp',
],
« no previous file with comments | « Source/bindings/modules/v8/v8.gni ('k') | Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698