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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1737693002: Allow command-line arguments to override EF public key (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove new method from content API Created 4 years, 8 months 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/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_content_client.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'browser/update_client/chrome_update_query_params_delegate_unittest.cc', 285 'browser/update_client/chrome_update_query_params_delegate_unittest.cc',
286 'common/chrome_content_client_unittest.cc', 286 'common/chrome_content_client_unittest.cc',
287 'common/chrome_paths_unittest.cc', 287 'common/chrome_paths_unittest.cc',
288 'common/component_flash_hint_file_linux_unittest.cc', 288 'common/component_flash_hint_file_linux_unittest.cc',
289 'common/crash_keys_unittest.cc', 289 'common/crash_keys_unittest.cc',
290 'common/ini_parser_unittest.cc', 290 'common/ini_parser_unittest.cc',
291 'common/instant_types_unittest.cc', 291 'common/instant_types_unittest.cc',
292 'common/mac/cfbundle_blocker_unittest.mm', 292 'common/mac/cfbundle_blocker_unittest.mm',
293 'common/mac/mock_launchd.cc', 293 'common/mac/mock_launchd.cc',
294 'common/mac/mock_launchd.h', 294 'common/mac/mock_launchd.h',
295 'common/origin_trials/origin_trial_key_manager_unittest.cc',
295 'common/partial_circular_buffer_unittest.cc', 296 'common/partial_circular_buffer_unittest.cc',
296 'common/pref_names_util_unittest.cc', 297 'common/pref_names_util_unittest.cc',
297 'common/search_urls_unittest.cc', 298 'common/search_urls_unittest.cc',
298 'common/secure_origin_whitelist_unittest.cc', 299 'common/secure_origin_whitelist_unittest.cc',
299 'common/switch_utils_unittest.cc', 300 'common/switch_utils_unittest.cc',
300 'common/variations/variations_util_unittest.cc', 301 'common/variations/variations_util_unittest.cc',
301 'renderer/chrome_content_renderer_client_unittest.cc', 302 'renderer/chrome_content_renderer_client_unittest.cc',
302 'renderer/content_settings_observer_unittest.cc', 303 'renderer/content_settings_observer_unittest.cc',
303 'renderer/instant_restricted_id_cache_unittest.cc', 304 'renderer/instant_restricted_id_cache_unittest.cc',
304 'renderer/plugins/plugin_uma_unittest.cc', 305 'renderer/plugins/plugin_uma_unittest.cc',
(...skipping 2708 matching lines...) Expand 10 before | Expand all | Expand 10 after
3013 'dependencies': [ 3014 'dependencies': [
3014 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3015 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3015 ], 3016 ],
3016 }], 3017 }],
3017 ], 3018 ],
3018 }, 3019 },
3019 ], 3020 ],
3020 }], 3021 }],
3021 ], # 'conditions' 3022 ], # 'conditions'
3022 } 3023 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698