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

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

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Fix incorrect merge 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.
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 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after
2877 "usb/usb_chooser_controller.h", 2877 "usb/usb_chooser_controller.h",
2878 "usb/web_usb_chooser_service.cc", 2878 "usb/web_usb_chooser_service.cc",
2879 "usb/web_usb_chooser_service.h", 2879 "usb/web_usb_chooser_service.h",
2880 "usb/web_usb_detector.cc", 2880 "usb/web_usb_detector.cc",
2881 "usb/web_usb_detector.h", 2881 "usb/web_usb_detector.h",
2882 ] 2882 ]
2883 deps += [ 2883 deps += [
2884 "//apps", 2884 "//apps",
2885 "//chrome/browser/policy:path_parser", 2885 "//chrome/browser/policy:path_parser",
2886 "//chrome/browser/profile_resetter:profile_reset_report_proto", 2886 "//chrome/browser/profile_resetter:profile_reset_report_proto",
2887 "//chrome/common/importer:interfaces",
2887 "//components/feedback", 2888 "//components/feedback",
2888 "//components/web_modal", 2889 "//components/web_modal",
2889 "//device/battery", 2890 "//device/battery",
2890 "//net:net_browser_services", 2891 "//net:net_browser_services",
2891 ] 2892 ]
2892 } 2893 }
2893 2894
2894 if (!is_chrome_branded) { 2895 if (!is_chrome_branded) {
2895 sources += [ 2896 sources += [
2896 "search/local_files_ntp_source.cc", 2897 "search/local_files_ntp_source.cc",
(...skipping 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after
4434 # linking all of the test support. 4435 # linking all of the test support.
4435 static_library("pepper_cdm_test_constants") { 4436 static_library("pepper_cdm_test_constants") {
4436 testonly = true 4437 testonly = true
4437 visibility = [ "//chrome/*" ] 4438 visibility = [ "//chrome/*" ]
4438 sources = [ 4439 sources = [
4439 "media/pepper_cdm_test_constants.cc", 4440 "media/pepper_cdm_test_constants.cc",
4440 "media/pepper_cdm_test_constants.h", 4441 "media/pepper_cdm_test_constants.h",
4441 ] 4442 ]
4442 } 4443 }
4443 } 4444 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_utility_manifest_overlay.json » ('j') | chrome/utility/profile_import_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698