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

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 dc60602b3d12ebeca0deb24424419313d52b09e0..d28dd5795cd721cfdece23c46ebe8a8691896552 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -458,8 +458,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',
@@ -500,8 +498,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