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

Side by Side Diff: views/views.gyp

Issue 8572016: views: Move more two directories into ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/aura_desktop/aura_desktop_main.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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../ui/ui.gyp:ui_resources', 50 '../ui/ui.gyp:ui_resources',
51 '../ui/ui.gyp:ui_resources_standard', 51 '../ui/ui.gyp:ui_resources_standard',
52 ], 52 ],
53 'defines': [ 53 'defines': [
54 'VIEWS_IMPLEMENTATION', 54 'VIEWS_IMPLEMENTATION',
55 ], 55 ],
56 'sources': [ 56 'sources': [
57 # All .cc, .h under views, except unittests 57 # All .cc, .h under views, except unittests
58 'accessible_pane_view.cc', 58 'accessible_pane_view.cc',
59 'accessible_pane_view.h', 59 'accessible_pane_view.h',
60 'animation/bounds_animator.cc',
61 'animation/bounds_animator.h',
62 'background.cc', 60 'background.cc',
63 'background.h', 61 'background.h',
64 'border.cc', 62 'border.cc',
65 'border.h', 63 'border.h',
66 'bubble/bubble_border.cc', 64 'bubble/bubble_border.cc',
67 'bubble/bubble_border.h', 65 'bubble/bubble_border.h',
68 'bubble/border_contents_view.cc', 66 'bubble/border_contents_view.cc',
69 'bubble/border_contents_view.h', 67 'bubble/border_contents_view.h',
70 'bubble/bubble_delegate.cc', 68 'bubble/bubble_delegate.cc',
71 'bubble/bubble_delegate.h', 69 'bubble/bubble_delegate.h',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'widget/native_widget_views.cc', 385 'widget/native_widget_views.cc',
388 'widget/native_widget_views.h', 386 'widget/native_widget_views.h',
389 'widget/native_widget_win.cc', 387 'widget/native_widget_win.cc',
390 'widget/native_widget_win.h', 388 'widget/native_widget_win.h',
391 'widget/widget.cc', 389 'widget/widget.cc',
392 'widget/widget.h', 390 'widget/widget.h',
393 'widget/widget_delegate.cc', 391 'widget/widget_delegate.cc',
394 'widget/widget_delegate.h', 392 'widget/widget_delegate.h',
395 'widget/window_manager.cc', 393 'widget/window_manager.cc',
396 'widget/window_manager.h', 394 'widget/window_manager.h',
395 '../ui/views/animation/bounds_animator.cc',
396 '../ui/views/animation/bounds_animator.h',
397 '../ui/views/accessibility/native_view_accessibility_win.cc', 397 '../ui/views/accessibility/native_view_accessibility_win.cc',
398 '../ui/views/accessibility/native_view_accessibility_win.h', 398 '../ui/views/accessibility/native_view_accessibility_win.h',
399 '../ui/views/window/client_view.cc', 399 '../ui/views/window/client_view.cc',
400 '../ui/views/window/client_view.h', 400 '../ui/views/window/client_view.h',
401 '../ui/views/window/custom_frame_view.cc', 401 '../ui/views/window/custom_frame_view.cc',
402 '../ui/views/window/window/custom_frame_view.h', 402 '../ui/views/window/window/custom_frame_view.h',
403 '../ui/views/window/dialog_client_view.cc', 403 '../ui/views/window/dialog_client_view.cc',
404 '../ui/views/window/window/dialog_client_view.h', 404 '../ui/views/window/window/dialog_client_view.h',
405 '../ui/views/window/dialog_delegate.cc', 405 '../ui/views/window/dialog_delegate.cc',
406 '../ui/views/window/dialog_delegate.h', 406 '../ui/views/window/dialog_delegate.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 '../ui/ui.gyp:gfx_resources', 567 '../ui/ui.gyp:gfx_resources',
568 '../ui/ui.gyp:ui', 568 '../ui/ui.gyp:ui',
569 '../ui/ui.gyp:ui_resources', 569 '../ui/ui.gyp:ui_resources',
570 '../ui/ui.gyp:ui_resources_standard', 570 '../ui/ui.gyp:ui_resources_standard',
571 'views', 571 'views',
572 ], 572 ],
573 'include_dirs': [ 573 'include_dirs': [
574 '..', 574 '..',
575 ], 575 ],
576 'sources': [ 576 'sources': [
577 '../ui/views/animation/bounds_animator_unittest.cc',
577 'accessible_pane_view_unittest.cc', 578 'accessible_pane_view_unittest.cc',
578 'animation/bounds_animator_unittest.cc',
579 'bubble/bubble_delegate_unittest.cc', 579 'bubble/bubble_delegate_unittest.cc',
580 'bubble/bubble_frame_view_unittest.cc', 580 'bubble/bubble_frame_view_unittest.cc',
581 'controls/label_unittest.cc', 581 'controls/label_unittest.cc',
582 'controls/progress_bar_unittest.cc', 582 'controls/progress_bar_unittest.cc',
583 'controls/single_split_view_unittest.cc', 583 'controls/single_split_view_unittest.cc',
584 'controls/tabbed_pane/tabbed_pane_unittest.cc', 584 'controls/tabbed_pane/tabbed_pane_unittest.cc',
585 'controls/table/table_view_unittest.cc', 585 'controls/table/table_view_unittest.cc',
586 'controls/combobox/native_combobox_views_unittest.cc', 586 'controls/combobox/native_combobox_views_unittest.cc',
587 'controls/menu/menu_model_adapter_unittest.cc', 587 'controls/menu/menu_model_adapter_unittest.cc',
588 'controls/textfield/native_textfield_views_unittest.cc', 588 'controls/textfield/native_textfield_views_unittest.cc',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 '../ui/ui.gyp:gfx_resources', 907 '../ui/ui.gyp:gfx_resources',
908 '../ui/ui.gyp:ui', 908 '../ui/ui.gyp:ui',
909 '../ui/ui.gyp:ui_resources', 909 '../ui/ui.gyp:ui_resources',
910 '../ui/ui.gyp:ui_resources_standard', 910 '../ui/ui.gyp:ui_resources_standard',
911 'views', 911 'views',
912 ], 912 ],
913 'include_dirs': [ 913 'include_dirs': [
914 '..', 914 '..',
915 ], 915 ],
916 'sources': [ 916 'sources': [
917 'aura_desktop/aura_desktop_main.cc', 917 '../ui/aura_desktop/aura_desktop_main.cc',
918 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 918 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
919 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 919 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
920 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st andard.rc', 920 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st andard.rc',
921 ], 921 ],
922 'conditions': [ 922 'conditions': [
923 ['OS=="win"', { 923 ['OS=="win"', {
924 'link_settings': { 924 'link_settings': {
925 'libraries': [ 925 'libraries': [
926 '-limm32.lib', 926 '-limm32.lib',
927 '-loleacc.lib', 927 '-loleacc.lib',
928 ] 928 ]
929 }, 929 },
930 'include_dirs': [ 930 'include_dirs': [
931 '../third_party/wtl/include', 931 '../third_party/wtl/include',
932 ], 932 ],
933 }], 933 }],
934 ], 934 ],
935 }, 935 },
936 ], 936 ],
937 }], 937 }],
938 ], 938 ],
939 } 939 }
OLDNEW
« no previous file with comments | « views/aura_desktop/aura_desktop_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698