diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-06 15:56:10 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-06 15:56:10 +0000 |
commit | 010a470359a8cea15e5f6cfbba2ef4a81e2713c2 (patch) | |
tree | 256106863834cdd54d81dc62f1d0643fe4e478f9 /ash/ash.gyp | |
parent | ffc49b4e70d2106aaa91661376b94028165fd592 (diff) | |
download | chromium_src-010a470359a8cea15e5f6cfbba2ef4a81e2713c2.zip chromium_src-010a470359a8cea15e5f6cfbba2ef4a81e2713c2.tar.gz chromium_src-010a470359a8cea15e5f6cfbba2ef4a81e2713c2.tar.bz2 |
Remove the "Alternate frame caption button style" command line flag. The flag has on by default in M-35 and there is no plan to turn it off.
BUG=None
TEST=None
R=flackr
TBR=oshima (for trivial deletions in ash/resources and ash/metrics)
Review URL: https://codereview.chromium.org/263083005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index eedf7a7..ad4398e 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -164,20 +164,11 @@ 'frame/caption_buttons/alternate_frame_size_button.cc', 'frame/caption_buttons/alternate_frame_size_button.h', 'frame/caption_buttons/alternate_frame_size_button_delegate.h', - 'frame/caption_buttons/bubble_contents_button_row.cc', - 'frame/caption_buttons/bubble_contents_button_row.h', 'frame/caption_buttons/caption_button_types.h', 'frame/caption_buttons/frame_caption_button.cc', 'frame/caption_buttons/frame_caption_button.h', 'frame/caption_buttons/frame_caption_button_container_view.cc', 'frame/caption_buttons/frame_caption_button_container_view.h', - 'frame/caption_buttons/frame_maximize_button.cc', - 'frame/caption_buttons/frame_maximize_button.h', - 'frame/caption_buttons/frame_maximize_button_observer.h', - 'frame/caption_buttons/maximize_bubble_controller.cc', - 'frame/caption_buttons/maximize_bubble_controller.h', - 'frame/caption_buttons/maximize_bubble_controller_bubble.cc', - 'frame/caption_buttons/maximize_bubble_controller_bubble.h', 'frame/custom_frame_view_ash.cc', 'frame/custom_frame_view_ash.h', 'frame/frame_border_hit_test_controller.cc', @@ -680,7 +671,6 @@ 'wm/workspace/multi_window_resize_controller.h', 'wm/workspace/phantom_window_controller.cc', 'wm/workspace/phantom_window_controller.h', - 'wm/workspace/snap_types.h', 'wm/workspace/two_step_edge_cycler.cc', 'wm/workspace/two_step_edge_cycler.h', 'wm/workspace/workspace_event_handler.cc', @@ -932,7 +922,6 @@ 'focus_cycler_unittest.cc', 'frame/caption_buttons/alternate_frame_size_button_unittest.cc', 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', - 'frame/caption_buttons/frame_maximize_button_unittest.cc', 'frame/custom_frame_view_ash_unittest.cc', 'frame/default_header_painter_unittest.cc', 'host/ash_window_tree_host_x11_unittest.cc', @@ -1014,7 +1003,6 @@ 'wm/maximize_mode/workspace_backdrop_delegate.h', 'wm/workspace/magnetism_matcher_unittest.cc', 'wm/workspace/multi_window_resize_controller_unittest.cc', - 'wm/workspace/phantom_window_controller_unittest.cc', 'wm/workspace/workspace_event_handler_test_helper.cc', 'wm/workspace/workspace_event_handler_test_helper.h', 'wm/workspace/workspace_event_handler_unittest.cc', |