| 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 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2863 "usb/usb_chooser_controller.h", | 2863 "usb/usb_chooser_controller.h", |
| 2864 "usb/web_usb_chooser_service.cc", | 2864 "usb/web_usb_chooser_service.cc", |
| 2865 "usb/web_usb_chooser_service.h", | 2865 "usb/web_usb_chooser_service.h", |
| 2866 "usb/web_usb_detector.cc", | 2866 "usb/web_usb_detector.cc", |
| 2867 "usb/web_usb_detector.h", | 2867 "usb/web_usb_detector.h", |
| 2868 ] | 2868 ] |
| 2869 deps += [ | 2869 deps += [ |
| 2870 "//apps", | 2870 "//apps", |
| 2871 "//chrome/browser/policy:path_parser", | 2871 "//chrome/browser/policy:path_parser", |
| 2872 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 2872 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
| 2873 "//chrome/common/importer:interfaces", |
| 2873 "//components/feedback", | 2874 "//components/feedback", |
| 2874 "//components/web_modal", | 2875 "//components/web_modal", |
| 2875 "//device/battery", | 2876 "//device/battery", |
| 2876 "//net:net_browser_services", | 2877 "//net:net_browser_services", |
| 2877 ] | 2878 ] |
| 2878 } | 2879 } |
| 2879 | 2880 |
| 2880 if (!is_chrome_branded) { | 2881 if (!is_chrome_branded) { |
| 2881 sources += [ | 2882 sources += [ |
| 2882 "search/local_files_ntp_source.cc", | 2883 "search/local_files_ntp_source.cc", |
| (...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4402 # linking all of the test support. | 4403 # linking all of the test support. |
| 4403 static_library("pepper_cdm_test_constants") { | 4404 static_library("pepper_cdm_test_constants") { |
| 4404 testonly = true | 4405 testonly = true |
| 4405 visibility = [ "//chrome/*" ] | 4406 visibility = [ "//chrome/*" ] |
| 4406 sources = [ | 4407 sources = [ |
| 4407 "media/pepper_cdm_test_constants.cc", | 4408 "media/pepper_cdm_test_constants.cc", |
| 4408 "media/pepper_cdm_test_constants.h", | 4409 "media/pepper_cdm_test_constants.h", |
| 4409 ] | 4410 ] |
| 4410 } | 4411 } |
| 4411 } | 4412 } |
| OLD | NEW |