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

Side by Side Diff: views/views.gyp

Issue 159046: Implementing accelerators for Linux toolkit_views (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/accelerator_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'drag_utils.cc', 170 'drag_utils.cc',
171 'drag_utils.h', 171 'drag_utils.h',
172 'drag_utils_gtk.cc', 172 'drag_utils_gtk.cc',
173 'drag_utils_win.cc', 173 'drag_utils_win.cc',
174 'event.cc', 174 'event.cc',
175 'event.h', 175 'event.h',
176 'event_gtk.cc', 176 'event_gtk.cc',
177 'event_win.cc', 177 'event_win.cc',
178 'fill_layout.cc', 178 'fill_layout.cc',
179 'fill_layout.h', 179 'fill_layout.h',
180 'focus/accelerator_handler.h',
181 'focus/accelerator_handler_gtk.cc',
182 'focus/accelerator_handler_win.cc',
180 'focus/external_focus_tracker.cc', 183 'focus/external_focus_tracker.cc',
181 'focus/external_focus_tracker.h', 184 'focus/external_focus_tracker.h',
182 'focus/focus_manager_gtk.cc', 185 'focus/focus_manager_gtk.cc',
183 'focus/focus_manager_win.cc', 186 'focus/focus_manager_win.cc',
184 'focus/focus_manager.cc', 187 'focus/focus_manager.cc',
185 'focus/focus_manager.h', 188 'focus/focus_manager.h',
186 'focus/focus_util_win.cc', 189 'focus/focus_util_win.cc',
187 'focus/focus_util_win.h', 190 'focus/focus_util_win.h',
188 'focus/view_storage.cc', 191 'focus/view_storage.cc',
189 'focus/view_storage.h', 192 'focus/view_storage.h',
190 'grid_layout.cc', 193 'grid_layout.cc',
191 'grid_layout.h', 194 'grid_layout.h',
192 'layout_manager.cc', 195 'layout_manager.cc',
193 'layout_manager.h', 196 'layout_manager.h',
194 'painter.cc', 197 'painter.cc',
195 'painter.h', 198 'painter.h',
196 'repeat_controller.cc', 199 'repeat_controller.cc',
197 'repeat_controller.h', 200 'repeat_controller.h',
198 'screen.h', 201 'screen.h',
199 'screen_gtk.cc', 202 'screen_gtk.cc',
200 'screen_win.cc', 203 'screen_win.cc',
201 'standard_layout.h', 204 'standard_layout.h',
202 'view.cc', 205 'view.cc',
203 'view.h', 206 'view.h',
204 'view_constants.cc', 207 'view_constants.cc',
205 'view_constants.h', 208 'view_constants.h',
206 'view_gtk.cc', 209 'view_gtk.cc',
207 'view_win.cc', 210 'view_win.cc',
208 'widget/accelerator_handler.cc',
209 'widget/accelerator_handler.h',
210 'widget/aero_tooltip_manager.cc', 211 'widget/aero_tooltip_manager.cc',
211 'widget/aero_tooltip_manager.h', 212 'widget/aero_tooltip_manager.h',
212 'widget/default_theme_provider.cc', 213 'widget/default_theme_provider.cc',
213 'widget/default_theme_provider.h', 214 'widget/default_theme_provider.h',
214 'widget/root_view.cc', 215 'widget/root_view.cc',
215 'widget/root_view.h', 216 'widget/root_view.h',
216 'widget/root_view_drop_target.cc', 217 'widget/root_view_drop_target.cc',
217 'widget/root_view_drop_target.h', 218 'widget/root_view_drop_target.h',
218 'widget/root_view_gtk.cc', 219 'widget/root_view_gtk.cc',
219 'widget/root_view_win.cc', 220 'widget/root_view_win.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'controls/scrollbar/native_scroll_bar.cc', 275 'controls/scrollbar/native_scroll_bar.cc',
275 'controls/button/radio_button.cc', 276 'controls/button/radio_button.cc',
276 'controls/separator.cc', 277 'controls/separator.cc',
277 'controls/tabbed_pane.cc', 278 'controls/tabbed_pane.cc',
278 'controls/table/table_model.cc', 279 'controls/table/table_model.cc',
279 'controls/table/table_view.cc', 280 'controls/table/table_view.cc',
280 'controls/table/group_table_view.cc', 281 'controls/table/group_table_view.cc',
281 'controls/tree/tree_view.cc', 282 'controls/tree/tree_view.cc',
282 'event_win.cc', 283 'event_win.cc',
283 'resize_corner.cc', 284 'resize_corner.cc',
284 'widget/accelerator_handler.cc',
285 'widget/aero_tooltip_manager.cc', 285 'widget/aero_tooltip_manager.cc',
286 'widget/root_view_drop_target.cc', 286 'widget/root_view_drop_target.cc',
287 'widget/tooltip_manager.cc', 287 'widget/tooltip_manager.cc',
288 'window/hit_test.cc', 288 'window/hit_test.cc',
289 'window/native_frame_view.cc', 289 'window/native_frame_view.cc',
290 'widget/widget_win.cc', 290 'widget/widget_win.cc',
291 ], 291 ],
292 }], 292 }],
293 ['OS=="win"', { 293 ['OS=="win"', {
294 'defines': [ 294 'defines': [
295 '__STD_C', 295 '__STD_C',
296 '_CRT_SECURE_NO_DEPRECATE', 296 '_CRT_SECURE_NO_DEPRECATE',
297 '_SCL_SECURE_NO_DEPRECATE', 297 '_SCL_SECURE_NO_DEPRECATE',
298 ], 298 ],
299 'include_dirs': [ 299 'include_dirs': [
300 # TODO(beng): move wtl to src/third_party 300 # TODO(beng): move wtl to src/third_party
301 '../chrome/third_party/wtl/include', 301 '../chrome/third_party/wtl/include',
302 ], 302 ],
303 }], 303 }],
304 ], 304 ],
305 }, 305 }
306 ], 306 ],
307 } 307 }
OLDNEW
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/accelerator_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698