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

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

Issue 2545323002: Implemented stub ShareService mojo service, for navigator.share. (Closed)
Patch Set: Rebase and sync again 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 | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 "usb/usb_chooser_context_factory.cc", 1291 "usb/usb_chooser_context_factory.cc",
1292 "usb/usb_chooser_context_factory.h", 1292 "usb/usb_chooser_context_factory.h",
1293 "usb/usb_tab_helper.cc", 1293 "usb/usb_tab_helper.cc",
1294 "usb/usb_tab_helper.h", 1294 "usb/usb_tab_helper.h",
1295 "usb/web_usb_histograms.cc", 1295 "usb/web_usb_histograms.cc",
1296 "usb/web_usb_histograms.h", 1296 "usb/web_usb_histograms.h",
1297 "usb/web_usb_permission_provider.cc", 1297 "usb/web_usb_permission_provider.cc",
1298 "usb/web_usb_permission_provider.h", 1298 "usb/web_usb_permission_provider.h",
1299 "web_data_service_factory.cc", 1299 "web_data_service_factory.cc",
1300 "web_data_service_factory.h", 1300 "web_data_service_factory.h",
1301 "webshare/share_service_impl.cc",
1302 "webshare/share_service_impl.h",
1301 "win/app_icon.cc", 1303 "win/app_icon.cc",
1302 "win/app_icon.h", 1304 "win/app_icon.h",
1303 "win/browser_util.cc", 1305 "win/browser_util.cc",
1304 "win/browser_util.h", 1306 "win/browser_util.h",
1305 "win/chrome_elf_init.cc", 1307 "win/chrome_elf_init.cc",
1306 "win/chrome_elf_init.h", 1308 "win/chrome_elf_init.h",
1307 "win/chrome_select_file_dialog_factory.cc", 1309 "win/chrome_select_file_dialog_factory.cc",
1308 "win/chrome_select_file_dialog_factory.h", 1310 "win/chrome_select_file_dialog_factory.h",
1309 "win/enumerate_modules_model.cc", 1311 "win/enumerate_modules_model.cc",
1310 "win/enumerate_modules_model.h", 1312 "win/enumerate_modules_model.h",
(...skipping 3142 matching lines...) Expand 10 before | Expand all | Expand 10 after
4453 # linking all of the test support. 4455 # linking all of the test support.
4454 static_library("pepper_cdm_test_constants") { 4456 static_library("pepper_cdm_test_constants") {
4455 testonly = true 4457 testonly = true
4456 visibility = [ "//chrome/*" ] 4458 visibility = [ "//chrome/*" ]
4457 sources = [ 4459 sources = [
4458 "media/pepper_cdm_test_constants.cc", 4460 "media/pepper_cdm_test_constants.cc",
4459 "media/pepper_cdm_test_constants.h", 4461 "media/pepper_cdm_test_constants.h",
4460 ] 4462 ]
4461 } 4463 }
4462 } 4464 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698