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

Side by Side Diff: ui/views/views.gyp

Issue 303543004: MacViews: views_examples_with_content_exe working! Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add files Created 6 years, 6 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 | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_mac.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) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'bubble/bubble_delegate.cc', 82 'bubble/bubble_delegate.cc',
83 'bubble/bubble_delegate.h', 83 'bubble/bubble_delegate.h',
84 'bubble/bubble_frame_view.cc', 84 'bubble/bubble_frame_view.cc',
85 'bubble/bubble_frame_view.h', 85 'bubble/bubble_frame_view.h',
86 'bubble/bubble_window_targeter.cc', 86 'bubble/bubble_window_targeter.cc',
87 'bubble/bubble_window_targeter.h', 87 'bubble/bubble_window_targeter.h',
88 'bubble/tray_bubble_view.cc', 88 'bubble/tray_bubble_view.cc',
89 'bubble/tray_bubble_view.h', 89 'bubble/tray_bubble_view.h',
90 'button_drag_utils.cc', 90 'button_drag_utils.cc',
91 'button_drag_utils.h', 91 'button_drag_utils.h',
92 'cocoa/bridged_content_view.h',
93 'cocoa/bridged_content_view.mm',
92 'color_chooser/color_chooser_listener.h', 94 'color_chooser/color_chooser_listener.h',
93 'color_chooser/color_chooser_view.cc', 95 'color_chooser/color_chooser_view.cc',
94 'color_chooser/color_chooser_view.h', 96 'color_chooser/color_chooser_view.h',
95 'color_constants.cc', 97 'color_constants.cc',
96 'color_constants.h', 98 'color_constants.h',
97 'context_menu_controller.h', 99 'context_menu_controller.h',
98 'controls/button/blue_button.cc', 100 'controls/button/blue_button.cc',
99 'controls/button/blue_button.h', 101 'controls/button/blue_button.h',
100 'controls/button/button.cc', 102 'controls/button/button.cc',
101 'controls/button/button.h', 103 'controls/button/button.h',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 '../../third_party/wtl/include', 470 '../../third_party/wtl/include',
469 ], 471 ],
470 'conditions': [ 472 'conditions': [
471 ['chromeos==1', { 473 ['chromeos==1', {
472 'sources/': [ 474 'sources/': [
473 ['exclude', 'widget/desktop_aura'], 475 ['exclude', 'widget/desktop_aura'],
474 ], 476 ],
475 }], 477 }],
476 ['use_ash==0', { 478 ['use_ash==0', {
477 'sources!': [ 479 'sources!': [
480 'accessibility/ax_aura_obj_cache.cc',
481 'accessibility/ax_aura_obj_cache.h',
482 'accessibility/ax_aura_obj_wrapper.h',
483 'accessibility/ax_view_obj_wrapper.cc',
484 'accessibility/ax_view_obj_wrapper.h',
485 'accessibility/ax_widget_obj_wrapper.cc',
486 'accessibility/ax_widget_obj_wrapper.h',
487 'accessibility/ax_window_obj_wrapper.cc',
488 'accessibility/ax_window_obj_wrapper.h',
478 'bubble/tray_bubble_view.cc', 489 'bubble/tray_bubble_view.cc',
479 'bubble/tray_bubble_view.h', 490 'bubble/tray_bubble_view.h',
480 ], 491 ],
481 }], 492 }],
482 ['chromeos==0 and use_x11==1', { 493 ['chromeos==0 and use_x11==1', {
483 'dependencies': [ 494 'dependencies': [
484 '../display/display.gyp:display_util', 495 '../display/display.gyp:display_util',
485 ], 496 ],
486 }], 497 }],
487 ['OS=="linux" and chromeos==0', { 498 ['OS=="linux" and chromeos==0', {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 ], 603 ],
593 'sources': [ 604 'sources': [
594 'controls/textfield/textfield_test_api.cc', 605 'controls/textfield/textfield_test_api.cc',
595 'controls/textfield/textfield_test_api.h', 606 'controls/textfield/textfield_test_api.h',
596 'corewm/tooltip_controller_test_helper.cc', 607 'corewm/tooltip_controller_test_helper.cc',
597 'corewm/tooltip_controller_test_helper.h', 608 'corewm/tooltip_controller_test_helper.h',
598 'test/capture_tracking_view.cc', 609 'test/capture_tracking_view.cc',
599 'test/capture_tracking_view.h', 610 'test/capture_tracking_view.h',
600 'test/child_modal_window.cc', 611 'test/child_modal_window.cc',
601 'test/child_modal_window.h', 612 'test/child_modal_window.h',
602 'test/desktop_test_views_delegate.cc',
603 'test/desktop_test_views_delegate.h', 613 'test/desktop_test_views_delegate.h',
614 'test/desktop_test_views_delegate_aura.cc',
615 'test/desktop_test_views_delegate_mac.cc',
604 'test/menu_runner_test_api.cc', 616 'test/menu_runner_test_api.cc',
605 'test/menu_runner_test_api.h', 617 'test/menu_runner_test_api.h',
606 'test/test_views.cc', 618 'test/test_views.cc',
607 'test/test_views.h', 619 'test/test_views.h',
608 'test/test_views_delegate.cc',
609 'test/test_views_delegate.h', 620 'test/test_views_delegate.h',
621 'test/test_views_delegate_aura.cc',
622 'test/test_views_delegate_mac.cc',
610 'test/test_widget_observer.cc', 623 'test/test_widget_observer.cc',
611 'test/test_widget_observer.h', 624 'test/test_widget_observer.h',
612 'test/ui_controls_factory_desktop_aurax11.cc', 625 'test/ui_controls_factory_desktop_aurax11.cc',
613 'test/ui_controls_factory_desktop_aurax11.h', 626 'test/ui_controls_factory_desktop_aurax11.h',
614 'test/views_test_base.cc', 627 'test/views_test_base.cc',
615 'test/views_test_base.h', 628 'test/views_test_base.h',
616 'test/views_test_helper.cc', 629 'test/views_test_helper.cc',
617 'test/views_test_helper.h', 630 'test/views_test_helper.h',
618 'test/views_test_helper_aura.cc', 631 'test/views_test_helper_aura.cc',
619 'test/views_test_helper_aura.h', 632 'test/views_test_helper_aura.h',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 }], 804 }],
792 ['use_x11==1', { 805 ['use_x11==1', {
793 'dependencies': [ 806 'dependencies': [
794 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 807 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
795 ], 808 ],
796 }], 809 }],
797 ], 810 ],
798 }, # target_name: views_unittests 811 }, # target_name: views_unittests
799 ], 812 ],
800 } 813 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698