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

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

Issue 1140053003: Refactoring: Moving the SafeJsonParser to its own component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Localized string, build fixes Created 5 years, 7 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
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 9
10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "//components/omnibox", 117 "//components/omnibox",
118 "//components/os_crypt", 118 "//components/os_crypt",
119 "//components/packed_ct_ev_whitelist", 119 "//components/packed_ct_ev_whitelist",
120 "//components/password_manager/core/browser", 120 "//components/password_manager/core/browser",
121 "//components/password_manager/core/common", 121 "//components/password_manager/core/common",
122 "//components/policy:policy_component", 122 "//components/policy:policy_component",
123 "//components/precache/core", 123 "//components/precache/core",
124 "//components/query_parser", 124 "//components/query_parser",
125 "//components/rappor", 125 "//components/rappor",
126 "//components/renderer_context_menu", 126 "//components/renderer_context_menu",
127 "//components/safe_json_parser",
127 "//components/search", 128 "//components/search",
128 "//components/search_engines", 129 "//components/search_engines",
129 "//components/search_provider_logos", 130 "//components/search_provider_logos",
130 "//components/signin/core/browser", 131 "//components/signin/core/browser",
131 "//components/startup_metric_utils", 132 "//components/startup_metric_utils",
132 "//components/strings", 133 "//components/strings",
133 "//components/suggestions", 134 "//components/suggestions",
134 "//components/sync_driver", 135 "//components/sync_driver",
135 "//components/translate/core/browser", 136 "//components/translate/core/browser",
136 "//components/translate/core/common", 137 "//components/translate/core/common",
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 ] 1141 ]
1141 } 1142 }
1142 1143
1143 if (enable_wifi_bootstrapping) { 1144 if (enable_wifi_bootstrapping) {
1144 sources += [ 1145 sources += [
1145 "local_discovery/wifi/mock_wifi_manager.cc", 1146 "local_discovery/wifi/mock_wifi_manager.cc",
1146 "local_discovery/wifi/mock_wifi_manager.h", 1147 "local_discovery/wifi/mock_wifi_manager.h",
1147 ] 1148 ]
1148 } 1149 }
1149 } 1150 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698