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/frame_util.cc', |
| 179 'frame/frame_util.h', |
178 'frame/header_painter.cc', | 180 'frame/header_painter.cc', |
179 'frame/header_painter.h', | 181 'frame/header_painter.h', |
180 'gpu_support.h', | 182 'gpu_support.h', |
181 'gpu_support_stub.cc', | 183 'gpu_support_stub.cc', |
182 'gpu_support_stub.h', | 184 'gpu_support_stub.h', |
183 'high_contrast/high_contrast_controller.cc', | 185 'high_contrast/high_contrast_controller.cc', |
184 'high_contrast/high_contrast_controller.h', | 186 'high_contrast/high_contrast_controller.h', |
185 'host/window_tree_host_factory.cc', | 187 'host/window_tree_host_factory.cc', |
186 'host/window_tree_host_factory.h', | 188 'host/window_tree_host_factory.h', |
187 'host/window_tree_host_factory_win.cc', | 189 'host/window_tree_host_factory_win.cc', |
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1125 }], | 1127 }], |
1126 ['chromeos==1', { | 1128 ['chromeos==1', { |
1127 'dependencies': [ | 1129 'dependencies': [ |
1128 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1130 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1129 ], | 1131 ], |
1130 }], | 1132 }], |
1131 ], | 1133 ], |
1132 }, | 1134 }, |
1133 ], | 1135 ], |
1134 } | 1136 } |
OLD | NEW |