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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2896233003: Cancel the JumpList update if top 5 most visited URLs are unchanged (Closed)
Patch Set: Fix nits Created 3 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 | « chrome/browser/win/jumplist_update_util_unittest.cc ('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 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3286 matching lines...) Expand 10 before | Expand all | Expand 10 after
3297 "../browser/ui/tests/ui_gfx_image_unittest.mm", 3297 "../browser/ui/tests/ui_gfx_image_unittest.mm",
3298 "../browser/ui/webui/browsing_history_handler_unittest.cc", 3298 "../browser/ui/webui/browsing_history_handler_unittest.cc",
3299 "../browser/ui/webui/fileicon_source_unittest.cc", 3299 "../browser/ui/webui/fileicon_source_unittest.cc",
3300 "../browser/ui/webui/local_state/local_state_ui_unittest.cc", 3300 "../browser/ui/webui/local_state/local_state_ui_unittest.cc",
3301 "../browser/ui/webui/log_web_ui_url_unittest.cc", 3301 "../browser/ui/webui/log_web_ui_url_unittest.cc",
3302 "../browser/update_client/chrome_update_query_params_delegate_unittest.cc", 3302 "../browser/update_client/chrome_update_query_params_delegate_unittest.cc",
3303 "../browser/webshare/share_target_pref_helper_unittest.cc", 3303 "../browser/webshare/share_target_pref_helper_unittest.cc",
3304 "../browser/win/chrome_elf_init_unittest.cc", 3304 "../browser/win/chrome_elf_init_unittest.cc",
3305 "../browser/win/enumerate_modules_model_unittest.cc", 3305 "../browser/win/enumerate_modules_model_unittest.cc",
3306 "../browser/win/jumplist_file_util_unittest.cc", 3306 "../browser/win/jumplist_file_util_unittest.cc",
3307 "../browser/win/jumplist_update_util_unittest.cc",
3307 "../browser/win/taskbar_icon_finder_unittest.cc", 3308 "../browser/win/taskbar_icon_finder_unittest.cc",
3308 "../common/chrome_constants_win_unittest.cc", 3309 "../common/chrome_constants_win_unittest.cc",
3309 "../common/chrome_content_client_unittest.cc", 3310 "../common/chrome_content_client_unittest.cc",
3310 "../common/chrome_paths_unittest.cc", 3311 "../common/chrome_paths_unittest.cc",
3311 "../common/component_flash_hint_file_linux_unittest.cc", 3312 "../common/component_flash_hint_file_linux_unittest.cc",
3312 "../common/conflicts/module_watcher_win_unittest.cc", 3313 "../common/conflicts/module_watcher_win_unittest.cc",
3313 "../common/crash_keys_unittest.cc", 3314 "../common/crash_keys_unittest.cc",
3314 "../common/ini_parser_unittest.cc", 3315 "../common/ini_parser_unittest.cc",
3315 "../common/mac/cfbundle_blocker_unittest.mm", 3316 "../common/mac/cfbundle_blocker_unittest.mm",
3316 "../common/mac/mock_launchd.cc", 3317 "../common/mac/mock_launchd.cc",
(...skipping 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after
5135 } 5136 }
5136 5137
5137 if (is_win) { 5138 if (is_win) {
5138 loadable_module("conflicts_dll") { 5139 loadable_module("conflicts_dll") {
5139 testonly = true 5140 testonly = true
5140 sources = [ 5141 sources = [
5141 "conflicts/conflicts_dll.cc", 5142 "conflicts/conflicts_dll.cc",
5142 ] 5143 ]
5143 } 5144 }
5144 } 5145 }
OLDNEW
« no previous file with comments | « chrome/browser/win/jumplist_update_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698