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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8682026: Remove obsolete exclude from unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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) 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 'target_defaults': { 5 'target_defaults': {
6 'conditions': [ 6 'conditions': [
7 ['strip_tests==1', { 7 ['strip_tests==1', {
8 'cflags!': [ '-g' ], 8 'cflags!': [ '-g' ],
9 'ldflags': [ '-Wl,--strip-debug' ], 9 'ldflags': [ '-Wl,--strip-debug' ],
10 }], 10 }],
(...skipping 2125 matching lines...) Expand 10 before | Expand all | Expand 10 after
2136 'sources/': [ 2136 'sources/': [
2137 ['exclude', '^browser/safe_browsing/'], 2137 ['exclude', '^browser/safe_browsing/'],
2138 ['exclude', '^renderer/safe_browsing/'], 2138 ['exclude', '^renderer/safe_browsing/'],
2139 ], 2139 ],
2140 }], 2140 }],
2141 ['chromeos==1', { 2141 ['chromeos==1', {
2142 'sources/': [ 2142 'sources/': [
2143 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2143 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2144 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'], 2144 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'],
2145 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ], 2145 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ],
2146 ['exclude', '^../content/browser/geolocation/wifi_data_provider_linu x_unittest.cc'],
2147 ], 2146 ],
2148 'conditions': [ 2147 'conditions': [
2149 ['use_aura==1', { 2148 ['use_aura==1', {
2150 'sources!': [ 2149 'sources!': [
2151 'browser/chromeos/notifications/desktop_notifications_unittest.c c', 2150 'browser/chromeos/notifications/desktop_notifications_unittest.c c',
2152 ], 2151 ],
2153 }], 2152 }],
2154 ], 2153 ],
2155 }, { # else: chromeos == 0 2154 }, { # else: chromeos == 0
2156 'sources/': [ 2155 'sources/': [
(...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after
4332 # Use outputs of this action as inputs for the main target build. 4331 # Use outputs of this action as inputs for the main target build.
4333 # Seems as a misnomer but makes this happy on Linux (scons). 4332 # Seems as a misnomer but makes this happy on Linux (scons).
4334 'process_outputs_as_sources': 1, 4333 'process_outputs_as_sources': 1,
4335 }, 4334 },
4336 ], # 'actions' 4335 ], # 'actions'
4337 }, 4336 },
4338 ] 4337 ]
4339 }], # 'coverage!=0' 4338 }], # 'coverage!=0'
4340 ], # 'conditions' 4339 ], # 'conditions'
4341 } 4340 }
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