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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2034933002: Make field trials activated in the GPU process be reflected in browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IWYU Created 4 years, 6 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 | « no previous file | chrome/common/variations/child_process_field_trial_syncer.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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'common/mac/cfbundle_blocker_unittest.mm', 297 'common/mac/cfbundle_blocker_unittest.mm',
298 'common/mac/mock_launchd.cc', 298 'common/mac/mock_launchd.cc',
299 'common/mac/mock_launchd.h', 299 'common/mac/mock_launchd.h',
300 'common/origin_trials/origin_trial_key_manager_unittest.cc', 300 'common/origin_trials/origin_trial_key_manager_unittest.cc',
301 'common/partial_circular_buffer_unittest.cc', 301 'common/partial_circular_buffer_unittest.cc',
302 'common/pref_names_util_unittest.cc', 302 'common/pref_names_util_unittest.cc',
303 'common/search_urls_unittest.cc', 303 'common/search_urls_unittest.cc',
304 'common/secure_origin_whitelist_unittest.cc', 304 'common/secure_origin_whitelist_unittest.cc',
305 'common/switch_utils_unittest.cc', 305 'common/switch_utils_unittest.cc',
306 'common/variations/variations_util_unittest.cc', 306 'common/variations/variations_util_unittest.cc',
307 'common/variations/child_process_field_trial_syncer_unittest.cc',
307 'renderer/app_categorizer_unittest.cc', 308 'renderer/app_categorizer_unittest.cc',
308 'renderer/chrome_content_renderer_client_unittest.cc', 309 'renderer/chrome_content_renderer_client_unittest.cc',
309 'renderer/content_settings_observer_unittest.cc', 310 'renderer/content_settings_observer_unittest.cc',
310 'renderer/instant_restricted_id_cache_unittest.cc', 311 'renderer/instant_restricted_id_cache_unittest.cc',
311 'renderer/plugins/plugin_uma_unittest.cc', 312 'renderer/plugins/plugin_uma_unittest.cc',
312 'renderer/prerender/prerender_dispatcher_unittest.cc', 313 'renderer/prerender/prerender_dispatcher_unittest.cc',
313 'renderer/searchbox/search_bouncer_unittest.cc', 314 'renderer/searchbox/search_bouncer_unittest.cc',
314 'renderer/searchbox/searchbox_extension_unittest.cc', 315 'renderer/searchbox/searchbox_extension_unittest.cc',
315 'renderer/searchbox/searchbox_unittest.cc', 316 'renderer/searchbox/searchbox_unittest.cc',
316 'renderer/web_apps_unittest.cc', 317 'renderer/web_apps_unittest.cc',
(...skipping 2685 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 'dependencies': [ 3003 'dependencies': [
3003 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3004 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3004 ], 3005 ],
3005 }], 3006 }],
3006 ], 3007 ],
3007 }, 3008 },
3008 ], 3009 ],
3009 }], 3010 }],
3010 ], # 'conditions' 3011 ], # 'conditions'
3011 } 3012 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/variations/child_process_field_trial_syncer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698