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

Unified Diff: Source/bindings/bindings.gypi

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years 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/IDLExtendedAttributes.txt ('k') | Source/bindings/common/AbstractArrayValue.h » ('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 40ca5b444b156c59712125e252c4765d283ee015..8db4f76368762281d4cfdfa07266992a2d92ed5e 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -4,8 +4,10 @@
{
'includes': [
+ 'common/common.gypi',
'core/v8/v8.gypi',
'modules/v8/v8.gypi',
+ 'core/dart/dart.gypi',
],
'variables': {
'bindings_dir': '.',
@@ -13,6 +15,7 @@
'bindings_unittest_files': [
'<@(bindings_core_v8_unittest_files)',
'<@(bindings_modules_v8_unittest_files)',
+ '<@(bindings_core_dart_unittest_files)',
],
},
}
« no previous file with comments | « Source/bindings/IDLExtendedAttributes.txt ('k') | Source/bindings/common/AbstractArrayValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698