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

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

Issue 2752063002: Remove JumpListIconsOld directory and set upper limit for delete attempts (Closed)
Patch Set: Fix win_clang, update code comments. 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') | 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 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 "win/chrome_elf_init.cc", 1353 "win/chrome_elf_init.cc",
1354 "win/chrome_elf_init.h", 1354 "win/chrome_elf_init.h",
1355 "win/chrome_select_file_dialog_factory.cc", 1355 "win/chrome_select_file_dialog_factory.cc",
1356 "win/chrome_select_file_dialog_factory.h", 1356 "win/chrome_select_file_dialog_factory.h",
1357 "win/enumerate_modules_model.cc", 1357 "win/enumerate_modules_model.cc",
1358 "win/enumerate_modules_model.h", 1358 "win/enumerate_modules_model.h",
1359 "win/jumplist.cc", 1359 "win/jumplist.cc",
1360 "win/jumplist.h", 1360 "win/jumplist.h",
1361 "win/jumplist_factory.cc", 1361 "win/jumplist_factory.cc",
1362 "win/jumplist_factory.h", 1362 "win/jumplist_factory.h",
1363 "win/jumplist_file_util.cc",
1364 "win/jumplist_file_util.h",
1363 "win/jumplist_updater.cc", 1365 "win/jumplist_updater.cc",
1364 "win/jumplist_updater.h", 1366 "win/jumplist_updater.h",
1365 "win/settings_app_monitor.cc", 1367 "win/settings_app_monitor.cc",
1366 "win/settings_app_monitor.h", 1368 "win/settings_app_monitor.h",
1367 "win/titlebar_config.cc", 1369 "win/titlebar_config.cc",
1368 "win/titlebar_config.h", 1370 "win/titlebar_config.h",
1369 ] 1371 ]
1370 1372
1371 configs += [ 1373 configs += [
1372 "//build/config/compiler:wexit_time_destructors", 1374 "//build/config/compiler:wexit_time_destructors",
(...skipping 3182 matching lines...) Expand 10 before | Expand all | Expand 10 after
4555 "media/pepper_cdm_test_constants.cc", 4557 "media/pepper_cdm_test_constants.cc",
4556 "media/pepper_cdm_test_constants.h", 4558 "media/pepper_cdm_test_constants.h",
4557 ] 4559 ]
4558 } 4560 }
4559 } 4561 }
4560 4562
4561 service_manifest("preferences_manifest") { 4563 service_manifest("preferences_manifest") {
4562 name = "preferences" 4564 name = "preferences"
4563 source = "prefs/preferences_manifest.json" 4565 source = "prefs/preferences_manifest.json"
4564 } 4566 }
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