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

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

Issue 8888037: Windows component build fix for aura. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: addressed comments 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
« no previous file with comments | « ui/views/test/test_tooltip_client.cc ('k') | ui/views/widget/tooltip_manager_aura.cc » ('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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'controls/textfield/textfield_views_model_unittest.cc', 526 'controls/textfield/textfield_views_model_unittest.cc',
527 'events/event_unittest.cc', 527 'events/event_unittest.cc',
528 'focus/accelerator_handler_gtk_unittest.cc', 528 'focus/accelerator_handler_gtk_unittest.cc',
529 'focus/focus_manager_test.h', 529 'focus/focus_manager_test.h',
530 'focus/focus_manager_test.cc', 530 'focus/focus_manager_test.cc',
531 'focus/focus_manager_unittest.cc', 531 'focus/focus_manager_unittest.cc',
532 'focus/focus_manager_unittest_win.cc', 532 'focus/focus_manager_unittest_win.cc',
533 'focus/focus_traversal_unittest.cc', 533 'focus/focus_traversal_unittest.cc',
534 'layout/box_layout_unittest.cc', 534 'layout/box_layout_unittest.cc',
535 'layout/grid_layout_unittest.cc', 535 'layout/grid_layout_unittest.cc',
536 'test/test_tooltip_client.cc',
537 'test/test_tooltip_client.h', 536 'test/test_tooltip_client.h',
538 'test/test_views_delegate.cc', 537 'test/test_views_delegate.cc',
539 'test/test_views_delegate.h', 538 'test/test_views_delegate.h',
540 'test/views_test_base.cc', 539 'test/views_test_base.cc',
541 'test/views_test_base.h', 540 'test/views_test_base.h',
542 'view_unittest.cc', 541 'view_unittest.cc',
543 'widget/native_widget_test_utils.h', 542 'widget/native_widget_test_utils.h',
544 'widget/native_widget_test_utils_aura.cc', 543 'widget/native_widget_test_utils_aura.cc',
545 'widget/native_widget_test_utils_gtk.cc', 544 'widget/native_widget_test_utils_gtk.cc',
546 'widget/native_widget_test_utils_win.cc', 545 'widget/native_widget_test_utils_win.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'sources/': [ 583 'sources/': [
585 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], 584 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'],
586 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], 585 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'],
587 ['exclude', 'controls/table/table_view_unittest.cc'], 586 ['exclude', 'controls/table/table_view_unittest.cc'],
588 ['exclude', 'widget/native_widget_win_unittest.cc'], 587 ['exclude', 'widget/native_widget_win_unittest.cc'],
589 ], 588 ],
590 }, { 589 }, {
591 'sources/': [ 590 'sources/': [
592 ['exclude', '../aura/test/test_desktop_delegate.cc'], 591 ['exclude', '../aura/test/test_desktop_delegate.cc'],
593 ['exclude', '../aura/test/test_desktop_delegate.h'], 592 ['exclude', '../aura/test/test_desktop_delegate.h'],
594 ['exclude', 'test/test_tooltip_client.cc'],
595 ], 593 ],
596 }], 594 }],
597 ], 595 ],
598 }, # target_name: views_unittests 596 }, # target_name: views_unittests
599 { 597 {
600 'target_name': 'views_examples_lib', 598 'target_name': 'views_examples_lib',
601 'type': 'static_library', 599 'type': 'static_library',
602 'dependencies': [ 600 'dependencies': [
603 '../../base/base.gyp:base', 601 '../../base/base.gyp:base',
604 '../../base/base.gyp:base_i18n', 602 '../../base/base.gyp:base_i18n',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'msvs_settings': { 736 'msvs_settings': {
739 'VCManifestTool': { 737 'VCManifestTool': {
740 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
741 }, 739 },
742 }, 740 },
743 }], 741 }],
744 ], 742 ],
745 }, # target_name: views_examples_lib 743 }, # target_name: views_examples_lib
746 ], 744 ],
747 } 745 }
OLDNEW
« no previous file with comments | « ui/views/test/test_tooltip_client.cc ('k') | ui/views/widget/tooltip_manager_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698