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

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

Issue 2752063002: Remove JumpListIconsOld directory and set upper limit for delete attempts (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into jumplistdeletesetupperā€¦ Created 3 years, 9 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') | 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 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 "win/chrome_elf_init.cc", 1363 "win/chrome_elf_init.cc",
1364 "win/chrome_elf_init.h", 1364 "win/chrome_elf_init.h",
1365 "win/chrome_select_file_dialog_factory.cc", 1365 "win/chrome_select_file_dialog_factory.cc",
1366 "win/chrome_select_file_dialog_factory.h", 1366 "win/chrome_select_file_dialog_factory.h",
1367 "win/enumerate_modules_model.cc", 1367 "win/enumerate_modules_model.cc",
1368 "win/enumerate_modules_model.h", 1368 "win/enumerate_modules_model.h",
1369 "win/jumplist.cc", 1369 "win/jumplist.cc",
1370 "win/jumplist.h", 1370 "win/jumplist.h",
1371 "win/jumplist_factory.cc", 1371 "win/jumplist_factory.cc",
1372 "win/jumplist_factory.h", 1372 "win/jumplist_factory.h",
1373 "win/jumplist_file_util.cc",
1374 "win/jumplist_file_util.h",
1373 "win/jumplist_updater.cc", 1375 "win/jumplist_updater.cc",
1374 "win/jumplist_updater.h", 1376 "win/jumplist_updater.h",
1375 "win/settings_app_monitor.cc", 1377 "win/settings_app_monitor.cc",
1376 "win/settings_app_monitor.h", 1378 "win/settings_app_monitor.h",
1377 "win/titlebar_config.cc", 1379 "win/titlebar_config.cc",
1378 "win/titlebar_config.h", 1380 "win/titlebar_config.h",
1379 ] 1381 ]
1380 1382
1381 configs += [ 1383 configs += [
1382 "//build/config/compiler:wexit_time_destructors", 1384 "//build/config/compiler:wexit_time_destructors",
(...skipping 3217 matching lines...) Expand 10 before | Expand all | Expand 10 after
4600 "media/pepper_cdm_test_constants.cc", 4602 "media/pepper_cdm_test_constants.cc",
4601 "media/pepper_cdm_test_constants.h", 4603 "media/pepper_cdm_test_constants.h",
4602 ] 4604 ]
4603 } 4605 }
4604 } 4606 }
4605 4607
4606 service_manifest("preferences_manifest") { 4608 service_manifest("preferences_manifest") {
4607 name = "preferences" 4609 name = "preferences"
4608 source = "prefs/preferences_manifest.json" 4610 source = "prefs/preferences_manifest.json"
4609 } 4611 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/win/jumplist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698