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

Side by Side Diff: components/BUILD.gn

Issue 1811163002: Share link header parsing code between blink and content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base-optional
Patch Set: Created 4 years, 9 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 if (is_android) { 10 if (is_android) {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "//components/gcm_driver:unit_tests", 149 "//components/gcm_driver:unit_tests",
150 "//components/gcm_driver/crypto:unit_tests", 150 "//components/gcm_driver/crypto:unit_tests",
151 "//components/guest_view/browser:unit_tests", 151 "//components/guest_view/browser:unit_tests",
152 "//components/history/content/browser:unit_tests", 152 "//components/history/content/browser:unit_tests",
153 "//components/history/core/browser:unit_tests", 153 "//components/history/core/browser:unit_tests",
154 "//components/history/core/common:unit_tests", 154 "//components/history/core/common:unit_tests",
155 "//components/invalidation/impl:unit_tests", 155 "//components/invalidation/impl:unit_tests",
156 "//components/json_schema:unit_tests", 156 "//components/json_schema:unit_tests",
157 "//components/keyed_service/content:unit_tests", 157 "//components/keyed_service/content:unit_tests",
158 "//components/language_usage_metrics:unit_tests", 158 "//components/language_usage_metrics:unit_tests",
159 "//components/link_header_util:unit_tests",
159 "//components/login:unit_tests", 160 "//components/login:unit_tests",
160 "//components/memory_pressure:unit_tests", 161 "//components/memory_pressure:unit_tests",
161 "//components/mime_util:unit_tests", 162 "//components/mime_util:unit_tests",
162 "//components/navigation_interception:unit_tests", 163 "//components/navigation_interception:unit_tests",
163 "//components/network_hints/renderer:unit_tests", 164 "//components/network_hints/renderer:unit_tests",
164 "//components/offline_pages:unit_tests", 165 "//components/offline_pages:unit_tests",
165 "//components/omnibox/browser:unit_tests", 166 "//components/omnibox/browser:unit_tests",
166 "//components/packed_ct_ev_whitelist:unit_tests", 167 "//components/packed_ct_ev_whitelist:unit_tests",
167 "//components/page_load_metrics/browser:unit_tests", 168 "//components/page_load_metrics/browser:unit_tests",
168 "//components/page_load_metrics/renderer:unit_tests", 169 "//components/page_load_metrics/renderer:unit_tests",
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "//base/test:test_support_perf", 475 "//base/test:test_support_perf",
475 "//components/scheduler", 476 "//components/scheduler",
476 "//components/visitedlink/browser", 477 "//components/visitedlink/browser",
477 "//content/test:test_support", 478 "//content/test:test_support",
478 "//testing/gtest", 479 "//testing/gtest",
479 "//testing/perf", 480 "//testing/perf",
480 "//url", 481 "//url",
481 ] 482 ]
482 } 483 }
483 } 484 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698