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

Side by Side Diff: components/BUILD.gn

Issue 2179863003: Adding a new component, Previews. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bengr comments Created 4 years, 4 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 | « no previous file | components/OWNERS » ('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 if (is_android) { 10 if (is_android) {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "//components/offline_pages:unit_tests", 102 "//components/offline_pages:unit_tests",
103 "//components/offline_pages/background:unit_tests", 103 "//components/offline_pages/background:unit_tests",
104 "//components/omnibox/browser:unit_tests", 104 "//components/omnibox/browser:unit_tests",
105 "//components/open_from_clipboard:unit_tests", 105 "//components/open_from_clipboard:unit_tests",
106 "//components/os_crypt:unit_tests", 106 "//components/os_crypt:unit_tests",
107 "//components/password_manager/core/browser:unit_tests", 107 "//components/password_manager/core/browser:unit_tests",
108 "//components/password_manager/core/common:unit_tests", 108 "//components/password_manager/core/common:unit_tests",
109 "//components/password_manager/sync/browser:unit_tests", 109 "//components/password_manager/sync/browser:unit_tests",
110 "//components/precache/core:unit_tests", 110 "//components/precache/core:unit_tests",
111 "//components/prefs:unit_tests", 111 "//components/prefs:unit_tests",
112 "//components/previews:unit_tests",
112 "//components/proxy_config:unit_tests", 113 "//components/proxy_config:unit_tests",
113 "//components/query_parser:unit_tests", 114 "//components/query_parser:unit_tests",
114 "//components/rappor:unit_tests", 115 "//components/rappor:unit_tests",
115 "//components/search:unit_tests", 116 "//components/search:unit_tests",
116 "//components/search_engines:unit_tests", 117 "//components/search_engines:unit_tests",
117 "//components/search_provider_logos:unit_tests", 118 "//components/search_provider_logos:unit_tests",
118 "//components/security_state:unit_tests", 119 "//components/security_state:unit_tests",
119 "//components/sessions:unit_tests", 120 "//components/sessions:unit_tests",
120 "//components/signin/core/browser:unit_tests", 121 "//components/signin/core/browser:unit_tests",
121 "//components/ssl_config:unit_tests", 122 "//components/ssl_config:unit_tests",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "//base/test:test_support_perf", 490 "//base/test:test_support_perf",
490 "//components/scheduler", 491 "//components/scheduler",
491 "//components/visitedlink/browser", 492 "//components/visitedlink/browser",
492 "//content/test:test_support", 493 "//content/test:test_support",
493 "//testing/gtest", 494 "//testing/gtest",
494 "//testing/perf", 495 "//testing/perf",
495 "//url", 496 "//url",
496 ] 497 ]
497 } 498 }
498 } 499 }
OLDNEW
« no previous file with comments | « no previous file | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698