Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index 41d1996f73319d16b4ad86c681851e2ef35b48a7..ea8f6fbfd05b325584d3216a6e1b5f59309bb4f8 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -179,6 +179,8 @@ |
'magnifier/magnification_controller.h', |
'magnifier/partial_magnification_controller.cc', |
'magnifier/partial_magnification_controller.h', |
+ 'material_design/material_design_controller.cc', |
+ 'material_design/material_design_controller.h', |
'metrics/desktop_task_switch_metric_recorder.cc', |
'metrics/desktop_task_switch_metric_recorder.h', |
'metrics/task_switch_metrics_recorder.cc', |
@@ -741,6 +743,8 @@ |
'test/cursor_manager_test_api.h', |
'test/display_manager_test_api.cc', |
'test/display_manager_test_api.h', |
+ 'test/material_design_controller_test_api.cc', |
+ 'test/material_design_controller_test_api.h', |
'test/mirror_window_test_api.cc', |
'test/mirror_window_test_api.h', |
'test/overflow_bubble_view_test_api.cc', |
@@ -878,6 +882,7 @@ |
'frame/default_header_painter_unittest.cc', |
'host/ash_window_tree_host_x11_unittest.cc', |
'magnifier/magnification_controller_unittest.cc', |
+ 'material_design/material_design_controller_unittest.cc', |
'metrics/desktop_task_switch_metric_recorder_unittest.cc', |
'metrics/task_switch_metrics_recorder_unittest.cc', |
'metrics/task_switch_time_tracker_unittest.cc', |