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

Side by Side Diff: views/views.gyp

Issue 8735009: views: Move some random files from views/ to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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.cc ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'VIEWS_IMPLEMENTATION', 44 'VIEWS_IMPLEMENTATION',
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 # All .cc, .h under views, except unittests 47 # All .cc, .h under views, except unittests
48 'accessible_pane_view.cc', 48 'accessible_pane_view.cc',
49 'accessible_pane_view.h', 49 'accessible_pane_view.h',
50 'background.cc', 50 'background.cc',
51 'background.h', 51 'background.h',
52 'border.cc', 52 'border.cc',
53 'border.h', 53 'border.h',
54 'context_menu_controller.h',
55 #'debug_utils.cc',
56 #'debug_utils.h',
57 'drag_controller.h',
58 'drag_utils.cc',
59 'drag_utils.h',
60 'drag_utils_aura.cc',
61 'drag_utils_gtk.cc',
62 'drag_utils_win.cc',
63 'metrics.cc',
64 'metrics.h',
65 'metrics_aura.cc',
66 'metrics_gtk.cc',
67 'metrics_win.cc',
68 'mouse_watcher.cc',
69 'mouse_watcher.h',
70 'native_theme_delegate.h', 54 'native_theme_delegate.h',
71 'native_theme_painter.cc', 55 'native_theme_painter.cc',
72 'native_theme_painter.h', 56 'native_theme_painter.h',
73 'paint_lock.cc', 57 'paint_lock.cc',
74 'paint_lock.h', 58 'paint_lock.h',
75 'painter.cc', 59 'painter.cc',
76 'painter.h', 60 'painter.h',
77 'repeat_controller.cc', 61 'repeat_controller.cc',
78 'repeat_controller.h', 62 'repeat_controller.h',
79 'view.cc', 63 'view.cc',
(...skipping 11 matching lines...) Expand all
91 '../ui/views/animation/bounds_animator.cc', 75 '../ui/views/animation/bounds_animator.cc',
92 '../ui/views/animation/bounds_animator.h', 76 '../ui/views/animation/bounds_animator.h',
93 '../ui/views/bubble/border_contents_view.cc', 77 '../ui/views/bubble/border_contents_view.cc',
94 '../ui/views/bubble/border_contents_view.h', 78 '../ui/views/bubble/border_contents_view.h',
95 '../ui/views/bubble/bubble_border.cc', 79 '../ui/views/bubble/bubble_border.cc',
96 '../ui/views/bubble/bubble_border.h', 80 '../ui/views/bubble/bubble_border.h',
97 '../ui/views/bubble/bubble_delegate.cc', 81 '../ui/views/bubble/bubble_delegate.cc',
98 '../ui/views/bubble/bubble_delegate.h', 82 '../ui/views/bubble/bubble_delegate.h',
99 '../ui/views/bubble/bubble_frame_view.cc', 83 '../ui/views/bubble/bubble_frame_view.cc',
100 '../ui/views/bubble/bubble_frame_view.h', 84 '../ui/views/bubble/bubble_frame_view.h',
85 '../ui/views/context_menu_controller.h',
101 '../ui/views/controls/button/button.cc', 86 '../ui/views/controls/button/button.cc',
102 '../ui/views/controls/button/button.h', 87 '../ui/views/controls/button/button.h',
103 '../ui/views/controls/button/button_dropdown.cc', 88 '../ui/views/controls/button/button_dropdown.cc',
104 '../ui/views/controls/button/button_dropdown.h', 89 '../ui/views/controls/button/button_dropdown.h',
105 '../ui/views/controls/button/checkbox.cc', 90 '../ui/views/controls/button/checkbox.cc',
106 '../ui/views/controls/button/checkbox.h', 91 '../ui/views/controls/button/checkbox.h',
107 '../ui/views/controls/button/custom_button.cc', 92 '../ui/views/controls/button/custom_button.cc',
108 '../ui/views/controls/button/custom_button.h', 93 '../ui/views/controls/button/custom_button.h',
109 '../ui/views/controls/button/image_button.cc', 94 '../ui/views/controls/button/image_button.cc',
110 '../ui/views/controls/button/image_button.h', 95 '../ui/views/controls/button/image_button.h',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 '../ui/views/controls/textfield/native_textfield_wrapper.h', 254 '../ui/views/controls/textfield/native_textfield_wrapper.h',
270 '../ui/views/controls/textfield/textfield.cc', 255 '../ui/views/controls/textfield/textfield.cc',
271 '../ui/views/controls/textfield/textfield.h', 256 '../ui/views/controls/textfield/textfield.h',
272 '../ui/views/controls/textfield/textfield_controller.h', 257 '../ui/views/controls/textfield/textfield_controller.h',
273 '../ui/views/controls/textfield/textfield_views_model.cc', 258 '../ui/views/controls/textfield/textfield_views_model.cc',
274 '../ui/views/controls/textfield/textfield_views_model.h', 259 '../ui/views/controls/textfield/textfield_views_model.h',
275 '../ui/views/controls/throbber.cc', 260 '../ui/views/controls/throbber.cc',
276 '../ui/views/controls/throbber.h', 261 '../ui/views/controls/throbber.h',
277 '../ui/views/controls/tree/tree_view.cc', 262 '../ui/views/controls/tree/tree_view.cc',
278 '../ui/views/controls/tree/tree_view.h', 263 '../ui/views/controls/tree/tree_view.h',
264 #'../ui/views/debug_utils.cc',
265 #'../ui/views/debug_utils.h',
266 '../ui/views/drag_controller.h',
267 '../ui/views/drag_utils.cc',
268 '../ui/views/drag_utils.h',
269 '../ui/views/drag_utils_aura.cc',
270 '../ui/views/drag_utils_gtk.cc',
271 '../ui/views/drag_utils_win.cc',
279 '../ui/views/events/event.cc', 272 '../ui/views/events/event.cc',
280 '../ui/views/events/event.h', 273 '../ui/views/events/event.h',
281 '../ui/views/events/event_aura.cc', 274 '../ui/views/events/event_aura.cc',
282 '../ui/views/events/event_gtk.cc', 275 '../ui/views/events/event_gtk.cc',
283 '../ui/views/events/event_win.cc', 276 '../ui/views/events/event_win.cc',
284 '../ui/views/events/event_x.cc', 277 '../ui/views/events/event_x.cc',
285 '../ui/views/focus/accelerator_handler.h', 278 '../ui/views/focus/accelerator_handler.h',
286 '../ui/views/focus/accelerator_handler_aura.cc', 279 '../ui/views/focus/accelerator_handler_aura.cc',
287 '../ui/views/focus/accelerator_handler_gtk.cc', 280 '../ui/views/focus/accelerator_handler_gtk.cc',
288 '../ui/views/focus/accelerator_handler_win.cc', 281 '../ui/views/focus/accelerator_handler_win.cc',
(...skipping 25 matching lines...) Expand all
314 '../ui/views/ime/text_input_type_tracker.h', 307 '../ui/views/ime/text_input_type_tracker.h',
315 '../ui/views/layout/box_layout.cc', 308 '../ui/views/layout/box_layout.cc',
316 '../ui/views/layout/box_layout.h', 309 '../ui/views/layout/box_layout.h',
317 '../ui/views/layout/fill_layout.cc', 310 '../ui/views/layout/fill_layout.cc',
318 '../ui/views/layout/fill_layout.h', 311 '../ui/views/layout/fill_layout.h',
319 '../ui/views/layout/grid_layout.cc', 312 '../ui/views/layout/grid_layout.cc',
320 '../ui/views/layout/grid_layout.h', 313 '../ui/views/layout/grid_layout.h',
321 '../ui/views/layout/layout_constants.h', 314 '../ui/views/layout/layout_constants.h',
322 '../ui/views/layout/layout_manager.cc', 315 '../ui/views/layout/layout_manager.cc',
323 '../ui/views/layout/layout_manager.h', 316 '../ui/views/layout/layout_manager.h',
317 '../ui/views/metrics.cc',
318 '../ui/views/metrics.h',
319 '../ui/views/metrics_aura.cc',
320 '../ui/views/metrics_gtk.cc',
321 '../ui/views/metrics_win.cc',
322 '../ui/views/mouse_watcher.cc',
323 '../ui/views/mouse_watcher.h',
324 '../ui/views/touchui/gesture_manager.cc', 324 '../ui/views/touchui/gesture_manager.cc',
325 '../ui/views/touchui/gesture_manager.h', 325 '../ui/views/touchui/gesture_manager.h',
326 '../ui/views/touchui/touch_selection_controller.cc', 326 '../ui/views/touchui/touch_selection_controller.cc',
327 '../ui/views/touchui/touch_selection_controller.h', 327 '../ui/views/touchui/touch_selection_controller.h',
328 '../ui/views/widget/aero_tooltip_manager.cc', 328 '../ui/views/widget/aero_tooltip_manager.cc',
329 '../ui/views/widget/aero_tooltip_manager.h', 329 '../ui/views/widget/aero_tooltip_manager.h',
330 '../ui/views/widget/child_window_message_processor.cc', 330 '../ui/views/widget/child_window_message_processor.cc',
331 '../ui/views/widget/child_window_message_processor.h', 331 '../ui/views/widget/child_window_message_processor.h',
332 '../ui/views/widget/default_theme_provider.cc', 332 '../ui/views/widget/default_theme_provider.cc',
333 '../ui/views/widget/default_theme_provider.h', 333 '../ui/views/widget/default_theme_provider.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 '../third_party/wtl/include', 388 '../third_party/wtl/include',
389 ], 389 ],
390 'conditions': [ 390 'conditions': [
391 ['use_aura==1', { 391 ['use_aura==1', {
392 'sources/': [ 392 'sources/': [
393 ['exclude', '_(gtk|x)\\.cc$'], 393 ['exclude', '_(gtk|x)\\.cc$'],
394 ['exclude', '/(gtk|x)_[^/]*\\.cc$'], 394 ['exclude', '/(gtk|x)_[^/]*\\.cc$'],
395 ['exclude', '../ui/views/controls/menu/menu_2.*'], 395 ['exclude', '../ui/views/controls/menu/menu_2.*'],
396 ], 396 ],
397 'sources!': [ 397 'sources!': [
398 'drag_utils_win.cc',
399 '../ui/views/controls/menu/menu_config_linux.cc', 398 '../ui/views/controls/menu/menu_config_linux.cc',
400 '../ui/views/controls/menu/menu_item_view_linux.cc', 399 '../ui/views/controls/menu/menu_item_view_linux.cc',
401 '../ui/views/controls/menu/menu_separator_linux.cc', 400 '../ui/views/controls/menu/menu_separator_linux.cc',
402 '../ui/views/controls/native_control.cc', 401 '../ui/views/controls/native_control.cc',
403 '../ui/views/controls/native_control.h', 402 '../ui/views/controls/native_control.h',
404 '../ui/views/controls/scrollbar/bitmap_scroll_bar.cc', 403 '../ui/views/controls/scrollbar/bitmap_scroll_bar.cc',
405 '../ui/views/controls/scrollbar/bitmap_scroll_bar.h', 404 '../ui/views/controls/scrollbar/bitmap_scroll_bar.h',
406 '../ui/views/controls/table/group_table_view.cc', 405 '../ui/views/controls/table/group_table_view.cc',
407 '../ui/views/controls/table/group_table_view.h', 406 '../ui/views/controls/table/group_table_view.h',
408 '../ui/views/controls/table/native_table_wrapper.h', 407 '../ui/views/controls/table/native_table_wrapper.h',
409 '../ui/views/controls/table/table_view.cc', 408 '../ui/views/controls/table/table_view.cc',
410 '../ui/views/controls/table/table_view.h', 409 '../ui/views/controls/table/table_view.h',
411 '../ui/views/controls/table/table_view2.cc', 410 '../ui/views/controls/table/table_view2.cc',
412 '../ui/views/controls/table/table_view2.h', 411 '../ui/views/controls/table/table_view2.h',
413 '../ui/views/controls/table/table_view_observer.h', 412 '../ui/views/controls/table/table_view_observer.h',
414 '../ui/views/controls/tree/tree_view.cc', 413 '../ui/views/controls/tree/tree_view.cc',
415 '../ui/views/controls/tree/tree_view.h', 414 '../ui/views/controls/tree/tree_view.h',
415 '../ui/views/drag_utils_win.cc',
416 '../ui/views/widget/aero_tooltip_manager.cc', 416 '../ui/views/widget/aero_tooltip_manager.cc',
417 '../ui/views/widget/aero_tooltip_manager.h', 417 '../ui/views/widget/aero_tooltip_manager.h',
418 '../ui/views/widget/child_window_message_processor.cc', 418 '../ui/views/widget/child_window_message_processor.cc',
419 '../ui/views/widget/child_window_message_processor.h', 419 '../ui/views/widget/child_window_message_processor.h',
420 ], 420 ],
421 }], 421 }],
422 ['toolkit_uses_gtk == 1', { 422 ['toolkit_uses_gtk == 1', {
423 'dependencies': [ 423 'dependencies': [
424 '../build/linux/system.gyp:gtk', 424 '../build/linux/system.gyp:gtk',
425 '../build/linux/system.gyp:x11', 425 '../build/linux/system.gyp:x11',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'VCManifestTool': { 733 'VCManifestTool': {
734 'AdditionalManifestFiles': '..\\ui\\views\\examples\\views_example s.exe.manifest', 734 'AdditionalManifestFiles': '..\\ui\\views\\examples\\views_example s.exe.manifest',
735 }, 735 },
736 }, 736 },
737 }], 737 }],
738 ], 738 ],
739 }, # target_name: views_examples_lib 739 }, # target_name: views_examples_lib
740 740
741 ], 741 ],
742 } 742 }
OLDNEW
« no previous file with comments | « views/view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698