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/core/core.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/common/common.gypi ('k') | Source/bindings/core/dart/DartApplicationLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/core.gypi
diff --git a/Source/bindings/core/core.gypi b/Source/bindings/core/core.gypi
index 9ca2d589bd1c3a385098d32f128850cdb87da584..1c2f0a49890aba163d57104d997d7f8e282ca16d 100644
--- a/Source/bindings/core/core.gypi
+++ b/Source/bindings/core/core.gypi
@@ -4,9 +4,12 @@
{
'includes': [
+ '../common/common.gypi', # FIXMEMULTIVM
'../modules/v8/generated.gypi', # FIXME: remove once core scripts generate qualified includes correctly: http://crbug.com/358074
+ '../common/common.gypi', # FIXMEMULTIVM
'v8/v8.gypi', # FIXME: should be v8/v8.gypi: http://crbug.com/358074
'v8/generated.gypi',
+ 'dart/dart.gypi',
],
'variables': {
« no previous file with comments | « Source/bindings/common/common.gypi ('k') | Source/bindings/core/dart/DartApplicationLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698