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

Unified Diff: ui/base/BUILD.gn

Issue 2632543003: Refactor and push window properties up to class properties. (Closed)
Patch Set: 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
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 9408e4274d1f2b0ba709e93b35692e3724f938f4..bf747365c7c8fe05f8fc0ec9eb320f0fdadaf79e 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -67,6 +67,8 @@ component("base") {
"accelerators/platform_accelerator_cocoa.mm",
"android/ui_base_jni_registrar.cc",
"android/ui_base_jni_registrar.h",
+ "class_property.cc",
+ "class_property.h",
"clipboard/clipboard_android.cc",
"clipboard/clipboard_android.h",
"clipboard/clipboard_mac.h",
@@ -227,6 +229,7 @@ component("base") {
"nine_image_painter_factory.h",
"page_transition_types.cc",
"page_transition_types.h",
+ "property_data.h",
"resource/resource_bundle.cc",
"resource/resource_bundle.h",
"resource/resource_bundle_android.cc",

Powered by Google App Engine
This is Rietveld 408576698