| 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 2869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2880 "usb/usb_chooser_controller.h", | 2880 "usb/usb_chooser_controller.h", |
| 2881 "usb/web_usb_chooser_service.cc", | 2881 "usb/web_usb_chooser_service.cc", |
| 2882 "usb/web_usb_chooser_service.h", | 2882 "usb/web_usb_chooser_service.h", |
| 2883 "usb/web_usb_detector.cc", | 2883 "usb/web_usb_detector.cc", |
| 2884 "usb/web_usb_detector.h", | 2884 "usb/web_usb_detector.h", |
| 2885 ] | 2885 ] |
| 2886 deps += [ | 2886 deps += [ |
| 2887 "//apps", | 2887 "//apps", |
| 2888 "//chrome/browser/policy:path_parser", | 2888 "//chrome/browser/policy:path_parser", |
| 2889 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 2889 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
| 2890 "//chrome/common/importer:interfaces", |
| 2890 "//components/feedback", | 2891 "//components/feedback", |
| 2891 "//components/web_modal", | 2892 "//components/web_modal", |
| 2892 "//device/battery", | 2893 "//device/battery", |
| 2893 "//net:net_browser_services", | 2894 "//net:net_browser_services", |
| 2894 ] | 2895 ] |
| 2895 } | 2896 } |
| 2896 | 2897 |
| 2897 if (!is_chrome_branded) { | 2898 if (!is_chrome_branded) { |
| 2898 sources += [ | 2899 sources += [ |
| 2899 "search/local_files_ntp_source.cc", | 2900 "search/local_files_ntp_source.cc", |
| (...skipping 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4437 # linking all of the test support. | 4438 # linking all of the test support. |
| 4438 static_library("pepper_cdm_test_constants") { | 4439 static_library("pepper_cdm_test_constants") { |
| 4439 testonly = true | 4440 testonly = true |
| 4440 visibility = [ "//chrome/*" ] | 4441 visibility = [ "//chrome/*" ] |
| 4441 sources = [ | 4442 sources = [ |
| 4442 "media/pepper_cdm_test_constants.cc", | 4443 "media/pepper_cdm_test_constants.cc", |
| 4443 "media/pepper_cdm_test_constants.h", | 4444 "media/pepper_cdm_test_constants.h", |
| 4444 ] | 4445 ] |
| 4445 } | 4446 } |
| 4446 } | 4447 } |
| OLD | NEW |