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

Unified Diff: sky/engine/core/BUILD.gn

Issue 678703004: Remove a bunch of dead files found by missing_from_gn (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/build/scripts/check_objc_rename.sh ('k') | sky/engine/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/BUILD.gn
diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn
index 957198c08adaaead5ac74d7e623503b7a87164fe..06a80bf52ec5251cc7326bd228b0da3a3e10159c 100644
--- a/sky/engine/core/BUILD.gn
+++ b/sky/engine/core/BUILD.gn
@@ -12,13 +12,14 @@ rel_sky_core_gen_dir = rebase_path(sky_core_output_dir, root_build_dir)
source_set("libraries") {
deps = [
+ "//base:base",
"//gin",
"//gpu/command_buffer/client:gles2_c_lib",
- "//mojo/common",
"//mojo/application",
+ "//mojo/common",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
- "//mojo/public/c/system:for_shared_library",
"//skia",
"//sky/engine/wtf",
"//third_party/angle:translator",
@@ -110,9 +111,6 @@ source_set("core_generated") {
# Additional .cpp files from the make_core_generated rules.
"$sky_core_output_dir/CSSGrammar.cpp",
-
- # Generated from make_css_property_metadata.py
- "$sky_core_output_dir/CSSPropertyMetadata.cpp",
]
configs += [
@@ -191,20 +189,21 @@ group("core_names") {
group("make_core_generated") {
deps = [
":core_names",
+ ":make_core_generated_bison",
+ ":make_core_generated_css_property_metadata",
+ ":make_core_generated_css_value_keywords",
+ ":make_core_generated_event_factory",
+ ":make_core_generated_html_element_lookup_trie",
+ ":make_core_generated_html_element_type_helpers",
":make_core_generated_html_entity_table",
+ ":make_core_generated_make_parser",
+ ":make_core_generated_make_token_matcher",
+ ":make_core_generated_make_token_matcher_for_viewport",
":make_core_generated_media_feature_names",
":make_core_generated_media_features",
":make_core_generated_media_query_tokenizer_codepoints",
- ":make_core_generated_style_property_shorthand",
":make_core_generated_style_builder",
- ":make_core_generated_css_value_keywords",
- ":make_core_generated_html_element_type_helpers",
- ":make_core_generated_event_factory",
- ":make_core_generated_make_token_matcher",
- ":make_core_generated_make_parser",
- ":make_core_generated_make_token_matcher_for_viewport",
- ":make_core_generated_html_element_lookup_trie",
- ":make_core_generated_bison",
+ ":make_core_generated_style_property_shorthand",
]
}
« no previous file with comments | « sky/engine/build/scripts/check_objc_rename.sh ('k') | sky/engine/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698