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

Side by Side Diff: views/views.gyp

Issue 8598031: views: Move widget/ directory to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland for real Created 9 years, 1 month 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/aero_tooltip_manager.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) 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'view.cc', 259 'view.cc',
260 'view.h', 260 'view.h',
261 'view_aura.cc', 261 'view_aura.cc',
262 'view_constants.cc', 262 'view_constants.cc',
263 'view_constants.h', 263 'view_constants.h',
264 'view_gtk.cc', 264 'view_gtk.cc',
265 'view_text_utils.cc', 265 'view_text_utils.cc',
266 'view_text_utils.h', 266 'view_text_utils.h',
267 'view_win.cc', 267 'view_win.cc',
268 'views_delegate.h', 268 'views_delegate.h',
269 'widget/aero_tooltip_manager.cc', 269 '../ui/views/widget/aero_tooltip_manager.cc',
270 'widget/aero_tooltip_manager.h', 270 '../ui/views/widget/aero_tooltip_manager.h',
271 'widget/child_window_message_processor.cc', 271 '../ui/views/widget/child_window_message_processor.cc',
272 'widget/child_window_message_processor.h', 272 '../ui/views/widget/child_window_message_processor.h',
273 'widget/default_theme_provider.cc', 273 '../ui/views/widget/default_theme_provider.cc',
274 'widget/default_theme_provider.h', 274 '../ui/views/widget/default_theme_provider.h',
275 'widget/drop_helper.cc', 275 '../ui/views/widget/drop_helper.cc',
276 'widget/drop_helper.h', 276 '../ui/views/widget/drop_helper.h',
277 'widget/drop_target_gtk.cc', 277 '../ui/views/widget/drop_target_gtk.cc',
278 'widget/drop_target_gtk.h', 278 '../ui/views/widget/drop_target_gtk.h',
279 'widget/drop_target_win.cc', 279 '../ui/views/widget/drop_target_win.cc',
280 'widget/drop_target_win.h', 280 '../ui/views/widget/drop_target_win.h',
281 'widget/gtk_views_fixed.cc', 281 '../ui/views/widget/gtk_views_fixed.cc',
282 'widget/gtk_views_fixed.h', 282 '../ui/views/widget/gtk_views_fixed.h',
283 'widget/gtk_views_window.cc', 283 '../ui/views/widget/gtk_views_window.cc',
284 'widget/gtk_views_window.h', 284 '../ui/views/widget/gtk_views_window.h',
285 'widget/root_view.cc', 285 '../ui/views/widget/root_view.cc',
286 'widget/root_view.h', 286 '../ui/views/widget/root_view.h',
287 'widget/tooltip_manager_gtk.cc', 287 '../ui/views/widget/tooltip_manager_gtk.cc',
288 'widget/tooltip_manager_gtk.h', 288 '../ui/views/widget/tooltip_manager_gtk.h',
289 'widget/tooltip_manager_views.cc', 289 '../ui/views/widget/tooltip_manager_views.cc',
290 'widget/tooltip_manager_views.h', 290 '../ui/views/widget/tooltip_manager_views.h',
291 'widget/tooltip_manager_win.cc', 291 '../ui/views/widget/tooltip_manager_win.cc',
292 'widget/tooltip_manager_win.h', 292 '../ui/views/widget/tooltip_manager_win.h',
293 'widget/tooltip_manager.cc', 293 '../ui/views/widget/tooltip_manager.cc',
294 'widget/tooltip_manager.h', 294 '../ui/views/widget/tooltip_manager.h',
295 'widget/monitor_win.cc', 295 '../ui/views/widget/monitor_win.cc',
296 'widget/monitor_win.h', 296 '../ui/views/widget/monitor_win.h',
297 'widget/native_widget.h', 297 '../ui/views/widget/native_widget.h',
298 'widget/native_widget_aura.cc', 298 '../ui/views/widget/native_widget_aura.cc',
299 'widget/native_widget_aura.h', 299 '../ui/views/widget/native_widget_aura.h',
300 'widget/native_widget_delegate.h', 300 '../ui/views/widget/native_widget_delegate.h',
301 'widget/native_widget_private.h', 301 '../ui/views/widget/native_widget_private.h',
302 'widget/native_widget_gtk.cc', 302 '../ui/views/widget/native_widget_gtk.cc',
303 'widget/native_widget_gtk.h', 303 '../ui/views/widget/native_widget_gtk.h',
304 'widget/native_widget_win.cc', 304 '../ui/views/widget/native_widget_win.cc',
305 'widget/native_widget_win.h', 305 '../ui/views/widget/native_widget_win.h',
306 'widget/widget.cc', 306 '../ui/views/widget/widget.cc',
307 'widget/widget.h', 307 '../ui/views/widget/widget.h',
308 'widget/widget_delegate.cc', 308 '../ui/views/widget/widget_delegate.cc',
309 'widget/widget_delegate.h', 309 '../ui/views/widget/widget_delegate.h',
310 'widget/window_manager.cc', 310 '../ui/views/widget/window_manager.cc',
311 'widget/window_manager.h', 311 '../ui/views/widget/window_manager.h',
312 '../ui/views/accessibility/native_view_accessibility_win.cc', 312 '../ui/views/accessibility/native_view_accessibility_win.cc',
313 '../ui/views/accessibility/native_view_accessibility_win.h', 313 '../ui/views/accessibility/native_view_accessibility_win.h',
314 '../ui/views/animation/bounds_animator.cc', 314 '../ui/views/animation/bounds_animator.cc',
315 '../ui/views/animation/bounds_animator.h', 315 '../ui/views/animation/bounds_animator.h',
316 '../ui/views/bubble/border_contents_view.cc', 316 '../ui/views/bubble/border_contents_view.cc',
317 '../ui/views/bubble/border_contents_view.h', 317 '../ui/views/bubble/border_contents_view.h',
318 '../ui/views/bubble/bubble_border.cc', 318 '../ui/views/bubble/bubble_border.cc',
319 '../ui/views/bubble/bubble_border.h', 319 '../ui/views/bubble/bubble_border.h',
320 '../ui/views/bubble/bubble_delegate.cc', 320 '../ui/views/bubble/bubble_delegate.cc',
321 '../ui/views/bubble/bubble_delegate.h', 321 '../ui/views/bubble/bubble_delegate.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'controls/table/group_table_view.h', 412 'controls/table/group_table_view.h',
413 'controls/table/native_table_wrapper.h', 413 'controls/table/native_table_wrapper.h',
414 'controls/table/table_view.cc', 414 'controls/table/table_view.cc',
415 'controls/table/table_view.h', 415 'controls/table/table_view.h',
416 'controls/table/table_view2.cc', 416 'controls/table/table_view2.cc',
417 'controls/table/table_view2.h', 417 'controls/table/table_view2.h',
418 'controls/table/table_view_observer.h', 418 'controls/table/table_view_observer.h',
419 'controls/tree/tree_view.cc', 419 'controls/tree/tree_view.cc',
420 'controls/tree/tree_view.h', 420 'controls/tree/tree_view.h',
421 'drag_utils_win.cc', 421 'drag_utils_win.cc',
422 'widget/aero_tooltip_manager.cc', 422 '../ui/views/widget/aero_tooltip_manager.cc',
423 'widget/aero_tooltip_manager.h', 423 '../ui/views/widget/aero_tooltip_manager.h',
424 'widget/child_window_message_processor.cc', 424 '../ui/views/widget/child_window_message_processor.cc',
425 'widget/child_window_message_processor.h', 425 '../ui/views/widget/child_window_message_processor.h',
426 ], 426 ],
427 }, 427 },
428 ], 428 ],
429 ['toolkit_uses_gtk == 1', { 429 ['toolkit_uses_gtk == 1', {
430 'dependencies': [ 430 'dependencies': [
431 '../build/linux/system.gyp:gtk', 431 '../build/linux/system.gyp:gtk',
432 '../build/linux/system.gyp:x11', 432 '../build/linux/system.gyp:x11',
433 '../build/linux/system.gyp:xext', 433 '../build/linux/system.gyp:xext',
434 ], 434 ],
435 'sources!': [ 435 'sources!': [
436 '../ui/views/events/event_win.cc', 436 '../ui/views/events/event_win.cc',
437 'accessibility/native_view_accessibility_win.cc', 437 'accessibility/native_view_accessibility_win.cc',
438 'controls/scrollbar/bitmap_scroll_bar.cc', 438 'controls/scrollbar/bitmap_scroll_bar.cc',
439 'controls/native_control.cc', 439 'controls/native_control.cc',
440 'controls/table/group_table_view.cc', 440 'controls/table/group_table_view.cc',
441 'controls/table/table_view.cc', 441 'controls/table/table_view.cc',
442 'controls/tree/tree_view.cc', 442 'controls/tree/tree_view.cc',
443 'widget/aero_tooltip_manager.cc', 443 '../ui/views/widget/aero_tooltip_manager.cc',
444 'widget/child_window_message_processor.cc', 444 '../ui/views/widget/child_window_message_processor.cc',
445 'widget/child_window_message_processor.h', 445 '../ui/views/widget/child_window_message_processor.h',
446 'widget/native_widget_win.cc', 446 '../ui/views/widget/native_widget_win.cc',
447 ], 447 ],
448 }], 448 }],
449 ['touchui==1', { 449 ['touchui==1', {
450 'defines': ['TOUCH_UI=1'], 450 'defines': ['TOUCH_UI=1'],
451 'sources/': [ 451 'sources/': [
452 ['exclude', '../ui/views/focus/accelerator_handler_gtk.cc'], 452 ['exclude', '../ui/views/focus/accelerator_handler_gtk.cc'],
453 ['exclude', 'controls/menu/native_menu_gtk.cc'], 453 ['exclude', 'controls/menu/native_menu_gtk.cc'],
454 ['exclude', 'widget/tooltip_manager_gtk.cc'], 454 ['exclude', '../ui/views/widget/tooltip_manager_gtk.cc'],
455 ], 455 ],
456 }], 456 }],
457 ['touchui==0', { 457 ['touchui==0', {
458 'sources!': [ 458 'sources!': [
459 '../ui/views/touchui/touch_selection_controller_impl.cc', 459 '../ui/views/touchui/touch_selection_controller_impl.cc',
460 '../ui/views/touchui/touch_selection_controller_impl.h', 460 '../ui/views/touchui/touch_selection_controller_impl.h',
461 ], 461 ],
462 }], 462 }],
463 ['touchui==0 and use_aura==0', { 463 ['touchui==0 and use_aura==0', {
464 'sources!': [ 464 'sources!': [
465 'controls/menu/native_menu_views.cc', 465 'controls/menu/native_menu_views.cc',
466 'controls/menu/native_menu_views.h', 466 'controls/menu/native_menu_views.h',
467 'widget/tooltip_manager_views.cc', 467 '../ui/views/widget/tooltip_manager_views.cc',
468 ], 468 ],
469 }], 469 }],
470 ['use_ibus==1', { 470 ['use_ibus==1', {
471 'dependencies': [ 471 'dependencies': [
472 '../build/linux/system.gyp:ibus', 472 '../build/linux/system.gyp:ibus',
473 ], 473 ],
474 'sources/': [ 474 'sources/': [
475 ['exclude', '../ui/views/ime/mock_input_method.cc'], 475 ['exclude', '../ui/views/ime/mock_input_method.cc'],
476 ['exclude', '../ui/views/ime/mock_input_method.h'], 476 ['exclude', '../ui/views/ime/mock_input_method.h'],
477 ], 477 ],
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'controls/single_split_view_unittest.cc', 545 'controls/single_split_view_unittest.cc',
546 'controls/tabbed_pane/tabbed_pane_unittest.cc', 546 'controls/tabbed_pane/tabbed_pane_unittest.cc',
547 'controls/table/table_view_unittest.cc', 547 'controls/table/table_view_unittest.cc',
548 'controls/combobox/native_combobox_views_unittest.cc', 548 'controls/combobox/native_combobox_views_unittest.cc',
549 'controls/menu/menu_model_adapter_unittest.cc', 549 'controls/menu/menu_model_adapter_unittest.cc',
550 'controls/textfield/native_textfield_views_unittest.cc', 550 'controls/textfield/native_textfield_views_unittest.cc',
551 'controls/textfield/textfield_views_model_unittest.cc', 551 'controls/textfield/textfield_views_model_unittest.cc',
552 'controls/scrollbar/scrollbar_unittest.cc', 552 'controls/scrollbar/scrollbar_unittest.cc',
553 'run_all_unittests.cc', 553 'run_all_unittests.cc',
554 'view_unittest.cc', 554 'view_unittest.cc',
555 'widget/native_widget_test_utils.h', 555 '../ui/views/widget/native_widget_test_utils.h',
556 'widget/native_widget_test_utils_aura.cc', 556 '../ui/views/widget/native_widget_test_utils_aura.cc',
557 'widget/native_widget_test_utils_gtk.cc', 557 '../ui/views/widget/native_widget_test_utils_gtk.cc',
558 'widget/native_widget_test_utils_win.cc', 558 '../ui/views/widget/native_widget_test_utils_win.cc',
559 'widget/native_widget_unittest.cc', 559 '../ui/views/widget/native_widget_unittest.cc',
560 'widget/native_widget_win_unittest.cc', 560 '../ui/views/widget/native_widget_win_unittest.cc',
561 'widget/widget_unittest.cc', 561 '../ui/views/widget/widget_unittest.cc',
562 562
563 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 563 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
564 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 564 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
565 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 565 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
566 ], 566 ],
567 'conditions': [ 567 'conditions': [
568 ['toolkit_uses_gtk == 1', { 568 ['toolkit_uses_gtk == 1', {
569 'dependencies': [ 569 'dependencies': [
570 '../build/linux/system.gyp:gtk', 570 '../build/linux/system.gyp:gtk',
571 ], 571 ],
(...skipping 30 matching lines...) Expand all
602 }], 602 }],
603 [ 'use_aura==1', { 603 [ 'use_aura==1', {
604 'dependencies': [ 604 'dependencies': [
605 '../ui/aura/aura.gyp:test_support_aura', 605 '../ui/aura/aura.gyp:test_support_aura',
606 ], 606 ],
607 'sources/': [ 607 'sources/': [
608 ['exclude', '../ui/views/focus/focus_manager_unittest.cc'], # TODO(b eng): 608 ['exclude', '../ui/views/focus/focus_manager_unittest.cc'], # TODO(b eng):
609 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], 609 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'],
610 ['exclude', 'controls/table/table_view_unittest.cc'], 610 ['exclude', 'controls/table/table_view_unittest.cc'],
611 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], 611 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'],
612 ['exclude', 'widget/native_widget_win_unittest.cc'], 612 ['exclude', '../ui/views/widget/native_widget_win_unittest.cc'],
613 ], 613 ],
614 }, { 614 }, {
615 'sources/': [ 615 'sources/': [
616 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], 616 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'],
617 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], 617 ['exclude', '../ui/aura/test/test_desktop_delegate.h'],
618 ], 618 ],
619 }], 619 }],
620 ], 620 ],
621 }, 621 },
622 { 622 {
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 }, 720 },
721 'sources': [ 721 'sources': [
722 '../ui/views/examples/table_example.cc', 722 '../ui/views/examples/table_example.cc',
723 '../ui/views/examples/table_example.h', 723 '../ui/views/examples/table_example.h',
724 ], 724 ],
725 }], 725 }],
726 ], 726 ],
727 }, 727 },
728 ], 728 ],
729 } 729 }
OLDNEW
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/aero_tooltip_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698