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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8700014: Utility to draw GAIA pictures (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1566 'browser/printing/print_job_unittest.cc', 1566 'browser/printing/print_job_unittest.cc',
1567 'browser/printing/print_preview_tab_controller_unittest.cc', 1567 'browser/printing/print_preview_tab_controller_unittest.cc',
1568 'browser/process_info_snapshot_mac_unittest.cc', 1568 'browser/process_info_snapshot_mac_unittest.cc',
1569 'browser/process_singleton_mac_unittest.cc', 1569 'browser/process_singleton_mac_unittest.cc',
1570 'browser/profiles/avatar_menu_model_unittest.cc', 1570 'browser/profiles/avatar_menu_model_unittest.cc',
1571 'browser/profiles/gaia_info_update_service_unittest.cc', 1571 'browser/profiles/gaia_info_update_service_unittest.cc',
1572 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1572 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1573 'browser/profiles/profile_dependency_manager_unittest.cc', 1573 'browser/profiles/profile_dependency_manager_unittest.cc',
1574 'browser/profiles/profile_info_cache_unittest.cc', 1574 'browser/profiles/profile_info_cache_unittest.cc',
1575 'browser/profiles/profile_info_cache_unittest.h', 1575 'browser/profiles/profile_info_cache_unittest.h',
1576 'browser/profiles/profile_info_util_unittest.cc',
1576 'browser/profiles/profile_manager_unittest.cc', 1577 'browser/profiles/profile_manager_unittest.cc',
1577 'browser/renderer_host/web_cache_manager_unittest.cc', 1578 'browser/renderer_host/web_cache_manager_unittest.cc',
1578 'browser/resources/print_preview/print_preview_utils.js', 1579 'browser/resources/print_preview/print_preview_utils.js',
1579 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1580 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1580 'browser/resources_util_unittest.cc', 1581 'browser/resources_util_unittest.cc',
1581 'browser/rlz/rlz_unittest.cc', 1582 'browser/rlz/rlz_unittest.cc',
1582 'browser/safe_browsing/bloom_filter_unittest.cc', 1583 'browser/safe_browsing/bloom_filter_unittest.cc',
1583 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1584 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1584 'browser/safe_browsing/chunk_range_unittest.cc', 1585 'browser/safe_browsing/chunk_range_unittest.cc',
1585 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1586 'browser/safe_browsing/client_side_detection_host_unittest.cc',
(...skipping 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after
4343 # Use outputs of this action as inputs for the main target build. 4344 # Use outputs of this action as inputs for the main target build.
4344 # Seems as a misnomer but makes this happy on Linux (scons). 4345 # Seems as a misnomer but makes this happy on Linux (scons).
4345 'process_outputs_as_sources': 1, 4346 'process_outputs_as_sources': 1,
4346 }, 4347 },
4347 ], # 'actions' 4348 ], # 'actions'
4348 }, 4349 },
4349 ] 4350 ]
4350 }], # 'coverage!=0' 4351 }], # 'coverage!=0'
4351 ], # 'conditions' 4352 ], # 'conditions'
4352 } 4353 }
OLDNEW
« chrome/browser/profiles/profile_info_util.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698