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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7834048: Preliminary work to allow Chrome to build with USE_AURA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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) 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 }, { # else: toolkit_uses_gtk != 1 736 }, { # else: toolkit_uses_gtk != 1
737 'sources!': [ 737 'sources!': [
738 'browser/process_singleton_linux_uitest.cc', 738 'browser/process_singleton_linux_uitest.cc',
739 ], 739 ],
740 }], 740 }],
741 ['toolkit_views==1', { 741 ['toolkit_views==1', {
742 'dependencies': [ 742 'dependencies': [
743 '../views/views.gyp:views', 743 '../views/views.gyp:views',
744 ], 744 ],
745 }], 745 }],
746 ['use_aura==1', {
747 'sources!': [
748 'test/automation/automation_proxy_uitest.cc',
749 ],
750 }],
746 ['OS=="mac"', { 751 ['OS=="mac"', {
747 # See the comment in this section of the unit_tests target for an 752 # See the comment in this section of the unit_tests target for an
748 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). 753 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap).
749 'dependencies+++': [ 754 'dependencies+++': [
750 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e', 755 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e',
751 ], 756 ],
752 'sources!': [ 757 'sources!': [
753 # ProcessSingletonMac doesn't do anything. 758 # ProcessSingletonMac doesn't do anything.
754 'browser/process_singleton_uitest.cc', 759 'browser/process_singleton_uitest.cc',
755 ], 760 ],
(...skipping 3359 matching lines...) Expand 10 before | Expand all | Expand 10 after
4115 # Use outputs of this action as inputs for the main target build. 4120 # Use outputs of this action as inputs for the main target build.
4116 # Seems as a misnomer but makes this happy on Linux (scons). 4121 # Seems as a misnomer but makes this happy on Linux (scons).
4117 'process_outputs_as_sources': 1, 4122 'process_outputs_as_sources': 1,
4118 }, 4123 },
4119 ], # 'actions' 4124 ], # 'actions'
4120 }, 4125 },
4121 ] 4126 ]
4122 }], # 'coverage!=0' 4127 }], # 'coverage!=0'
4123 ], # 'conditions' 4128 ], # 'conditions'
4124 } 4129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698