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

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

Issue 2323603002: Convert JumpList to a KeyedService. (Closed)
Patch Set: Clang fixes Created 4 years, 3 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/ui/views/frame/browser_view.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 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 "win/browser_util.cc", 1210 "win/browser_util.cc",
1211 "win/browser_util.h", 1211 "win/browser_util.h",
1212 "win/chrome_elf_init.cc", 1212 "win/chrome_elf_init.cc",
1213 "win/chrome_elf_init.h", 1213 "win/chrome_elf_init.h",
1214 "win/chrome_select_file_dialog_factory.cc", 1214 "win/chrome_select_file_dialog_factory.cc",
1215 "win/chrome_select_file_dialog_factory.h", 1215 "win/chrome_select_file_dialog_factory.h",
1216 "win/enumerate_modules_model.cc", 1216 "win/enumerate_modules_model.cc",
1217 "win/enumerate_modules_model.h", 1217 "win/enumerate_modules_model.h",
1218 "win/jumplist.cc", 1218 "win/jumplist.cc",
1219 "win/jumplist.h", 1219 "win/jumplist.h",
1220 "win/jumplist_factory.cc",
1221 "win/jumplist_factory.h",
1220 "win/jumplist_updater.cc", 1222 "win/jumplist_updater.cc",
1221 "win/jumplist_updater.h", 1223 "win/jumplist_updater.h",
1222 "win/settings_app_monitor.cc", 1224 "win/settings_app_monitor.cc",
1223 "win/settings_app_monitor.h", 1225 "win/settings_app_monitor.h",
1224 ] 1226 ]
1225 1227
1226 configs += [ 1228 configs += [
1227 "//build/config/compiler:wexit_time_destructors", 1229 "//build/config/compiler:wexit_time_destructors",
1228 "//build/config:precompiled_headers", 1230 "//build/config:precompiled_headers",
1229 "//third_party/WebKit/public:debug_devtools", 1231 "//third_party/WebKit/public:debug_devtools",
(...skipping 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 # linking all of the test support. 4228 # linking all of the test support.
4227 static_library("pepper_cdm_test_constants") { 4229 static_library("pepper_cdm_test_constants") {
4228 testonly = true 4230 testonly = true
4229 visibility = [ "//chrome/*" ] 4231 visibility = [ "//chrome/*" ]
4230 sources = [ 4232 sources = [
4231 "media/pepper_cdm_test_constants.cc", 4233 "media/pepper_cdm_test_constants.cc",
4232 "media/pepper_cdm_test_constants.h", 4234 "media/pepper_cdm_test_constants.h",
4233 ] 4235 ]
4234 } 4236 }
4235 } 4237 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698