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

Unified Diff: runtime/vm/BUILD.gn

Issue 2606313002: Fix the patched_sdk GN build. (Closed)
Patch Set: Created 3 years, 12 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/vm/BUILD.gn
diff --git a/runtime/vm/BUILD.gn b/runtime/vm/BUILD.gn
index bc8989427ccc75616fda81630f7eebef519f6c2e..1142e57a7cda4b4c38bd093f78b5af4526eaa780 100644
--- a/runtime/vm/BUILD.gn
+++ b/runtime/vm/BUILD.gn
@@ -520,6 +520,11 @@ generate_patched_sdk("patched_sdk") {
"../lib",
],
[
+ "typed_data",
+ processed_gypis.typed_data_runtime_sources,
+ "../lib",
+ ],
+ [
"vmservice",
processed_gypis.vmservice_runtime_sources,
"../lib",
« 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