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

Unified Diff: runtime/bin/bin.gypi

Issue 1101083003: Fixes to enable building dart io implementation in mojo tree (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/filter.h » ('j') | runtime/platform/globals.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 08413e4d2955e972a291a93c9902a7d46c73e7e1..11373540f120b532649c06c3e616419049de43fa 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -185,6 +185,7 @@
'toolsets': ['host', 'target'],
'include_dirs': [
'..',
+ '../../third_party',
'../include',
],
'includes': [
@@ -282,6 +283,7 @@
'toolsets': ['host', 'target'],
'include_dirs': [
'..',
+ '../../third_party',
],
'includes': [
'io_impl_sources.gypi',
« no previous file with comments | « no previous file | runtime/bin/filter.h » ('j') | runtime/platform/globals.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698