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

Side by Side Diff: components/BUILD.gn

Issue 1221033002: Add proxy_config component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update copyrights Created 5 years, 5 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/chrome_tests_unit.gypi ('k') | components/components.gyp » ('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/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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//components/password_manager/core/common", 77 "//components/password_manager/core/common",
78 "//components/pdf/browser", 78 "//components/pdf/browser",
79 "//components/pdf/common", 79 "//components/pdf/common",
80 "//components/pdf/renderer", 80 "//components/pdf/renderer",
81 "//components/plugins/common", 81 "//components/plugins/common",
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/proxy_config",
87 "//components/pref_registry", 88 "//components/pref_registry",
88 "//components/query_parser", 89 "//components/query_parser",
89 "//components/rappor", 90 "//components/rappor",
90 "//components/renderer_context_menu", 91 "//components/renderer_context_menu",
91 "//components/resources:components_resources", 92 "//components/resources:components_resources",
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",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 426
426 deps = [ 427 deps = [
427 "//base", 428 "//base",
428 "//base/test:test_support_perf", 429 "//base/test:test_support_perf",
429 "//testing/gtest", 430 "//testing/gtest",
430 "//testing/perf", 431 "//testing/perf",
431 "//content/test:test_support", 432 "//content/test:test_support",
432 "//components/visitedlink/browser", 433 "//components/visitedlink/browser",
433 ] 434 ]
434 } 435 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698