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

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
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/webshare/share_service_impl.h » ('J')
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("//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 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 "web_contents/web_contents_view_guest.cc", 1379 "web_contents/web_contents_view_guest.cc",
1380 "web_contents/web_contents_view_guest.h", 1380 "web_contents/web_contents_view_guest.h",
1381 "web_contents/web_contents_view_mac.h", 1381 "web_contents/web_contents_view_mac.h",
1382 "web_contents/web_contents_view_mac.mm", 1382 "web_contents/web_contents_view_mac.mm",
1383 "web_contents/web_drag_dest_mac.h", 1383 "web_contents/web_drag_dest_mac.h",
1384 "web_contents/web_drag_dest_mac.mm", 1384 "web_contents/web_drag_dest_mac.mm",
1385 "web_contents/web_drag_source_mac.h", 1385 "web_contents/web_drag_source_mac.h",
1386 "web_contents/web_drag_source_mac.mm", 1386 "web_contents/web_drag_source_mac.mm",
1387 "web_contents/web_drag_utils_win.cc", 1387 "web_contents/web_drag_utils_win.cc",
1388 "web_contents/web_drag_utils_win.h", 1388 "web_contents/web_drag_utils_win.h",
1389 "webshare/share_service_impl.cc",
1390 "webshare/share_service_impl.h",
1389 "websockets/websocket_handshake_request_info_impl.cc", 1391 "websockets/websocket_handshake_request_info_impl.cc",
1390 "websockets/websocket_handshake_request_info_impl.h", 1392 "websockets/websocket_handshake_request_info_impl.h",
1391 "websockets/websocket_impl.cc", 1393 "websockets/websocket_impl.cc",
1392 "websockets/websocket_impl.h", 1394 "websockets/websocket_impl.h",
1393 "websockets/websocket_manager.cc", 1395 "websockets/websocket_manager.cc",
1394 "websockets/websocket_manager.h", 1396 "websockets/websocket_manager.h",
1395 "webui/content_web_ui_controller_factory.cc", 1397 "webui/content_web_ui_controller_factory.cc",
1396 "webui/content_web_ui_controller_factory.h", 1398 "webui/content_web_ui_controller_factory.h",
1397 "webui/generic_handler.cc", 1399 "webui/generic_handler.cc",
1398 "webui/generic_handler.h", 1400 "webui/generic_handler.h",
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 if (!is_component_build) { 1977 if (!is_component_build) {
1976 public_deps = [ 1978 public_deps = [
1977 ":browser", 1979 ":browser",
1978 ] 1980 ]
1979 } else { 1981 } else {
1980 public_deps = [ 1982 public_deps = [
1981 "//third_party/leveldatabase", 1983 "//third_party/leveldatabase",
1982 ] 1984 ]
1983 } 1985 }
1984 } 1986 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/webshare/share_service_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698