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

Unified Diff: runtime/bin/bin.gypi

Issue 9124030: Cleanup gypi mess. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « no previous file | runtime/bin/builtin.h » ('j') | runtime/bin/builtin.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 1acfc2ea7c1cccc142543e0bfac57cf319a8a4d3..f926c32d0af9a5452d4b7525c7bcd09178b118c7 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -22,6 +22,7 @@
],
'includes': [
'builtin_sources.gypi',
+ '../platform/platform_sources.gypi',
],
'sources/': [
['exclude', '\\.(cc|h)$'],
@@ -63,6 +64,7 @@
],
'includes': [
'builtin_sources.gypi',
+ '../platform/platform_sources.gypi',
],
'sources/': [
['exclude', '_test\\.(cc|h)$'],
@@ -224,6 +226,7 @@
],
'includes': [
'builtin_sources.gypi',
+ '../platform/platform_sources.gypi',
'../vm/vm_sources.gypi',
],
'defines': [
« no previous file with comments | « no previous file | runtime/bin/builtin.h » ('j') | runtime/bin/builtin.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698