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

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: Fixed, as per feedback 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
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 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 "usb/usb_tab_helper.cc", 1317 "usb/usb_tab_helper.cc",
1318 "usb/usb_tab_helper.h", 1318 "usb/usb_tab_helper.h",
1319 "usb/web_usb_histograms.cc", 1319 "usb/web_usb_histograms.cc",
1320 "usb/web_usb_histograms.h", 1320 "usb/web_usb_histograms.h",
1321 "usb/web_usb_permission_provider.cc", 1321 "usb/web_usb_permission_provider.cc",
1322 "usb/web_usb_permission_provider.h", 1322 "usb/web_usb_permission_provider.h",
1323 "web_data_service_factory.cc", 1323 "web_data_service_factory.cc",
1324 "web_data_service_factory.h", 1324 "web_data_service_factory.h",
1325 "webshare/share_service_impl.cc", 1325 "webshare/share_service_impl.cc",
1326 "webshare/share_service_impl.h", 1326 "webshare/share_service_impl.h",
1327 "webshare/share_target_pref_helper.cc",
1328 "webshare/share_target_pref_helper.h",
1327 "win/app_icon.cc", 1329 "win/app_icon.cc",
1328 "win/app_icon.h", 1330 "win/app_icon.h",
1329 "win/browser_util.cc", 1331 "win/browser_util.cc",
1330 "win/browser_util.h", 1332 "win/browser_util.h",
1331 "win/chrome_elf_init.cc", 1333 "win/chrome_elf_init.cc",
1332 "win/chrome_elf_init.h", 1334 "win/chrome_elf_init.h",
1333 "win/chrome_select_file_dialog_factory.cc", 1335 "win/chrome_select_file_dialog_factory.cc",
1334 "win/chrome_select_file_dialog_factory.h", 1336 "win/chrome_select_file_dialog_factory.h",
1335 "win/enumerate_modules_model.cc", 1337 "win/enumerate_modules_model.cc",
1336 "win/enumerate_modules_model.h", 1338 "win/enumerate_modules_model.h",
(...skipping 3147 matching lines...) Expand 10 before | Expand all | Expand 10 after
4484 "media/pepper_cdm_test_constants.cc", 4486 "media/pepper_cdm_test_constants.cc",
4485 "media/pepper_cdm_test_constants.h", 4487 "media/pepper_cdm_test_constants.h",
4486 ] 4488 ]
4487 } 4489 }
4488 } 4490 }
4489 4491
4490 service_manifest("preferences_manifest") { 4492 service_manifest("preferences_manifest") {
4491 name = "preferences" 4493 name = "preferences"
4492 source = "prefs/preferences_manifest.json" 4494 source = "prefs/preferences_manifest.json"
4493 } 4495 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/bookmark_app_helper.cc » ('j') | chrome/browser/extensions/bookmark_app_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698