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

Unified Diff: sky/viewer/BUILD.gn

Issue 752683002: Break Sky's dependency on cc (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | sky/viewer/cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/BUILD.gn
diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
index f0d19917890744ea222b29193960860a90374392..0887e97a2e03755b16195a8b598c01888a0d6a90 100644
--- a/sky/viewer/BUILD.gn
+++ b/sky/viewer/BUILD.gn
@@ -23,8 +23,6 @@ mojo_native_application("viewer") {
"internals.h",
"platform/platform_impl.cc",
"platform/platform_impl.h",
- "platform/weblayertreeview_impl.cc",
- "platform/weblayertreeview_impl.h",
"platform/weburlloader_impl.cc",
"platform/weburlloader_impl.h",
"script/script_runner.cc",
@@ -42,11 +40,8 @@ mojo_native_application("viewer") {
":bindings",
":sky_modules",
"//base:i18n",
- "//cc",
- "//cc/surfaces",
"//gin",
"//mojo/application",
- "//mojo/cc",
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/converters/surfaces",
@@ -70,7 +65,6 @@ mojo_native_application("viewer") {
"//sky/engine/v8_inspector",
"//sky/services/inspector:bindings",
"//sky/services/testing:bindings",
- "//sky/viewer/cc",
"//third_party/icu",
"//ui/native_theme",
"//url",
« no previous file with comments | « no previous file | sky/viewer/cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698