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

Side by Side Diff: components/bookmarks/browser/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 10 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 | « components/autofill/core/browser/BUILD.gn ('k') | components/bookmarks/managed/BUILD.gn » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 source_set("browser") { 7 source_set("browser") {
8 sources = [ 8 sources = [
9 "base_bookmark_model_observer.cc", 9 "base_bookmark_model_observer.cc",
10 "base_bookmark_model_observer.h", 10 "base_bookmark_model_observer.h",
(...skipping 26 matching lines...) Expand all
37 "bookmark_utils.h", 37 "bookmark_utils.h",
38 "scoped_group_bookmark_actions.cc", 38 "scoped_group_bookmark_actions.cc",
39 "scoped_group_bookmark_actions.h", 39 "scoped_group_bookmark_actions.h",
40 "startup_task_runner_service.cc", 40 "startup_task_runner_service.cc",
41 "startup_task_runner_service.h", 41 "startup_task_runner_service.h",
42 ] 42 ]
43 43
44 deps = [ 44 deps = [
45 "//base", 45 "//base",
46 "//base:i18n", 46 "//base:i18n",
47 "//base:prefs",
48 "//components/bookmarks/common", 47 "//components/bookmarks/common",
49 "//components/favicon_base", 48 "//components/favicon_base",
50 "//components/keyed_service/core", 49 "//components/keyed_service/core",
51 "//components/pref_registry", 50 "//components/pref_registry",
51 "//components/prefs",
52 "//components/query_parser", 52 "//components/query_parser",
53 "//components/strings", 53 "//components/strings",
54 "//components/url_formatter", 54 "//components/url_formatter",
55 "//net", 55 "//net",
56 "//third_party/icu", 56 "//third_party/icu",
57 "//ui/base", 57 "//ui/base",
58 "//ui/gfx", 58 "//ui/gfx",
59 "//url", 59 "//url",
60 ] 60 ]
61 61
(...skipping 14 matching lines...) Expand all
76 ] 76 ]
77 77
78 if (toolkit_views) { 78 if (toolkit_views) {
79 sources += [ "bookmark_node_data_unittest.cc" ] 79 sources += [ "bookmark_node_data_unittest.cc" ]
80 } 80 }
81 81
82 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 82 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
83 83
84 deps = [ 84 deps = [
85 ":browser", 85 ":browser",
86 "//base:prefs",
87 "//base:prefs_test_support",
88 "//components/bookmarks/common", 86 "//components/bookmarks/common",
89 "//components/bookmarks/test", 87 "//components/bookmarks/test",
90 "//components/favicon_base", 88 "//components/favicon_base",
91 "//components/pref_registry", 89 "//components/pref_registry",
90 "//components/prefs",
91 "//components/prefs:test_support",
92 "//testing/gtest", 92 "//testing/gtest",
93 "//ui/base", 93 "//ui/base",
94 "//url", 94 "//url",
95 ] 95 ]
96 } 96 }
OLDNEW
« no previous file with comments | « components/autofill/core/browser/BUILD.gn ('k') | components/bookmarks/managed/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698