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

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

Issue 2639463002: Add a pref name for share targets, and store their manifest data. (Closed)
Patch Set: Remove upstream dependency Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/extensions/bookmark_app_helper.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 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 "usb/usb_tab_helper.cc", 1315 "usb/usb_tab_helper.cc",
1316 "usb/usb_tab_helper.h", 1316 "usb/usb_tab_helper.h",
1317 "usb/web_usb_histograms.cc", 1317 "usb/web_usb_histograms.cc",
1318 "usb/web_usb_histograms.h", 1318 "usb/web_usb_histograms.h",
1319 "usb/web_usb_permission_provider.cc", 1319 "usb/web_usb_permission_provider.cc",
1320 "usb/web_usb_permission_provider.h", 1320 "usb/web_usb_permission_provider.h",
1321 "web_data_service_factory.cc", 1321 "web_data_service_factory.cc",
1322 "web_data_service_factory.h", 1322 "web_data_service_factory.h",
1323 "webshare/share_service_impl.cc", 1323 "webshare/share_service_impl.cc",
1324 "webshare/share_service_impl.h", 1324 "webshare/share_service_impl.h",
1325 "webshare/share_target_pref_helper.cc",
1326 "webshare/share_target_pref_helper.h",
1325 "win/app_icon.cc", 1327 "win/app_icon.cc",
1326 "win/app_icon.h", 1328 "win/app_icon.h",
1327 "win/browser_util.cc", 1329 "win/browser_util.cc",
1328 "win/browser_util.h", 1330 "win/browser_util.h",
1329 "win/chrome_elf_init.cc", 1331 "win/chrome_elf_init.cc",
1330 "win/chrome_elf_init.h", 1332 "win/chrome_elf_init.h",
1331 "win/chrome_select_file_dialog_factory.cc", 1333 "win/chrome_select_file_dialog_factory.cc",
1332 "win/chrome_select_file_dialog_factory.h", 1334 "win/chrome_select_file_dialog_factory.h",
1333 "win/enumerate_modules_model.cc", 1335 "win/enumerate_modules_model.cc",
1334 "win/enumerate_modules_model.h", 1336 "win/enumerate_modules_model.h",
(...skipping 3173 matching lines...) Expand 10 before | Expand all | Expand 10 after
4508 "media/pepper_cdm_test_constants.cc", 4510 "media/pepper_cdm_test_constants.cc",
4509 "media/pepper_cdm_test_constants.h", 4511 "media/pepper_cdm_test_constants.h",
4510 ] 4512 ]
4511 } 4513 }
4512 } 4514 }
4513 4515
4514 service_manifest("preferences_manifest") { 4516 service_manifest("preferences_manifest") {
4515 name = "preferences" 4517 name = "preferences"
4516 source = "prefs/preferences_manifest.json" 4518 source = "prefs/preferences_manifest.json"
4517 } 4519 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/bookmark_app_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698