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

Unified Diff: ash/ash.gyp

Issue 2215223003: Moves most frame related classes to ash/common/frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 4 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 | « no previous file | ash/common/frame/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index a562243d5bad64a713c62261e605a04409813b92..c479e9f4df3d2a0ae443f49e71d90b23363b28ad 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -73,6 +73,21 @@
'common/display/display_info.h',
'common/focus_cycler.cc',
'common/focus_cycler.h',
+ 'common/frame/caption_buttons/caption_button_types.h',
+ 'common/frame/caption_buttons/frame_caption_button.cc',
+ 'common/frame/caption_buttons/frame_caption_button.h',
+ 'common/frame/caption_buttons/frame_caption_button_container_view.cc',
+ 'common/frame/caption_buttons/frame_caption_button_container_view.h',
+ 'common/frame/caption_buttons/frame_size_button.cc',
+ 'common/frame/caption_buttons/frame_size_button.h',
+ 'common/frame/caption_buttons/frame_size_button_delegate.h',
+ 'common/frame/default_header_painter.cc',
+ 'common/frame/default_header_painter.h',
+ 'common/frame/frame_border_hit_test.cc',
+ 'common/frame/frame_border_hit_test.h',
+ 'common/frame/header_painter.h',
+ 'common/frame/header_painter_util.cc',
+ 'common/frame/header_painter_util.h',
'common/gpu_support.h',
'common/gpu_support_stub.cc',
'common/gpu_support_stub.h',
@@ -571,23 +586,10 @@
'first_run/first_run_helper.h',
'first_run/first_run_helper_impl.cc',
'first_run/first_run_helper_impl.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_size_button.cc',
- 'frame/caption_buttons/frame_size_button.h',
- 'frame/caption_buttons/frame_size_button_delegate.h',
'frame/custom_frame_view_ash.cc',
'frame/custom_frame_view_ash.h',
- 'frame/default_header_painter.cc',
- 'frame/default_header_painter.h',
'frame/frame_border_hit_test_controller.cc',
'frame/frame_border_hit_test_controller.h',
- 'frame/header_painter.h',
- 'frame/header_painter_util.cc',
- 'frame/header_painter_util.h',
'high_contrast/high_contrast_controller.cc',
'high_contrast/high_contrast_controller.h',
'host/ash_window_tree_host.cc',
@@ -922,6 +924,8 @@
'autoclick/autoclick_unittest.cc',
'common/accelerators/accelerator_table_unittest.cc',
'common/display/display_info_unittest.cc',
+ 'common/frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
+ 'common/frame/default_header_painter_unittest.cc',
'common/material_design/material_design_controller_unittest.cc',
'common/popup_message_unittest.cc',
'common/shelf/shelf_background_animator_unittest.cc',
@@ -975,10 +979,8 @@
'drag_drop/drag_drop_tracker_unittest.cc',
'extended_desktop_unittest.cc',
'focus_cycler_unittest.cc',
- 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
'frame/caption_buttons/frame_size_button_unittest.cc',
'frame/custom_frame_view_ash_unittest.cc',
- 'frame/default_header_painter_unittest.cc',
'host/ash_window_tree_host_x11_unittest.cc',
'magnifier/magnification_controller_unittest.cc',
'metrics/desktop_task_switch_metric_recorder_unittest.cc',
« no previous file with comments | « no previous file | ash/common/frame/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698