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

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: Catching up with WebstoreInstallHelper changes 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 | « chrome/app/generated_resources.grd ('k') | 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "//components/devtools_discovery", 251 "//components/devtools_discovery",
252 "//components/devtools_http_handler", 252 "//components/devtools_http_handler",
253 "//components/dom_distiller/content", 253 "//components/dom_distiller/content",
254 "//components/favicon/content", 254 "//components/favicon/content",
255 "//components/history/content/browser", 255 "//components/history/content/browser",
256 "//components/keyed_service/content", 256 "//components/keyed_service/content",
257 "//components/navigation_interception", 257 "//components/navigation_interception",
258 "//components/password_manager/content/browser", 258 "//components/password_manager/content/browser",
259 "//components/plugins/common", 259 "//components/plugins/common",
260 "//components/precache/content", 260 "//components/precache/content",
261 "//components/safe_json_parser",
261 "//components/sessions", 262 "//components/sessions",
262 "//components/storage_monitor", 263 "//components/storage_monitor",
263 "//components/translate/content/browser", 264 "//components/translate/content/browser",
264 "//components/url_matcher", 265 "//components/url_matcher",
265 "//components/visitedlink/browser", 266 "//components/visitedlink/browser",
266 "//components/visitedlink/common", 267 "//components/visitedlink/common",
267 "//components/web_cache/browser", 268 "//components/web_cache/browser",
268 "//components/web_modal", 269 "//components/web_modal",
269 "//content/app/resources", 270 "//content/app/resources",
270 "//media", 271 "//media",
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 ] 1164 ]
1164 } 1165 }
1165 1166
1166 if (enable_wifi_bootstrapping) { 1167 if (enable_wifi_bootstrapping) {
1167 sources += [ 1168 sources += [
1168 "local_discovery/wifi/mock_wifi_manager.cc", 1169 "local_discovery/wifi/mock_wifi_manager.cc",
1169 "local_discovery/wifi/mock_wifi_manager.h", 1170 "local_discovery/wifi/mock_wifi_manager.h",
1170 ] 1171 ]
1171 } 1172 }
1172 } 1173 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698