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

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: Address comments 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.h » ('j') | chrome/browser/win/jumplist.h » ('J')
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 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 "win/chrome_select_file_dialog_factory.cc", 1431 "win/chrome_select_file_dialog_factory.cc",
1432 "win/chrome_select_file_dialog_factory.h", 1432 "win/chrome_select_file_dialog_factory.h",
1433 "win/enumerate_modules_model.cc", 1433 "win/enumerate_modules_model.cc",
1434 "win/enumerate_modules_model.h", 1434 "win/enumerate_modules_model.h",
1435 "win/jumplist.cc", 1435 "win/jumplist.cc",
1436 "win/jumplist.h", 1436 "win/jumplist.h",
1437 "win/jumplist_factory.cc", 1437 "win/jumplist_factory.cc",
1438 "win/jumplist_factory.h", 1438 "win/jumplist_factory.h",
1439 "win/jumplist_file_util.cc", 1439 "win/jumplist_file_util.cc",
1440 "win/jumplist_file_util.h", 1440 "win/jumplist_file_util.h",
1441 "win/jumplist_update_util.cc",
1442 "win/jumplist_update_util.h",
1441 "win/jumplist_updater.cc", 1443 "win/jumplist_updater.cc",
1442 "win/jumplist_updater.h", 1444 "win/jumplist_updater.h",
1443 "win/settings_app_monitor.cc", 1445 "win/settings_app_monitor.cc",
1444 "win/settings_app_monitor.h", 1446 "win/settings_app_monitor.h",
1445 "win/taskbar_icon_finder.cc", 1447 "win/taskbar_icon_finder.cc",
1446 "win/taskbar_icon_finder.h", 1448 "win/taskbar_icon_finder.h",
1447 "win/titlebar_config.cc", 1449 "win/titlebar_config.cc",
1448 "win/titlebar_config.h", 1450 "win/titlebar_config.h",
1449 ] 1451 ]
1450 1452
(...skipping 3326 matching lines...) Expand 10 before | Expand all | Expand 10 after
4777 "media/pepper_cdm_test_constants.cc", 4779 "media/pepper_cdm_test_constants.cc",
4778 "media/pepper_cdm_test_constants.h", 4780 "media/pepper_cdm_test_constants.h",
4779 ] 4781 ]
4780 } 4782 }
4781 } 4783 }
4782 4784
4783 service_manifest("preferences_forwarder_manifest") { 4785 service_manifest("preferences_forwarder_manifest") {
4784 name = "preferences_forwarder" 4786 name = "preferences_forwarder"
4785 source = "prefs/forwarder_manifest.json" 4787 source = "prefs/forwarder_manifest.json"
4786 } 4788 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/win/jumplist.h » ('j') | chrome/browser/win/jumplist.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698