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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10823264: Expand the workaround in r149575 to cover more builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | 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 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after
2276 'browser/password_manager/native_backend_gnome_x_unittest.cc', 2276 'browser/password_manager/native_backend_gnome_x_unittest.cc',
2277 ], 2277 ],
2278 }], 2278 }],
2279 ['OS=="linux" and use_aura==1', { 2279 ['OS=="linux" and use_aura==1', {
2280 'dependencies': [ 2280 'dependencies': [
2281 '../build/linux/system.gyp:dbus', 2281 '../build/linux/system.gyp:dbus',
2282 '../dbus/dbus.gyp:dbus_test_support', 2282 '../dbus/dbus.gyp:dbus_test_support',
2283 '../ui/aura/aura.gyp:test_support_aura', 2283 '../ui/aura/aura.gyp:test_support_aura',
2284 ], 2284 ],
2285 }], 2285 }],
2286 ['OS=="linux" and buildtype=="Official" and target_arch=="ia32"', { 2286 ['OS=="linux" and branding=="Chrome" and target_arch=="ia32"', {
2287 'configurations': { 2287 'configurations': {
2288 'Release': { 2288 'Release': {
2289 'ldflags': [ 2289 'ldflags': [
2290 '-Wl,--strip-debug', 2290 '-Wl,--strip-debug',
2291 ], 2291 ],
2292 }, 2292 },
2293 }, 2293 },
2294 }], 2294 }],
2295 ['os_posix == 1 and OS != "mac" and OS != "android"', { 2295 ['os_posix == 1 and OS != "mac" and OS != "android"', {
2296 'conditions': [ 2296 'conditions': [
(...skipping 2374 matching lines...) Expand 10 before | Expand all | Expand 10 after
4671 '--result', '<@(_outputs)', 4671 '--result', '<@(_outputs)',
4672 '--isolate', 'browser_tests.isolate', 4672 '--isolate', 'browser_tests.isolate',
4673 ], 4673 ],
4674 }, 4674 },
4675 ], 4675 ],
4676 }, 4676 },
4677 ], 4677 ],
4678 }], 4678 }],
4679 ], # 'conditions' 4679 ], # 'conditions'
4680 } 4680 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698