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

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

Issue 14744016: Remove unnecessary ui::CompositorTestSupport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add compositor_test_support dependency to ui/snapshot and ui/views test targets Created 7 years, 6 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 | « ui/views/run_all_unittests.cc ('k') | webkit/support/webkit_support.gypi » ('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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 999 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
1000 }, 1000 },
1001 }, 1001 },
1002 'dependencies': [ 1002 'dependencies': [
1003 '../../sandbox/sandbox.gyp:sandbox', 1003 '../../sandbox/sandbox.gyp:sandbox',
1004 ], 1004 ],
1005 }], 1005 }],
1006 ['use_aura==1', { 1006 ['use_aura==1', {
1007 'dependencies': [ 1007 'dependencies': [
1008 '../compositor/compositor.gyp:compositor', 1008 '../compositor/compositor.gyp:compositor',
1009 '../compositor/compositor.gyp:compositor_test_support',
1010 ], 1009 ],
1011 }], 1010 }],
1012 ['OS=="win"', { 1011 ['OS=="win"', {
1013 'sources/': [ 1012 'sources/': [
1014 # This is needed because the aura rule strips it from the default 1013 # This is needed because the aura rule strips it from the default
1015 # sources list. 1014 # sources list.
1016 ['include', '^../../content/app/startup_helper_win.cc'], 1015 ['include', '^../../content/app/startup_helper_win.cc'],
1017 ], 1016 ],
1018 }], 1017 }],
1019 ], 1018 ],
1020 }, # target_name: views_examples_with_content_exe 1019 }, # target_name: views_examples_with_content_exe
1021 ], 1020 ],
1022 } 1021 }
OLDNEW
« no previous file with comments | « ui/views/run_all_unittests.cc ('k') | webkit/support/webkit_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698