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

Side by Side Diff: components/components_tests.gyp

Issue 1481933002: Move crash keys for command-line switches to components/crash so they can be set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@installer_crash_keys
Patch Set: typedef -> using, %lu -> PRIuS Created 5 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
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | components/crash/core/common/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'content_settings/core/browser/content_settings_registry_unittest.cc', 117 'content_settings/core/browser/content_settings_registry_unittest.cc',
118 'content_settings/core/browser/content_settings_rule_unittest.cc', 118 'content_settings/core/browser/content_settings_rule_unittest.cc',
119 'content_settings/core/browser/content_settings_utils_unittest.cc', 119 'content_settings/core/browser/content_settings_utils_unittest.cc',
120 'content_settings/core/browser/cookie_settings_unittest.cc', 120 'content_settings/core/browser/cookie_settings_unittest.cc',
121 'content_settings/core/browser/website_settings_registry_unittest.cc', 121 'content_settings/core/browser/website_settings_registry_unittest.cc',
122 'content_settings/core/common/content_settings_pattern_parser_unittest.cc' , 122 'content_settings/core/common/content_settings_pattern_parser_unittest.cc' ,
123 'content_settings/core/common/content_settings_pattern_unittest.cc', 123 'content_settings/core/common/content_settings_pattern_unittest.cc',
124 ], 124 ],
125 'crash_unittest_sources': [ 125 'crash_unittest_sources': [
126 'crash/content/app/crash_keys_win_unittest.cc', 126 'crash/content/app/crash_keys_win_unittest.cc',
127 'crash/core/common/crash_keys_unittest.cc',
127 'crash/core/common/objc_zombie_unittest.mm', 128 'crash/core/common/objc_zombie_unittest.mm',
128 ], 129 ],
129 'crx_file_unittest_sources': [ 130 'crx_file_unittest_sources': [
130 'crx_file/id_util_unittest.cc', 131 'crx_file/id_util_unittest.cc',
131 ], 132 ],
132 'data_reduction_proxy_unittest_sources': [ 133 'data_reduction_proxy_unittest_sources': [
133 'data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc', 134 'data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc',
134 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc', 135 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc',
135 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc', 136 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc',
136 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc', 137 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc',
(...skipping 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 'dependencies': [ 1848 'dependencies': [
1848 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1849 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1849 ], 1850 ],
1850 }], 1851 }],
1851 ], 1852 ],
1852 }, 1853 },
1853 ], 1854 ],
1854 }], 1855 }],
1855 ], 1856 ],
1856 } 1857 }
OLDNEW
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | components/crash/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698