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

Unified Diff: ash/ash.gyp

Issue 24108003: [Cleanup] Rename WindowSettings to WindowState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index f815ac672de1340561f4ff29ba175814a70e382d..15814034c2cba13de98452c340582214b83384c1 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -464,8 +464,6 @@
'wm/partial_screenshot_view.h',
'wm/power_button_controller.cc',
'wm/power_button_controller.h',
- 'wm/property_util.cc',
- 'wm/property_util.h',
'wm/resize_shadow.cc',
'wm/resize_shadow.h',
'wm/resize_shadow_controller.cc',
@@ -506,8 +504,8 @@
'wm/window_cycle_controller.h',
'wm/window_cycle_list.cc',
'wm/window_cycle_list.h',
- 'wm/window_settings.cc',
- 'wm/window_settings.h',
+ 'wm/window_state.cc',
+ 'wm/window_state.h',
'wm/window_properties.cc',
'wm/window_properties.h',
'wm/window_resizer.cc',

Powered by Google App Engine
This is Rietveld 408576698