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

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

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Address review comments Created 4 years, 1 month 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 2836 matching lines...) Expand 10 before | Expand all | Expand 10 after
2847 "usb/usb_chooser_controller.h", 2847 "usb/usb_chooser_controller.h",
2848 "usb/web_usb_chooser_service.cc", 2848 "usb/web_usb_chooser_service.cc",
2849 "usb/web_usb_chooser_service.h", 2849 "usb/web_usb_chooser_service.h",
2850 "usb/web_usb_detector.cc", 2850 "usb/web_usb_detector.cc",
2851 "usb/web_usb_detector.h", 2851 "usb/web_usb_detector.h",
2852 ] 2852 ]
2853 deps += [ 2853 deps += [
2854 "//apps", 2854 "//apps",
2855 "//chrome/browser/policy:path_parser", 2855 "//chrome/browser/policy:path_parser",
2856 "//chrome/browser/profile_resetter:profile_reset_report_proto", 2856 "//chrome/browser/profile_resetter:profile_reset_report_proto",
2857 "//chrome/common/importer:interfaces",
2857 "//components/feedback", 2858 "//components/feedback",
2858 "//components/web_modal", 2859 "//components/web_modal",
2859 "//net:net_browser_services", 2860 "//net:net_browser_services",
2860 ] 2861 ]
2861 } 2862 }
2862 2863
2863 if (!is_chrome_branded) { 2864 if (!is_chrome_branded) {
2864 sources += [ 2865 sources += [
2865 "search/local_files_ntp_source.cc", 2866 "search/local_files_ntp_source.cc",
2866 "search/local_files_ntp_source.h", 2867 "search/local_files_ntp_source.h",
(...skipping 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after
4368 # linking all of the test support. 4369 # linking all of the test support.
4369 static_library("pepper_cdm_test_constants") { 4370 static_library("pepper_cdm_test_constants") {
4370 testonly = true 4371 testonly = true
4371 visibility = [ "//chrome/*" ] 4372 visibility = [ "//chrome/*" ]
4372 sources = [ 4373 sources = [
4373 "media/pepper_cdm_test_constants.cc", 4374 "media/pepper_cdm_test_constants.cc",
4374 "media/pepper_cdm_test_constants.h", 4375 "media/pepper_cdm_test_constants.h",
4375 ] 4376 ]
4376 } 4377 }
4377 } 4378 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698