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

Unified Diff: ash/public/cpp/BUILD.gn

Issue 2664113004: Reland: mash: Fix MusPropertyMirrorAsh for owned properties; add test. (Closed)
Patch Set: Sync and rebase. Created 3 years, 11 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 | « ash/mus/window_manager.cc ('k') | ash/public/cpp/ash_public_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/cpp/BUILD.gn
diff --git a/ash/public/cpp/BUILD.gn b/ash/public/cpp/BUILD.gn
index 521d9fbbf9f4e573ef7436e006380ae1cc7d8099..baae1f0ab51cb760391635c0f4818d3f0cf569fb 100644
--- a/ash/public/cpp/BUILD.gn
+++ b/ash/public/cpp/BUILD.gn
@@ -3,15 +3,24 @@
# found in the LICENSE file.
# C++ headers and sources that can be used outside ash.
-source_set("cpp") {
+component("ash_public_cpp") {
sources = [
+ "ash_public_export.h",
+ "mus_property_mirror_ash.cc",
+ "mus_property_mirror_ash.h",
"session_types.h",
"shelf_types.h",
"shell_window_ids.cc",
"shell_window_ids.h",
+ "window_properties.cc",
+ "window_properties.h",
]
+ defines = [ "ASH_PUBLIC_IMPLEMENTATION" ]
+
deps = [
"//base",
+ "//ui/aura",
+ "//ui/views/mus",
]
}
« no previous file with comments | « ash/mus/window_manager.cc ('k') | ash/public/cpp/ash_public_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698