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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1598553003: Implement the Windows desktop search redirection feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build errors due to prefs being moved in components Created 4 years, 10 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
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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc', 262 'browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc',
263 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc', 263 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc',
264 'browser/ui/chrome_select_file_policy_unittest.cc', 264 'browser/ui/chrome_select_file_policy_unittest.cc',
265 'browser/ui/find_bar/find_backend_unittest.cc', 265 'browser/ui/find_bar/find_backend_unittest.cc',
266 'browser/ui/login/login_prompt_unittest.cc', 266 'browser/ui/login/login_prompt_unittest.cc',
267 'browser/ui/passwords/manage_passwords_state_unittest.cc', 267 'browser/ui/passwords/manage_passwords_state_unittest.cc',
268 'browser/ui/passwords/manage_passwords_view_utils_unittest.cc', 268 'browser/ui/passwords/manage_passwords_view_utils_unittest.cc',
269 'browser/ui/passwords/password_bubble_experiment_unittest.cc', 269 'browser/ui/passwords/password_bubble_experiment_unittest.cc',
270 'browser/ui/passwords/password_manager_presenter_unittest.cc', 270 'browser/ui/passwords/password_manager_presenter_unittest.cc',
271 'browser/ui/search_engines/keyword_editor_controller_unittest.cc', 271 'browser/ui/search_engines/keyword_editor_controller_unittest.cc',
272 'browser/ui/startup/startup_browser_creator_win_unittest.cc',
273 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc', 272 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc',
274 'browser/ui/sync/sync_promo_ui_unittest.cc', 273 'browser/ui/sync/sync_promo_ui_unittest.cc',
275 'browser/ui/tests/ui_gfx_image_unittest.cc', 274 'browser/ui/tests/ui_gfx_image_unittest.cc',
276 'browser/ui/tests/ui_gfx_image_unittest.mm', 275 'browser/ui/tests/ui_gfx_image_unittest.mm',
277 'browser/ui/website_settings/website_settings_unittest.cc', 276 'browser/ui/website_settings/website_settings_unittest.cc',
278 'browser/ui/webui/browsing_history_handler_unittest.cc', 277 'browser/ui/webui/browsing_history_handler_unittest.cc',
279 'browser/ui/webui/fileicon_source_unittest.cc', 278 'browser/ui/webui/fileicon_source_unittest.cc',
280 'browser/ui/webui/log_web_ui_url_unittest.cc', 279 'browser/ui/webui/log_web_ui_url_unittest.cc',
281 'browser/update_client/chrome_update_query_params_delegate_unittest.cc', 280 'browser/update_client/chrome_update_query_params_delegate_unittest.cc',
282 'common/chrome_content_client_unittest.cc', 281 'common/chrome_content_client_unittest.cc',
(...skipping 2750 matching lines...) Expand 10 before | Expand all | Expand 10 after
3033 'dependencies': [ 3032 'dependencies': [
3034 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3033 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3035 ], 3034 ],
3036 }], 3035 }],
3037 ], 3036 ],
3038 }, 3037 },
3039 ], 3038 ],
3040 }], 3039 }],
3041 ], # 'conditions' 3040 ], # 'conditions'
3042 } 3041 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_win_unittest.cc ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698