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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8728004: Add more flexible handling of what is considered a google home page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix using directive Created 9 years 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 '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 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 'browser/external_protocol/external_protocol_handler_unittest.cc', 1413 'browser/external_protocol/external_protocol_handler_unittest.cc',
1414 'browser/favicon/favicon_handler_unittest.cc', 1414 'browser/favicon/favicon_handler_unittest.cc',
1415 'browser/first_run/first_run_unittest.cc', 1415 'browser/first_run/first_run_unittest.cc',
1416 'browser/fragmentation_checker_unittest_win.cc', 1416 'browser/fragmentation_checker_unittest_win.cc',
1417 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc', 1417 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc',
1418 'browser/geolocation/geolocation_settings_state_unittest.cc', 1418 'browser/geolocation/geolocation_settings_state_unittest.cc',
1419 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc', 1419 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc',
1420 'browser/global_keyboard_shortcuts_mac_unittest.mm', 1420 'browser/global_keyboard_shortcuts_mac_unittest.mm',
1421 'browser/google/google_update_settings_unittest.cc', 1421 'browser/google/google_update_settings_unittest.cc',
1422 'browser/google/google_url_tracker_unittest.cc', 1422 'browser/google/google_url_tracker_unittest.cc',
1423 'browser/google/google_util_unittest.cc',
1423 'browser/history/expire_history_backend_unittest.cc', 1424 'browser/history/expire_history_backend_unittest.cc',
1424 'browser/history/history_backend_unittest.cc', 1425 'browser/history/history_backend_unittest.cc',
1425 'browser/history/history_querying_unittest.cc', 1426 'browser/history/history_querying_unittest.cc',
1426 'browser/history/history_types_unittest.cc', 1427 'browser/history/history_types_unittest.cc',
1427 'browser/history/history_unittest.cc', 1428 'browser/history/history_unittest.cc',
1428 'browser/history/history_unittest_base.cc', 1429 'browser/history/history_unittest_base.cc',
1429 'browser/history/history_unittest_base.h', 1430 'browser/history/history_unittest_base.h',
1430 'browser/history/in_memory_url_index_types_unittest.cc', 1431 'browser/history/in_memory_url_index_types_unittest.cc',
1431 'browser/history/in_memory_url_index_unittest.cc', 1432 'browser/history/in_memory_url_index_unittest.cc',
1432 'browser/history/query_parser_unittest.cc', 1433 'browser/history/query_parser_unittest.cc',
(...skipping 2897 matching lines...) Expand 10 before | Expand all | Expand 10 after
4330 # 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.
4331 # Seems as a misnomer but makes this happy on Linux (scons). 4332 # Seems as a misnomer but makes this happy on Linux (scons).
4332 'process_outputs_as_sources': 1, 4333 'process_outputs_as_sources': 1,
4333 }, 4334 },
4334 ], # 'actions' 4335 ], # 'actions'
4335 }, 4336 },
4336 ] 4337 ]
4337 }], # 'coverage!=0' 4338 }], # 'coverage!=0'
4338 ], # 'conditions' 4339 ], # 'conditions'
4339 } 4340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698