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

Side by Side Diff: components/BUILD.gn

Issue 1347043002: Move ChromeNetLog to //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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/test/base/testing_browser_process.cc ('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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//components/json_schema", 62 "//components/json_schema",
63 "//components/keyed_service/content", 63 "//components/keyed_service/content",
64 "//components/language_usage_metrics", 64 "//components/language_usage_metrics",
65 "//components/leveldb_proto", 65 "//components/leveldb_proto",
66 "//components/login", 66 "//components/login",
67 "//components/memory_pressure", 67 "//components/memory_pressure",
68 "//components/metrics", 68 "//components/metrics",
69 "//components/mime_util", 69 "//components/mime_util",
70 "//components/navigation_interception", 70 "//components/navigation_interception",
71 "//components/navigation_metrics", 71 "//components/navigation_metrics",
72 "//components/net_log",
72 "//components/network_hints/browser", 73 "//components/network_hints/browser",
73 "//components/network_hints/common", 74 "//components/network_hints/common",
74 "//components/network_hints/renderer", 75 "//components/network_hints/renderer",
75 "//components/network_time", 76 "//components/network_time",
76 "//components/offline_pages", 77 "//components/offline_pages",
77 "//components/omnibox/browser", 78 "//components/omnibox/browser",
78 "//components/onc", 79 "//components/onc",
79 "//components/open_from_clipboard", 80 "//components/open_from_clipboard",
80 "//components/os_crypt", 81 "//components/os_crypt",
81 "//components/packed_ct_ev_whitelist", 82 "//components/packed_ct_ev_whitelist",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 "//components/invalidation/impl:unit_tests", 338 "//components/invalidation/impl:unit_tests",
338 "//components/json_schema:unit_tests", 339 "//components/json_schema:unit_tests",
339 "//components/keyed_service/content:unit_tests", 340 "//components/keyed_service/content:unit_tests",
340 "//components/keyed_service/core:unit_tests", 341 "//components/keyed_service/core:unit_tests",
341 "//components/language_usage_metrics:unit_tests", 342 "//components/language_usage_metrics:unit_tests",
342 "//components/leveldb_proto:unit_tests", 343 "//components/leveldb_proto:unit_tests",
343 "//components/login:unit_tests", 344 "//components/login:unit_tests",
344 "//components/memory_pressure:unit_tests", 345 "//components/memory_pressure:unit_tests",
345 "//components/metrics:unit_tests", 346 "//components/metrics:unit_tests",
346 "//components/mime_util:unit_tests", 347 "//components/mime_util:unit_tests",
348 "//components/net_log:unit_tests",
347 "//components/network_time:unit_tests", 349 "//components/network_time:unit_tests",
348 "//components/offline_pages:unit_tests", 350 "//components/offline_pages:unit_tests",
349 "//components/omnibox/browser:unit_tests", 351 "//components/omnibox/browser:unit_tests",
350 "//components/open_from_clipboard:unit_tests", 352 "//components/open_from_clipboard:unit_tests",
351 "//components/os_crypt:unit_tests", 353 "//components/os_crypt:unit_tests",
352 "//components/packed_ct_ev_whitelist:unit_tests", 354 "//components/packed_ct_ev_whitelist:unit_tests",
353 "//components/password_manager/content/browser:unit_tests", 355 "//components/password_manager/content/browser:unit_tests",
354 "//components/password_manager/core/browser:unit_tests", 356 "//components/password_manager/core/browser:unit_tests",
355 "//components/password_manager/core/common:unit_tests", 357 "//components/password_manager/core/common:unit_tests",
356 "//components/password_manager/sync/browser:unit_tests", 358 "//components/password_manager/sync/browser:unit_tests",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 595
594 deps = [ 596 deps = [
595 "//base", 597 "//base",
596 "//base/test:test_support_perf", 598 "//base/test:test_support_perf",
597 "//testing/gtest", 599 "//testing/gtest",
598 "//testing/perf", 600 "//testing/perf",
599 "//content/test:test_support", 601 "//content/test:test_support",
600 "//components/visitedlink/browser", 602 "//components/visitedlink/browser",
601 ] 603 ]
602 } 604 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_browser_process.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698