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

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

Issue 180273025: Keep dedicated layers for hiding animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
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 ['OS!="linux" or chromeos==1', { 10 ['OS!="linux" or chromeos==1', {
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'window/dialog_client_view_unittest.cc', 714 'window/dialog_client_view_unittest.cc',
715 'window/dialog_delegate_unittest.cc', 715 'window/dialog_delegate_unittest.cc',
716 '../wm/core/compound_event_filter_unittest.cc', 716 '../wm/core/compound_event_filter_unittest.cc',
717 '../wm/core/cursor_manager_unittest.cc', 717 '../wm/core/cursor_manager_unittest.cc',
718 '../wm/core/focus_controller_unittest.cc', 718 '../wm/core/focus_controller_unittest.cc',
719 '../wm/core/input_method_event_filter_unittest.cc', 719 '../wm/core/input_method_event_filter_unittest.cc',
720 '../wm/core/image_grid_unittest.cc', 720 '../wm/core/image_grid_unittest.cc',
721 '../wm/core/shadow_controller_unittest.cc', 721 '../wm/core/shadow_controller_unittest.cc',
722 '../wm/core/transient_window_manager_unittest.cc', 722 '../wm/core/transient_window_manager_unittest.cc',
723 '../wm/core/transient_window_stacking_client_unittest.cc', 723 '../wm/core/transient_window_stacking_client_unittest.cc',
724 '../wm/core/visibility_controller_unittest.cc',
725 '../wm/core/window_animations_unittest.cc', 724 '../wm/core/window_animations_unittest.cc',
726 ], 725 ],
727 'conditions': [ 726 'conditions': [
728 ['chromeos==0', { 727 ['chromeos==0', {
729 'sources!': [ 728 'sources!': [
730 'touchui/touch_selection_controller_impl_unittest.cc', 729 'touchui/touch_selection_controller_impl_unittest.cc',
731 ], 730 ],
732 }, { # use_chromeos==1 731 }, { # use_chromeos==1
733 'sources/': [ 732 'sources/': [
734 ['exclude', 'ime/input_method_bridge_unittest.cc'], 733 ['exclude', 'ime/input_method_bridge_unittest.cc'],
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 'sources/': [ 987 'sources/': [
989 # This is needed because the aura rule strips it from the default 988 # This is needed because the aura rule strips it from the default
990 # sources list. 989 # sources list.
991 ['include', '^../../content/app/startup_helper_win.cc'], 990 ['include', '^../../content/app/startup_helper_win.cc'],
992 ], 991 ],
993 }], 992 }],
994 ], 993 ],
995 }, # target_name: views_examples_with_content_exe 994 }, # target_name: views_examples_with_content_exe
996 ], 995 ],
997 } 996 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698