OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |