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

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

Issue 1211793002: Rename safe_json_parser component to safe_json. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 6 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/DEPS » ('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("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "//components/data_reduction_proxy/content/browser", 257 "//components/data_reduction_proxy/content/browser",
258 "//components/devtools_discovery", 258 "//components/devtools_discovery",
259 "//components/devtools_http_handler", 259 "//components/devtools_http_handler",
260 "//components/dom_distiller/content", 260 "//components/dom_distiller/content",
261 "//components/favicon/content", 261 "//components/favicon/content",
262 "//components/history/content/browser", 262 "//components/history/content/browser",
263 "//components/keyed_service/content", 263 "//components/keyed_service/content",
264 "//components/navigation_interception", 264 "//components/navigation_interception",
265 "//components/password_manager/content/browser", 265 "//components/password_manager/content/browser",
266 "//components/plugins/common", 266 "//components/plugins/common",
267 "//components/safe_json_parser", 267 "//components/safe_json",
268 "//components/sessions", 268 "//components/sessions",
269 "//components/storage_monitor", 269 "//components/storage_monitor",
270 "//components/translate/content/browser", 270 "//components/translate/content/browser",
271 "//components/url_matcher", 271 "//components/url_matcher",
272 "//components/visitedlink/browser", 272 "//components/visitedlink/browser",
273 "//components/visitedlink/common", 273 "//components/visitedlink/common",
274 "//components/web_cache/browser", 274 "//components/web_cache/browser",
275 "//components/web_modal", 275 "//components/web_modal",
276 "//content/app/resources", 276 "//content/app/resources",
277 "//media", 277 "//media",
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 ] 1180 ]
1181 } 1181 }
1182 1182
1183 if (enable_wifi_bootstrapping) { 1183 if (enable_wifi_bootstrapping) {
1184 sources += [ 1184 sources += [
1185 "local_discovery/wifi/mock_wifi_manager.cc", 1185 "local_discovery/wifi/mock_wifi_manager.cc",
1186 "local_discovery/wifi/mock_wifi_manager.h", 1186 "local_discovery/wifi/mock_wifi_manager.h",
1187 ] 1187 ]
1188 } 1188 }
1189 } 1189 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698