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

Unified Diff: runtime/bin/bin.gypi

Issue 1640773005: Make it possible to share the embedder's dart sources for the vmservice (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | « runtime/bin/BUILD.gn ('k') | runtime/bin/resources_sources.gypi » ('j') | no next file with comments »
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 11f84fcae66e6c6404b8bbf9f3e48a6557aaad4d..fa814894d1ccbb61ade71dc50ca33d535adf2bd6 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -515,7 +515,7 @@
'type': 'none',
'toolsets':['host'],
'includes': [
- 'resources_sources.gypi',
+ 'vmservice/vmservice_sources.gypi',
],
'actions': [
{
@@ -546,7 +546,7 @@
'type': 'none',
'toolsets':['host'],
'includes': [
- 'resources_sources.gypi',
+ 'vmservice/vmservice_sources.gypi',
],
'actions': [
{
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/resources_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698