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

Unified Diff: runtime/vm/vm.gypi

Issue 10890030: Move core and coreimpl from corelib/ to lib/core and lib/coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 8 years, 4 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 | « lib/coreimpl/string_buffer.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm.gypi
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
index cc30eda4360c8fb75a677c312f46481cbf7626df..7ae96f157bef409011156b90b316d523475e9b75 100644
--- a/runtime/vm/vm.gypi
+++ b/runtime/vm/vm.gypi
@@ -118,7 +118,7 @@
'type': 'none',
'includes': [
# Load the shared core library sources.
- '../../corelib/src/corelib_sources.gypi',
+ '../../lib/core/corelib_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
@@ -194,7 +194,7 @@
'type': 'none',
'includes': [
# Load the shared core library sources.
- '../../corelib/src/implementation/corelib_impl_sources.gypi',
+ '../../lib/coreimpl/corelib_impl_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.
« no previous file with comments | « lib/coreimpl/string_buffer.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698