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

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

Issue 275183002: patch from issue 218843002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_window_tree_host_win.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) 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'controls/tree/tree_view.h', 237 'controls/tree/tree_view.h',
238 'controls/tree/tree_view_controller.cc', 238 'controls/tree/tree_view_controller.cc',
239 'controls/tree/tree_view_controller.h', 239 'controls/tree/tree_view_controller.h',
240 'corewm/tooltip.h', 240 'corewm/tooltip.h',
241 'corewm/tooltip_aura.cc', 241 'corewm/tooltip_aura.cc',
242 'corewm/tooltip_aura.h', 242 'corewm/tooltip_aura.h',
243 'corewm/tooltip_controller.cc', 243 'corewm/tooltip_controller.cc',
244 'corewm/tooltip_controller.h', 244 'corewm/tooltip_controller.h',
245 'corewm/tooltip_win.cc', 245 'corewm/tooltip_win.cc',
246 'corewm/tooltip_win.h', 246 'corewm/tooltip_win.h',
247 'cull_set.cc',
248 'cull_set.h',
247 'debug_utils.cc', 249 'debug_utils.cc',
248 'debug_utils.h', 250 'debug_utils.h',
249 'drag_controller.h', 251 'drag_controller.h',
250 'drag_utils.cc', 252 'drag_utils.cc',
251 'drag_utils.h', 253 'drag_utils.h',
252 'drag_utils_aura.cc', 254 'drag_utils_aura.cc',
253 'focus/external_focus_tracker.cc', 255 'focus/external_focus_tracker.cc',
254 'focus/external_focus_tracker.h', 256 'focus/external_focus_tracker.h',
255 'focus/focus_manager.cc', 257 'focus/focus_manager.cc',
256 'focus/focus_manager.h', 258 'focus/focus_manager.h',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 }], 718 }],
717 ['use_aura==1', { 719 ['use_aura==1', {
718 'dependencies': [ 720 'dependencies': [
719 '../aura/aura.gyp:aura_test_support', 721 '../aura/aura.gyp:aura_test_support',
720 ], 722 ],
721 }], 723 }],
722 ], 724 ],
723 }, # target_name: views_unittests 725 }, # target_name: views_unittests
724 ], 726 ],
725 } 727 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698