| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 9 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'frame/caption_buttons/frame_maximize_button.h', | 168 'frame/caption_buttons/frame_maximize_button.h', |
| 169 'frame/caption_buttons/frame_maximize_button_observer.h', | 169 'frame/caption_buttons/frame_maximize_button_observer.h', |
| 170 'frame/caption_buttons/maximize_bubble_controller.cc', | 170 'frame/caption_buttons/maximize_bubble_controller.cc', |
| 171 'frame/caption_buttons/maximize_bubble_controller.h', | 171 'frame/caption_buttons/maximize_bubble_controller.h', |
| 172 'frame/caption_buttons/maximize_bubble_controller_bubble.cc', | 172 'frame/caption_buttons/maximize_bubble_controller_bubble.cc', |
| 173 'frame/caption_buttons/maximize_bubble_controller_bubble.h', | 173 'frame/caption_buttons/maximize_bubble_controller_bubble.h', |
| 174 'frame/custom_frame_view_ash.cc', | 174 'frame/custom_frame_view_ash.cc', |
| 175 'frame/custom_frame_view_ash.h', | 175 'frame/custom_frame_view_ash.h', |
| 176 'frame/frame_border_hit_test_controller.cc', | 176 'frame/frame_border_hit_test_controller.cc', |
| 177 'frame/frame_border_hit_test_controller.h', | 177 'frame/frame_border_hit_test_controller.h', |
| 178 'frame/default_header_painter.cc', |
| 179 'frame/default_header_painter.h', |
| 178 'frame/frame_util.cc', | 180 'frame/frame_util.cc', |
| 179 'frame/frame_util.h', | 181 'frame/frame_util.h', |
| 180 'frame/header_painter.cc', | |
| 181 'frame/header_painter.h', | 182 'frame/header_painter.h', |
| 183 'frame/header_painter_util.cc', |
| 184 'frame/header_painter_util.h', |
| 182 'gpu_support.h', | 185 'gpu_support.h', |
| 183 'gpu_support_stub.cc', | 186 'gpu_support_stub.cc', |
| 184 'gpu_support_stub.h', | 187 'gpu_support_stub.h', |
| 185 'high_contrast/high_contrast_controller.cc', | 188 'high_contrast/high_contrast_controller.cc', |
| 186 'high_contrast/high_contrast_controller.h', | 189 'high_contrast/high_contrast_controller.h', |
| 187 'host/window_tree_host_factory.cc', | 190 'host/window_tree_host_factory.cc', |
| 188 'host/window_tree_host_factory.h', | 191 'host/window_tree_host_factory.h', |
| 189 'host/window_tree_host_factory_win.cc', | 192 'host/window_tree_host_factory_win.cc', |
| 190 'ime/candidate_view.cc', | 193 'ime/candidate_view.cc', |
| 191 'ime/candidate_view.h', | 194 'ime/candidate_view.h', |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 'display/root_window_transformers_unittest.cc', | 883 'display/root_window_transformers_unittest.cc', |
| 881 'display/screen_position_controller_unittest.cc', | 884 'display/screen_position_controller_unittest.cc', |
| 882 'drag_drop/drag_drop_controller_unittest.cc', | 885 'drag_drop/drag_drop_controller_unittest.cc', |
| 883 'drag_drop/drag_drop_tracker_unittest.cc', | 886 'drag_drop/drag_drop_tracker_unittest.cc', |
| 884 'extended_desktop_unittest.cc', | 887 'extended_desktop_unittest.cc', |
| 885 'focus_cycler_unittest.cc', | 888 'focus_cycler_unittest.cc', |
| 886 'frame/caption_buttons/alternate_frame_size_button_unittest.cc', | 889 'frame/caption_buttons/alternate_frame_size_button_unittest.cc', |
| 887 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', | 890 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', |
| 888 'frame/caption_buttons/frame_maximize_button_unittest.cc', | 891 'frame/caption_buttons/frame_maximize_button_unittest.cc', |
| 889 'frame/custom_frame_view_ash_unittest.cc', | 892 'frame/custom_frame_view_ash_unittest.cc', |
| 890 'frame/header_painter_unittest.cc', | 893 'frame/default_header_painter_unittest.cc', |
| 891 'ime/candidate_window_view_unittest.cc', | 894 'ime/candidate_window_view_unittest.cc', |
| 892 'ime/input_method_menu_item_unittest.cc', | 895 'ime/input_method_menu_item_unittest.cc', |
| 893 'ime/input_method_menu_manager_unittest.cc', | 896 'ime/input_method_menu_manager_unittest.cc', |
| 894 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 897 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
| 895 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 898 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
| 896 'magnifier/magnification_controller_unittest.cc', | 899 'magnifier/magnification_controller_unittest.cc', |
| 897 'root_window_controller_unittest.cc', | 900 'root_window_controller_unittest.cc', |
| 898 'screen_util_unittest.cc', | 901 'screen_util_unittest.cc', |
| 899 'screensaver/screensaver_view_unittest.cc', | 902 'screensaver/screensaver_view_unittest.cc', |
| 900 'session_state_delegate_stub.cc', | 903 'session_state_delegate_stub.cc', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 }], | 1137 }], |
| 1135 ['chromeos==1', { | 1138 ['chromeos==1', { |
| 1136 'dependencies': [ | 1139 'dependencies': [ |
| 1137 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1140 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1138 ], | 1141 ], |
| 1139 }], | 1142 }], |
| 1140 ], | 1143 ], |
| 1141 }, | 1144 }, |
| 1142 ], | 1145 ], |
| 1143 } | 1146 } |
| OLD | NEW |