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

Side by Side Diff: content/test/BUILD.gn

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Export authenticator_impl 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/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 "../browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc", 1341 "../browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc",
1342 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc", 1342 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc",
1343 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc", 1343 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc",
1344 "../browser/web_contents/web_contents_delegate_unittest.cc", 1344 "../browser/web_contents/web_contents_delegate_unittest.cc",
1345 "../browser/web_contents/web_contents_impl_unittest.cc", 1345 "../browser/web_contents/web_contents_impl_unittest.cc",
1346 "../browser/web_contents/web_contents_user_data_unittest.cc", 1346 "../browser/web_contents/web_contents_user_data_unittest.cc",
1347 "../browser/web_contents/web_contents_view_aura_unittest.cc", 1347 "../browser/web_contents/web_contents_view_aura_unittest.cc",
1348 "../browser/web_contents/web_contents_view_mac_unittest.mm", 1348 "../browser/web_contents/web_contents_view_mac_unittest.mm",
1349 "../browser/web_contents/web_drag_dest_mac_unittest.mm", 1349 "../browser/web_contents/web_drag_dest_mac_unittest.mm",
1350 "../browser/web_contents/web_drag_source_mac_unittest.mm", 1350 "../browser/web_contents/web_drag_source_mac_unittest.mm",
1351 "../browser/webauth/authenticator_impl_unittest.cc",
1351 "../browser/websockets/websocket_manager_unittest.cc", 1352 "../browser/websockets/websocket_manager_unittest.cc",
1352 "../browser/webui/i18n_source_stream_unittest.cc", 1353 "../browser/webui/i18n_source_stream_unittest.cc",
1353 "../browser/webui/url_data_manager_backend_unittest.cc", 1354 "../browser/webui/url_data_manager_backend_unittest.cc",
1354 "../browser/webui/web_ui_data_source_unittest.cc", 1355 "../browser/webui/web_ui_data_source_unittest.cc",
1355 "../browser/webui/web_ui_message_handler_unittest.cc", 1356 "../browser/webui/web_ui_message_handler_unittest.cc",
1356 "../child/blink_platform_impl_unittest.cc", 1357 "../child/blink_platform_impl_unittest.cc",
1357 "../child/blob_storage/blob_consolidation_unittest.cc", 1358 "../child/blob_storage/blob_consolidation_unittest.cc",
1358 "../child/blob_storage/blob_transport_controller_unittest.cc", 1359 "../child/blob_storage/blob_transport_controller_unittest.cc",
1359 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", 1360 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc",
1360 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", 1361 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc",
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1905 if (is_android) { 1906 if (is_android) {
1906 deps += [ "//testing/android/native_test:native_test_native_code" ] 1907 deps += [ "//testing/android/native_test:native_test_native_code" ]
1907 } 1908 }
1908 } 1909 }
1909 1910
1910 group("fuzzers") { 1911 group("fuzzers") {
1911 deps = [ 1912 deps = [
1912 "//content/test/fuzzer", 1913 "//content/test/fuzzer",
1913 ] 1914 ]
1914 } 1915 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/Source/modules/webauth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698