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

Side by Side Diff: views/views.gyp

Issue 8657001: Removing touchui variable from views/views.gyp (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 | « no previous file | 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '../ui/views/layout/fill_layout.h', 359 '../ui/views/layout/fill_layout.h',
360 '../ui/views/layout/grid_layout.cc', 360 '../ui/views/layout/grid_layout.cc',
361 '../ui/views/layout/grid_layout.h', 361 '../ui/views/layout/grid_layout.h',
362 '../ui/views/layout/layout_constants.h', 362 '../ui/views/layout/layout_constants.h',
363 '../ui/views/layout/layout_manager.cc', 363 '../ui/views/layout/layout_manager.cc',
364 '../ui/views/layout/layout_manager.h', 364 '../ui/views/layout/layout_manager.h',
365 '../ui/views/touchui/gesture_manager.cc', 365 '../ui/views/touchui/gesture_manager.cc',
366 '../ui/views/touchui/gesture_manager.h', 366 '../ui/views/touchui/gesture_manager.h',
367 '../ui/views/touchui/touch_selection_controller.cc', 367 '../ui/views/touchui/touch_selection_controller.cc',
368 '../ui/views/touchui/touch_selection_controller.h', 368 '../ui/views/touchui/touch_selection_controller.h',
369 '../ui/views/touchui/touch_selection_controller_impl.cc',
370 '../ui/views/touchui/touch_selection_controller_impl.h',
371 '../ui/views/window/client_view.cc', 369 '../ui/views/window/client_view.cc',
372 '../ui/views/window/client_view.h', 370 '../ui/views/window/client_view.h',
373 '../ui/views/window/custom_frame_view.cc', 371 '../ui/views/window/custom_frame_view.cc',
374 '../ui/views/window/window/custom_frame_view.h', 372 '../ui/views/window/window/custom_frame_view.h',
375 '../ui/views/window/dialog_client_view.cc', 373 '../ui/views/window/dialog_client_view.cc',
376 '../ui/views/window/window/dialog_client_view.h', 374 '../ui/views/window/window/dialog_client_view.h',
377 '../ui/views/window/dialog_delegate.cc', 375 '../ui/views/window/dialog_delegate.cc',
378 '../ui/views/window/dialog_delegate.h', 376 '../ui/views/window/dialog_delegate.h',
379 '../ui/views/window/native_frame_view.cc', 377 '../ui/views/window/native_frame_view.cc',
380 '../ui/views/window/native_frame_view.h', 378 '../ui/views/window/native_frame_view.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'controls/native_control.cc', 433 'controls/native_control.cc',
436 'controls/table/group_table_view.cc', 434 'controls/table/group_table_view.cc',
437 'controls/table/table_view.cc', 435 'controls/table/table_view.cc',
438 'controls/tree/tree_view.cc', 436 'controls/tree/tree_view.cc',
439 '../ui/views/widget/aero_tooltip_manager.cc', 437 '../ui/views/widget/aero_tooltip_manager.cc',
440 '../ui/views/widget/child_window_message_processor.cc', 438 '../ui/views/widget/child_window_message_processor.cc',
441 '../ui/views/widget/child_window_message_processor.h', 439 '../ui/views/widget/child_window_message_processor.h',
442 '../ui/views/widget/native_widget_win.cc', 440 '../ui/views/widget/native_widget_win.cc',
443 ], 441 ],
444 }], 442 }],
445 ['touchui==1', { 443 ['use_aura==0', {
446 'sources/': [
447 ['exclude', '../ui/views/focus/accelerator_handler_gtk.cc'],
448 ['exclude', 'controls/menu/native_menu_gtk.cc'],
449 ['exclude', '../ui/views/widget/tooltip_manager_gtk.cc'],
450 ],
451 }],
452 ['touchui==0', {
453 'sources!': [
454 '../ui/views/touchui/touch_selection_controller_impl.cc',
455 '../ui/views/touchui/touch_selection_controller_impl.h',
456 ],
457 }],
458 ['touchui==0 and use_aura==0', {
459 'sources!': [ 444 'sources!': [
460 'controls/menu/native_menu_views.cc', 445 'controls/menu/native_menu_views.cc',
461 'controls/menu/native_menu_views.h', 446 'controls/menu/native_menu_views.h',
462 '../ui/views/widget/tooltip_manager_views.cc', 447 '../ui/views/widget/tooltip_manager_views.cc',
463 ], 448 ],
464 }], 449 }],
465 ['use_ibus==1', { 450 ['use_ibus==1', {
466 'dependencies': [ 451 'dependencies': [
467 '../build/linux/system.gyp:ibus', 452 '../build/linux/system.gyp:ibus',
468 ], 453 ],
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 ], 507 ],
523 'sources': [ 508 'sources': [
524 '../ui/views/animation/bounds_animator_unittest.cc', 509 '../ui/views/animation/bounds_animator_unittest.cc',
525 '../ui/views/bubble/bubble_delegate_unittest.cc', 510 '../ui/views/bubble/bubble_delegate_unittest.cc',
526 '../ui/views/bubble/bubble_frame_view_unittest.cc', 511 '../ui/views/bubble/bubble_frame_view_unittest.cc',
527 '../ui/views/events/event_unittest.cc', 512 '../ui/views/events/event_unittest.cc',
528 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', 513 '../ui/views/focus/accelerator_handler_gtk_unittest.cc',
529 '../ui/views/focus/focus_manager_unittest.cc', 514 '../ui/views/focus/focus_manager_unittest.cc',
530 '../ui/views/layout/box_layout_unittest.cc', 515 '../ui/views/layout/box_layout_unittest.cc',
531 '../ui/views/layout/grid_layout_unittest.cc', 516 '../ui/views/layout/grid_layout_unittest.cc',
532 '../ui/views/touchui/touch_selection_controller_impl_unittest.cc',
533 '../ui/views/test/test_views_delegate.cc', 517 '../ui/views/test/test_views_delegate.cc',
534 '../ui/views/test/test_views_delegate.h', 518 '../ui/views/test/test_views_delegate.h',
535 '../ui/views/test/views_test_base.cc', 519 '../ui/views/test/views_test_base.cc',
536 '../ui/views/test/views_test_base.h', 520 '../ui/views/test/views_test_base.h',
537 'accessible_pane_view_unittest.cc', 521 'accessible_pane_view_unittest.cc',
538 'controls/label_unittest.cc', 522 'controls/label_unittest.cc',
539 'controls/progress_bar_unittest.cc', 523 'controls/progress_bar_unittest.cc',
540 'controls/single_split_view_unittest.cc', 524 'controls/single_split_view_unittest.cc',
541 'controls/tabbed_pane/tabbed_pane_unittest.cc', 525 'controls/tabbed_pane/tabbed_pane_unittest.cc',
542 'controls/table/table_view_unittest.cc', 526 'controls/table/table_view_unittest.cc',
(...skipping 20 matching lines...) Expand all
563 ['toolkit_uses_gtk == 1', { 547 ['toolkit_uses_gtk == 1', {
564 'dependencies': [ 548 'dependencies': [
565 '../build/linux/system.gyp:gtk', 549 '../build/linux/system.gyp:gtk',
566 ], 550 ],
567 'conditions': [ 551 'conditions': [
568 ['linux_use_tcmalloc==1', { 552 ['linux_use_tcmalloc==1', {
569 'dependencies': [ 553 'dependencies': [
570 '../base/allocator/allocator.gyp:allocator', 554 '../base/allocator/allocator.gyp:allocator',
571 ], 555 ],
572 }], 556 }],
573 [ 'touchui==1', {
574 'sources!': [
575 '../ui/views/focus/accelerator_handler_gtk_unittest.cc',
576 'controls/table/table_view_unittest.cc',
577 'controls/tabbed_pane/tabbed_pane_unittest.cc'
578 ],
579 }],
580 ],
581 }],
582 ['touchui==0', {
583 'sources!': [
584 '../ui/views/touchui/touch_selection_controller_impl_unittest.cc',
585 ], 557 ],
586 }], 558 }],
587 ['OS=="win"', { 559 ['OS=="win"', {
588 'link_settings': { 560 'link_settings': {
589 'libraries': [ 561 'libraries': [
590 '-limm32.lib', 562 '-limm32.lib',
591 '-loleacc.lib', 563 '-loleacc.lib',
592 ] 564 ]
593 }, 565 },
594 'include_dirs': [ 566 'include_dirs': [
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 }, 687 },
716 'sources': [ 688 'sources': [
717 '../ui/views/examples/table_example.cc', 689 '../ui/views/examples/table_example.cc',
718 '../ui/views/examples/table_example.h', 690 '../ui/views/examples/table_example.h',
719 ], 691 ],
720 }], 692 }],
721 ], 693 ],
722 }, 694 },
723 ], 695 ],
724 } 696 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698