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

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

Issue 677483002: Shuffle build dependencies a bit to fix build (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase 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 | « no previous file | no next file » | 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 8a71a45ec4e1f75e5e31d470af08876c9fbda028..05f3c7115a82c2aad8ca609cf41b96ef743d62a2 100644
--- a/sky/engine/core/BUILD.gn
+++ b/sky/engine/core/BUILD.gn
@@ -178,6 +178,7 @@ group("core_names") {
deps = [
":make_core_generated_css_property_names",
":make_core_generated_event_names",
+ ":make_core_generated_event_target_factory",
":make_core_generated_event_target_names",
":make_core_generated_event_type_names",
":make_core_generated_fetch_initiator_type_names",
@@ -199,7 +200,6 @@ group("make_core_generated") {
":make_core_generated_css_value_keywords",
":make_core_generated_html_element_type_helpers",
":make_core_generated_event_factory",
- ":make_core_generated_event_target_factory",
":make_core_generated_make_token_matcher",
":make_core_generated_make_parser",
":make_core_generated_make_token_matcher_for_viewport",
@@ -338,7 +338,10 @@ process_in_files("make_core_generated_event_factory") {
"$sky_core_output_dir/EventHeaders.h",
"$sky_core_output_dir/EventInterfaces.h",
]
- deps = [ ":libraries" ]
+ deps = [
+ ":core_names",
+ ":libraries",
+ ]
}
process_in_files("make_core_generated_media_feature_names") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698