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

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

Issue 2545323002: Implemented stub ShareService mojo service, for navigator.share. (Closed)
Patch Set: Created 4 years 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 "web_contents/web_contents_view_guest.cc", 1382 "web_contents/web_contents_view_guest.cc",
1383 "web_contents/web_contents_view_guest.h", 1383 "web_contents/web_contents_view_guest.h",
1384 "web_contents/web_contents_view_mac.h", 1384 "web_contents/web_contents_view_mac.h",
1385 "web_contents/web_contents_view_mac.mm", 1385 "web_contents/web_contents_view_mac.mm",
1386 "web_contents/web_drag_dest_mac.h", 1386 "web_contents/web_drag_dest_mac.h",
1387 "web_contents/web_drag_dest_mac.mm", 1387 "web_contents/web_drag_dest_mac.mm",
1388 "web_contents/web_drag_source_mac.h", 1388 "web_contents/web_drag_source_mac.h",
1389 "web_contents/web_drag_source_mac.mm", 1389 "web_contents/web_drag_source_mac.mm",
1390 "web_contents/web_drag_utils_win.cc", 1390 "web_contents/web_drag_utils_win.cc",
1391 "web_contents/web_drag_utils_win.h", 1391 "web_contents/web_drag_utils_win.h",
1392 "webshare/share_service_impl.cc",
1393 "webshare/share_service_impl.h",
1392 "websockets/websocket_handshake_request_info_impl.cc", 1394 "websockets/websocket_handshake_request_info_impl.cc",
1393 "websockets/websocket_handshake_request_info_impl.h", 1395 "websockets/websocket_handshake_request_info_impl.h",
1394 "websockets/websocket_impl.cc", 1396 "websockets/websocket_impl.cc",
1395 "websockets/websocket_impl.h", 1397 "websockets/websocket_impl.h",
1396 "websockets/websocket_manager.cc", 1398 "websockets/websocket_manager.cc",
1397 "websockets/websocket_manager.h", 1399 "websockets/websocket_manager.h",
1398 "webui/content_web_ui_controller_factory.cc", 1400 "webui/content_web_ui_controller_factory.cc",
1399 "webui/content_web_ui_controller_factory.h", 1401 "webui/content_web_ui_controller_factory.h",
1400 "webui/generic_handler.cc", 1402 "webui/generic_handler.cc",
1401 "webui/generic_handler.h", 1403 "webui/generic_handler.h",
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 if (!is_component_build) { 1980 if (!is_component_build) {
1979 public_deps = [ 1981 public_deps = [
1980 ":browser", 1982 ":browser",
1981 ] 1983 ]
1982 } else { 1984 } else {
1983 public_deps = [ 1985 public_deps = [
1984 "//third_party/leveldatabase", 1986 "//third_party/leveldatabase",
1985 ] 1987 ]
1986 } 1988 }
1987 } 1989 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/frame_host/render_frame_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698