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

Unified Diff: runtime/bin/BUILD.gn

Issue 1692603002: Introduce dart_sdk_lib_copy and make all sdk lib gypi files regular (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/bin.gypi » ('j') | sdk/lib/developer/developer_sources.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index adf0aa4e1090a893c5285bc987ef7f8d844662d1..568c0861268ad7ad9484fd7b15bda5aaa934290d 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -78,9 +78,9 @@ gen_library_src_path("generate_builtin_cc_file") {
iolib_sources_gypi =
zra 2016/02/11 18:58:37 Maybe sdk_io_sources_gypi instead
Cutch 2016/02/11 19:34:32 Done.
exec_script("../../tools/gypi_to_gn.py",
- [rebase_path("../../sdk/lib/io/iolib_sources.gypi")],
+ [rebase_path("../../sdk/lib/io/io_sources.gypi")],
"scope",
- ["../../sdk/lib/io/iolib_sources.gypi"])
+ ["../../sdk/lib/io/io_sources.gypi"])
iolib_sources = rebase_path(iolib_sources_gypi.sources, ".", "../../sdk/lib/io")
zra 2016/02/11 18:58:37 sdk_io_sources
Cutch 2016/02/11 19:34:32 Done.
gen_library_src_path("generate_io_cc_file") {
« no previous file with comments | « no previous file | runtime/bin/bin.gypi » ('j') | sdk/lib/developer/developer_sources.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698