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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1462813003: Split BrowsingHistoryHandler out of history_ui.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments 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/chrome_browser_ui.gypi ('k') | no next file » | 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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', 455 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc',
456 'browser/ui/passwords/manage_passwords_view_utils_unittest.cc', 456 'browser/ui/passwords/manage_passwords_view_utils_unittest.cc',
457 'browser/ui/passwords/password_bubble_experiment_unittest.cc', 457 'browser/ui/passwords/password_bubble_experiment_unittest.cc',
458 'browser/ui/passwords/password_manager_presenter_unittest.cc', 458 'browser/ui/passwords/password_manager_presenter_unittest.cc',
459 'browser/ui/search_engines/keyword_editor_controller_unittest.cc', 459 'browser/ui/search_engines/keyword_editor_controller_unittest.cc',
460 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc', 460 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc',
461 'browser/ui/sync/sync_promo_ui_unittest.cc', 461 'browser/ui/sync/sync_promo_ui_unittest.cc',
462 'browser/ui/tests/ui_gfx_image_unittest.cc', 462 'browser/ui/tests/ui_gfx_image_unittest.cc',
463 'browser/ui/tests/ui_gfx_image_unittest.mm', 463 'browser/ui/tests/ui_gfx_image_unittest.mm',
464 'browser/ui/website_settings/website_settings_unittest.cc', 464 'browser/ui/website_settings/website_settings_unittest.cc',
465 'browser/ui/webui/browsing_history_handler_unittest.cc',
465 'browser/ui/webui/fileicon_source_unittest.cc', 466 'browser/ui/webui/fileicon_source_unittest.cc',
466 'browser/ui/webui/history_ui_unittest.cc',
467 'browser/ui/webui/log_web_ui_url_unittest.cc', 467 'browser/ui/webui/log_web_ui_url_unittest.cc',
468 'browser/update_client/chrome_update_query_params_delegate_unittest.cc', 468 'browser/update_client/chrome_update_query_params_delegate_unittest.cc',
469 'common/chrome_content_client_unittest.cc', 469 'common/chrome_content_client_unittest.cc',
470 'common/chrome_paths_unittest.cc', 470 'common/chrome_paths_unittest.cc',
471 'common/cloud_print/cloud_print_helpers_unittest.cc', 471 'common/cloud_print/cloud_print_helpers_unittest.cc',
472 'common/component_flash_hint_file_linux_unittest.cc', 472 'common/component_flash_hint_file_linux_unittest.cc',
473 'common/crash_keys_unittest.cc', 473 'common/crash_keys_unittest.cc',
474 'common/ini_parser_unittest.cc', 474 'common/ini_parser_unittest.cc',
475 'common/instant_types_unittest.cc', 475 'common/instant_types_unittest.cc',
476 'common/mac/cfbundle_blocker_unittest.mm', 476 'common/mac/cfbundle_blocker_unittest.mm',
(...skipping 2512 matching lines...) Expand 10 before | Expand all | Expand 10 after
2989 'dependencies': [ 2989 'dependencies': [
2990 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2990 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2991 ], 2991 ],
2992 }], 2992 }],
2993 ], 2993 ],
2994 }, 2994 },
2995 ], 2995 ],
2996 }], 2996 }],
2997 ], # 'conditions' 2997 ], # 'conditions'
2998 } 2998 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698