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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10260033: Build fixes to get use_aura && !use_ash to build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « chrome/chrome.gyp ('k') | chrome/test/base/view_event_test_base.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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3420 matching lines...) Expand 10 before | Expand all | Expand 10 after
3431 # RendererWebKitPlatformSupportImpl, which subclasses stuff in 3431 # RendererWebKitPlatformSupportImpl, which subclasses stuff in
3432 # glue, which refers to symbols defined in these files. 3432 # glue, which refers to symbols defined in these files.
3433 # Hopefully this can be resolved with http://crbug.com/98755. 3433 # Hopefully this can be resolved with http://crbug.com/98755.
3434 'sources': [ 3434 'sources': [
3435 '../content/common/socket_stream_dispatcher.cc', 3435 '../content/common/socket_stream_dispatcher.cc',
3436 ]}, 3436 ]},
3437 ], 3437 ],
3438 ['use_aura==1', { 3438 ['use_aura==1', {
3439 'sources!': [ 3439 'sources!': [
3440 '../content/browser/plugin_browsertest.cc', 3440 '../content/browser/plugin_browsertest.cc',
3441 '../content/browser/accessibility/dump_accessibility_tree_browsertes t.cc',
3442 '../content/browser/accessibility/dump_accessibility_tree_helper_win .cc',
3443 '../content/browser/accessibility/dump_accessibility_tree_helper.cc' ,
3441 ]}, 3444 ]},
3442 ], 3445 ],
3443 ], # conditions 3446 ], # conditions
3444 }, # target browser_tests 3447 }, # target browser_tests
3445 { 3448 {
3446 'target_name': 'browser_tests_run', 3449 'target_name': 'browser_tests_run',
3447 'type': 'none', 3450 'type': 'none',
3448 'dependencies': [ 3451 'dependencies': [
3449 'browser_tests', 3452 'browser_tests',
3450 ], 3453 ],
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
4732 # Use outputs of this action as inputs for the main target build. 4735 # Use outputs of this action as inputs for the main target build.
4733 # Seems as a misnomer but makes this happy on Linux (scons). 4736 # Seems as a misnomer but makes this happy on Linux (scons).
4734 'process_outputs_as_sources': 1, 4737 'process_outputs_as_sources': 1,
4735 }, 4738 },
4736 ], # 'actions' 4739 ], # 'actions'
4737 }, 4740 },
4738 ] 4741 ]
4739 }], # 'coverage!=0' 4742 }], # 'coverage!=0'
4740 ], # 'conditions' 4743 ], # 'conditions'
4741 } 4744 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698