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

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

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Migreate webauth in components/ and chrome/ to content/ 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after
1519 "web_contents/web_contents_view_guest.cc", 1519 "web_contents/web_contents_view_guest.cc",
1520 "web_contents/web_contents_view_guest.h", 1520 "web_contents/web_contents_view_guest.h",
1521 "web_contents/web_contents_view_mac.h", 1521 "web_contents/web_contents_view_mac.h",
1522 "web_contents/web_contents_view_mac.mm", 1522 "web_contents/web_contents_view_mac.mm",
1523 "web_contents/web_drag_dest_mac.h", 1523 "web_contents/web_drag_dest_mac.h",
1524 "web_contents/web_drag_dest_mac.mm", 1524 "web_contents/web_drag_dest_mac.mm",
1525 "web_contents/web_drag_source_mac.h", 1525 "web_contents/web_drag_source_mac.h",
1526 "web_contents/web_drag_source_mac.mm", 1526 "web_contents/web_drag_source_mac.mm",
1527 "web_contents/web_drag_utils_win.cc", 1527 "web_contents/web_drag_utils_win.cc",
1528 "web_contents/web_drag_utils_win.h", 1528 "web_contents/web_drag_utils_win.h",
1529 "webauth/authenticator_impl.cc",
1530 "webauth/authenticator_impl.h",
1529 "websockets/websocket_handshake_request_info_impl.cc", 1531 "websockets/websocket_handshake_request_info_impl.cc",
1530 "websockets/websocket_handshake_request_info_impl.h", 1532 "websockets/websocket_handshake_request_info_impl.h",
1531 "websockets/websocket_impl.cc", 1533 "websockets/websocket_impl.cc",
1532 "websockets/websocket_impl.h", 1534 "websockets/websocket_impl.h",
1533 "websockets/websocket_manager.cc", 1535 "websockets/websocket_manager.cc",
1534 "websockets/websocket_manager.h", 1536 "websockets/websocket_manager.h",
1535 "webui/content_web_ui_controller_factory.cc", 1537 "webui/content_web_ui_controller_factory.cc",
1536 "webui/content_web_ui_controller_factory.h", 1538 "webui/content_web_ui_controller_factory.h",
1537 "webui/generic_handler.cc", 1539 "webui/generic_handler.cc",
1538 "webui/generic_handler.h", 1540 "webui/generic_handler.h",
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
2150 if (!is_component_build) { 2152 if (!is_component_build) {
2151 public_deps = [ 2153 public_deps = [
2152 ":browser", 2154 ":browser",
2153 ] 2155 ]
2154 } else { 2156 } else {
2155 public_deps = [ 2157 public_deps = [
2156 "//third_party/leveldatabase", 2158 "//third_party/leveldatabase",
2157 ] 2159 ]
2158 } 2160 }
2159 } 2161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698