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

Unified Diff: runtime/bin/BUILD.gn

Issue 901053002: Synchronize gen_snapshot sources in bin/BUILD.gn with bin.gypi (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | no next file » | no next file with comments »
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 467579eeecfcd3e8754bf8b410821ffaecd52932..23c9746cad6b3331b86035b3ba0749080cc5df9a 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -151,9 +151,15 @@ executable("gen_snapshot") {
sources = [
"gen_snapshot.cc",
# Very limited native resolver provided.
+ "builtin_common.cc",
"builtin_gen_snapshot.cc",
"builtin.cc",
"builtin.h",
+ "platform_android.cc",
+ "platform_linux.cc",
+ "platform_macos.cc",
+ "platform_win.cc",
+ "platform.h",
# Include generated source files.
"$target_gen_dir/builtin_gen.cc",
"$target_gen_dir/io_gen.cc",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698