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

Unified Diff: ui/ozone/BUILD.gn

Issue 2312763002: More cleanup of GYP code in ui/ozone (Closed)
Patch Set: Created 4 years, 3 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 | ui/ozone/empty.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index ad01225c3db7ada2080e197f1651bb0a3f74fe4c..70a0b92bf6c101d2d9fd13cbfa51c4cf65fa1192 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -62,7 +62,6 @@ config("vgem_map") {
}
}
-# GYP version: ui/ozone/ozone.gyp:ozone_base
component("ozone_base") {
sources = [
"public/cursor_factory_ozone.cc",
@@ -173,7 +172,6 @@ component("ozone") {
]
}
-# GYP version: ui/ozone/ozone.gyp:generate_ozone_platform_list
action("generate_ozone_platform_list") {
script = "generate_ozone_platform_list.py"
outputs = [
@@ -193,7 +191,6 @@ action("generate_ozone_platform_list") {
visibility += [ "//media:*" ]
}
-# GYP version: ui/ozone/ozone.gyp:generate_constructor_list
action("generate_constructor_list") {
script = "generate_constructor_list.py"
« no previous file with comments | « no previous file | ui/ozone/empty.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698