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

Unified Diff: sdk/BUILD.gn

Issue 3008563002: Removed Dartium SDK libs (Closed)
Patch Set: Needed few more definitions in dartium include (now removed). 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
Index: sdk/BUILD.gn
diff --git a/sdk/BUILD.gn b/sdk/BUILD.gn
index 82a9a1ab2334d3dd6bc691348a4aedc7d051e564..606c8cbfba742c69eed2585f90dcf89f65892022 100644
--- a/sdk/BUILD.gn
+++ b/sdk/BUILD.gn
@@ -177,7 +177,6 @@ _platform_sdk_libraries = [
]
_full_sdk_libraries = [
- "_blink",
"_chrome",
"_internal",
"async",
@@ -185,21 +184,13 @@ _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/

Powered by Google App Engine
This is Rietveld 408576698