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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8461011: Clean up plug-in placeholders: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/blocked_plugin.h » ('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) 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 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 'common/time_format_unittest.cc', 1979 'common/time_format_unittest.cc',
1980 'common/web_apps_unittest.cc', 1980 'common/web_apps_unittest.cc',
1981 'common/worker_thread_ticker_unittest.cc', 1981 'common/worker_thread_ticker_unittest.cc',
1982 'common/zip_reader_unittest.cc', 1982 'common/zip_reader_unittest.cc',
1983 'common/zip_unittest.cc', 1983 'common/zip_unittest.cc',
1984 'renderer/extensions/chrome_v8_context_set_unittest.cc', 1984 'renderer/extensions/chrome_v8_context_set_unittest.cc',
1985 'renderer/extensions/extension_api_json_validity_unittest.cc', 1985 'renderer/extensions/extension_api_json_validity_unittest.cc',
1986 'renderer/extensions/json_schema_unittest.cc', 1986 'renderer/extensions/json_schema_unittest.cc',
1987 'renderer/net/predictor_queue_unittest.cc', 1987 'renderer/net/predictor_queue_unittest.cc',
1988 'renderer/net/renderer_predictor_unittest.cc', 1988 'renderer/net/renderer_predictor_unittest.cc',
1989 'renderer/plugin_uma_unittest.cc', 1989 'renderer/plugins/plugin_uma_unittest.cc',
1990 'renderer/renderer_about_handler_unittest.cc', 1990 'renderer/renderer_about_handler_unittest.cc',
1991 'renderer/safe_browsing/features_unittest.cc', 1991 'renderer/safe_browsing/features_unittest.cc',
1992 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 1992 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
1993 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 1993 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
1994 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 1994 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
1995 'renderer/safe_browsing/scorer_unittest.cc', 1995 'renderer/safe_browsing/scorer_unittest.cc',
1996 'renderer/spellchecker/spellcheck_provider_unittest.cc', 1996 'renderer/spellchecker/spellcheck_provider_unittest.cc',
1997 'renderer/spellchecker/spellcheck_unittest.cc', 1997 'renderer/spellchecker/spellcheck_unittest.cc',
1998 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 1998 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
1999 'service/cloud_print/cloud_print_helpers_unittest.cc', 1999 'service/cloud_print/cloud_print_helpers_unittest.cc',
(...skipping 2339 matching lines...) Expand 10 before | Expand all | Expand 10 after
4339 # Use outputs of this action as inputs for the main target build. 4339 # Use outputs of this action as inputs for the main target build.
4340 # Seems as a misnomer but makes this happy on Linux (scons). 4340 # Seems as a misnomer but makes this happy on Linux (scons).
4341 'process_outputs_as_sources': 1, 4341 'process_outputs_as_sources': 1,
4342 }, 4342 },
4343 ], # 'actions' 4343 ], # 'actions'
4344 }, 4344 },
4345 ] 4345 ]
4346 }], # 'coverage!=0' 4346 }], # 'coverage!=0'
4347 ], # 'conditions' 4347 ], # 'conditions'
4348 } 4348 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/blocked_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698