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

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

Issue 268083002: Add tests for drag and drop for Linux Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'focus/focus_traversal_unittest.cc', 646 'focus/focus_traversal_unittest.cc',
647 'ime/input_method_bridge_unittest.cc', 647 'ime/input_method_bridge_unittest.cc',
648 'layout/box_layout_unittest.cc', 648 'layout/box_layout_unittest.cc',
649 'layout/grid_layout_unittest.cc', 649 'layout/grid_layout_unittest.cc',
650 'rect_based_targeting_utils_unittest.cc', 650 'rect_based_targeting_utils_unittest.cc',
651 'run_all_unittests.cc', 651 'run_all_unittests.cc',
652 'touchui/touch_selection_controller_impl_unittest.cc', 652 'touchui/touch_selection_controller_impl_unittest.cc',
653 'view_model_unittest.cc', 653 'view_model_unittest.cc',
654 'view_model_utils_unittest.cc', 654 'view_model_utils_unittest.cc',
655 'view_unittest.cc', 655 'view_unittest.cc',
656 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc',
656 'widget/desktop_aura/desktop_focus_rules_unittest.cc', 657 'widget/desktop_aura/desktop_focus_rules_unittest.cc',
657 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', 658 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
658 'widget/desktop_aura/desktop_screen_x11_unittest.cc', 659 'widget/desktop_aura/desktop_screen_x11_unittest.cc',
659 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', 660 'widget/desktop_aura/desktop_screen_position_client_unittest.cc',
660 'widget/native_widget_aura_unittest.cc', 661 'widget/native_widget_aura_unittest.cc',
661 'widget/native_widget_unittest.cc', 662 'widget/native_widget_unittest.cc',
662 'widget/root_view_unittest.cc', 663 'widget/root_view_unittest.cc',
663 'widget/widget_unittest.cc', 664 'widget/widget_unittest.cc',
664 'widget/window_reorderer_unittest.cc', 665 'widget/window_reorderer_unittest.cc',
665 'window/dialog_client_view_unittest.cc', 666 'window/dialog_client_view_unittest.cc',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 }], 714 }],
714 ['use_aura==1', { 715 ['use_aura==1', {
715 'dependencies': [ 716 'dependencies': [
716 '../aura/aura.gyp:aura_test_support', 717 '../aura/aura.gyp:aura_test_support',
717 ], 718 ],
718 }], 719 }],
719 ], 720 ],
720 }, # target_name: views_unittests 721 }, # target_name: views_unittests
721 ], 722 ],
722 } 723 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698