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

Unified Diff: sdk/BUILD.gn

Issue 3005913003: Revert: Removed Dartium SDK libs (Closed)
Patch Set: Created 3 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 | « runtime/lib/mirrors.cc ('k') | sdk/lib/_chrome/dartium/chrome_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/BUILD.gn
diff --git a/sdk/BUILD.gn b/sdk/BUILD.gn
index 606c8cbfba742c69eed2585f90dcf89f65892022..82a9a1ab2334d3dd6bc691348a4aedc7d051e564 100644
--- a/sdk/BUILD.gn
+++ b/sdk/BUILD.gn
@@ -177,6 +177,7 @@ _platform_sdk_libraries = [
]
_full_sdk_libraries = [
+ "_blink",
"_chrome",
"_internal",
"async",
@@ -184,13 +185,21 @@ _full_sdk_libraries = [
"convert",
"core",
"developer",
+ "html",
+ "indexed_db",
"internal",
"io",
"isolate",
+ "js",
+ "js_util",
"math",
"mirrors",
"profiler",
+ "svg",
"typed_data",
+ "web_audio",
+ "web_gl",
+ "web_sql",
]
# Package sources copied to lib/
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | sdk/lib/_chrome/dartium/chrome_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698