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

Side by Side Diff: components/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "//components/plugins/renderer", 82 "//components/plugins/renderer",
83 "//components/policy", 83 "//components/policy",
84 "//components/power", 84 "//components/power",
85 "//components/precache/core", 85 "//components/precache/core",
86 "//components/precache/content", 86 "//components/precache/content",
87 "//components/pref_registry", 87 "//components/pref_registry",
88 "//components/query_parser", 88 "//components/query_parser",
89 "//components/rappor", 89 "//components/rappor",
90 "//components/renderer_context_menu", 90 "//components/renderer_context_menu",
91 "//components/resources:components_resources", 91 "//components/resources:components_resources",
92 "//components/safe_json_parser",
92 "//components/search", 93 "//components/search",
93 "//components/search_engines", 94 "//components/search_engines",
94 "//components/search_provider_logos", 95 "//components/search_provider_logos",
95 "//components/sessions", 96 "//components/sessions",
96 "//components/signin/core/browser", 97 "//components/signin/core/browser",
97 "//components/startup_metric_utils", 98 "//components/startup_metric_utils",
98 "//components/strings", 99 "//components/strings",
99 "//components/sync_driver", 100 "//components/sync_driver",
100 "//components/tracing", 101 "//components/tracing",
101 "//components/translate/content/browser", 102 "//components/translate/content/browser",
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 412
412 deps = [ 413 deps = [
413 "//base", 414 "//base",
414 "//base/test:test_support_perf", 415 "//base/test:test_support_perf",
415 "//testing/gtest", 416 "//testing/gtest",
416 "//testing/perf", 417 "//testing/perf",
417 "//content/test:test_support", 418 "//content/test:test_support",
418 "//components/visitedlink/browser", 419 "//components/visitedlink/browser",
419 ] 420 ]
420 } 421 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698