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

Side by Side Diff: components/BUILD.gn

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Move authenticator manager from chrome/ to components/ Created 3 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//rlz/features/features.gni") 9 import("//rlz/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "//components/subresource_filter/content/browser:unit_tests", 223 "//components/subresource_filter/content/browser:unit_tests",
224 "//components/subresource_filter/content/common:unit_tests", 224 "//components/subresource_filter/content/common:unit_tests",
225 "//components/subresource_filter/content/renderer:unit_tests", 225 "//components/subresource_filter/content/renderer:unit_tests",
226 "//components/tracing:unit_tests", 226 "//components/tracing:unit_tests",
227 "//components/visitedlink/test:unit_tests", 227 "//components/visitedlink/test:unit_tests",
228 "//components/viz/common:unit_tests", 228 "//components/viz/common:unit_tests",
229 "//components/viz/host:unit_tests", 229 "//components/viz/host:unit_tests",
230 "//components/viz/service:unit_tests", 230 "//components/viz/service:unit_tests",
231 "//components/wallpaper:unit_tests", 231 "//components/wallpaper:unit_tests",
232 "//components/web_cache/browser:unit_tests", 232 "//components/web_cache/browser:unit_tests",
233 "//components/webauth:unit_tests",
233 "//components/webcrypto:unit_tests", 234 "//components/webcrypto:unit_tests",
234 ] 235 ]
235 236
236 data_deps = [ 237 data_deps = [
237 ":components_tests_pak", 238 ":components_tests_pak",
238 "//third_party/mesa:osmesa", 239 "//third_party/mesa:osmesa",
239 "//ui/resources:ui_test_pak", 240 "//ui/resources:ui_test_pak",
240 ] 241 ]
241 } # iOS/!iOS 242 } # iOS/!iOS
242 243
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "//testing/perf", 519 "//testing/perf",
519 "//url", 520 "//url",
520 ] 521 ]
521 522
522 if (!is_ios) { 523 if (!is_ios) {
523 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 524 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
524 deps += [ "//components/discardable_memory/common" ] 525 deps += [ "//components/discardable_memory/common" ]
525 } 526 }
526 } 527 }
527 } 528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698