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

Side by Side Diff: chrome/browser/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 | « no previous file | chrome/browser/win/jumplist.cc » ('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 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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 "win/chrome_select_file_dialog_factory.cc", 1425 "win/chrome_select_file_dialog_factory.cc",
1426 "win/chrome_select_file_dialog_factory.h", 1426 "win/chrome_select_file_dialog_factory.h",
1427 "win/enumerate_modules_model.cc", 1427 "win/enumerate_modules_model.cc",
1428 "win/enumerate_modules_model.h", 1428 "win/enumerate_modules_model.h",
1429 "win/jumplist.cc", 1429 "win/jumplist.cc",
1430 "win/jumplist.h", 1430 "win/jumplist.h",
1431 "win/jumplist_factory.cc", 1431 "win/jumplist_factory.cc",
1432 "win/jumplist_factory.h", 1432 "win/jumplist_factory.h",
1433 "win/jumplist_file_util.cc", 1433 "win/jumplist_file_util.cc",
1434 "win/jumplist_file_util.h", 1434 "win/jumplist_file_util.h",
1435 "win/jumplist_update_util.cc",
1436 "win/jumplist_update_util.h",
1435 "win/jumplist_updater.cc", 1437 "win/jumplist_updater.cc",
1436 "win/jumplist_updater.h", 1438 "win/jumplist_updater.h",
1437 "win/settings_app_monitor.cc", 1439 "win/settings_app_monitor.cc",
1438 "win/settings_app_monitor.h", 1440 "win/settings_app_monitor.h",
1439 "win/taskbar_icon_finder.cc", 1441 "win/taskbar_icon_finder.cc",
1440 "win/taskbar_icon_finder.h", 1442 "win/taskbar_icon_finder.h",
1441 "win/titlebar_config.cc", 1443 "win/titlebar_config.cc",
1442 "win/titlebar_config.h", 1444 "win/titlebar_config.h",
1443 ] 1445 ]
1444 1446
(...skipping 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after
4773 "media/pepper_cdm_test_constants.cc", 4775 "media/pepper_cdm_test_constants.cc",
4774 "media/pepper_cdm_test_constants.h", 4776 "media/pepper_cdm_test_constants.h",
4775 ] 4777 ]
4776 } 4778 }
4777 } 4779 }
4778 4780
4779 service_manifest("preferences_forwarder_manifest") { 4781 service_manifest("preferences_forwarder_manifest") {
4780 name = "preferences_forwarder" 4782 name = "preferences_forwarder"
4781 source = "prefs/forwarder_manifest.json" 4783 source = "prefs/forwarder_manifest.json"
4782 } 4784 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/win/jumplist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698