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

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

Issue 2545323002: Implemented stub ShareService mojo service, for navigator.share. (Closed)
Patch Set: Comment and log cleanup. 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.
Matt Giuca 2016/12/08 06:42:56 CL description: it's a bit misleading to say you i
constantina 2016/12/09 02:24:14 Done.
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")
11 import("//components/os_crypt/features.gni") 11 import("//components/os_crypt/features.gni")
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 "usb/usb_chooser_context_factory.cc", 1234 "usb/usb_chooser_context_factory.cc",
1235 "usb/usb_chooser_context_factory.h", 1235 "usb/usb_chooser_context_factory.h",
1236 "usb/usb_tab_helper.cc", 1236 "usb/usb_tab_helper.cc",
1237 "usb/usb_tab_helper.h", 1237 "usb/usb_tab_helper.h",
1238 "usb/web_usb_histograms.cc", 1238 "usb/web_usb_histograms.cc",
1239 "usb/web_usb_histograms.h", 1239 "usb/web_usb_histograms.h",
1240 "usb/web_usb_permission_provider.cc", 1240 "usb/web_usb_permission_provider.cc",
1241 "usb/web_usb_permission_provider.h", 1241 "usb/web_usb_permission_provider.h",
1242 "web_data_service_factory.cc", 1242 "web_data_service_factory.cc",
1243 "web_data_service_factory.h", 1243 "web_data_service_factory.h",
1244 "webshare/share_service_impl.cc",
1245 "webshare/share_service_impl.h",
1244 "win/app_icon.cc", 1246 "win/app_icon.cc",
1245 "win/app_icon.h", 1247 "win/app_icon.h",
1246 "win/browser_util.cc", 1248 "win/browser_util.cc",
1247 "win/browser_util.h", 1249 "win/browser_util.h",
1248 "win/chrome_elf_init.cc", 1250 "win/chrome_elf_init.cc",
1249 "win/chrome_elf_init.h", 1251 "win/chrome_elf_init.h",
1250 "win/chrome_select_file_dialog_factory.cc", 1252 "win/chrome_select_file_dialog_factory.cc",
1251 "win/chrome_select_file_dialog_factory.h", 1253 "win/chrome_select_file_dialog_factory.h",
1252 "win/enumerate_modules_model.cc", 1254 "win/enumerate_modules_model.cc",
1253 "win/enumerate_modules_model.h", 1255 "win/enumerate_modules_model.h",
(...skipping 3194 matching lines...) Expand 10 before | Expand all | Expand 10 after
4448 # linking all of the test support. 4450 # linking all of the test support.
4449 static_library("pepper_cdm_test_constants") { 4451 static_library("pepper_cdm_test_constants") {
4450 testonly = true 4452 testonly = true
4451 visibility = [ "//chrome/*" ] 4453 visibility = [ "//chrome/*" ]
4452 sources = [ 4454 sources = [
4453 "media/pepper_cdm_test_constants.cc", 4455 "media/pepper_cdm_test_constants.cc",
4454 "media/pepper_cdm_test_constants.h", 4456 "media/pepper_cdm_test_constants.h",
4455 ] 4457 ]
4456 } 4458 }
4457 } 4459 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698