| 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 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1234 "usb/usb_chooser_context_factory.cc", | 1234 "usb/usb_chooser_context_factory.cc", |
| 1235 "usb/usb_chooser_context_factory.h", | 1235 "usb/usb_chooser_context_factory.h", |
| 1236 "usb/usb_tab_helper.cc", | 1236 "usb/usb_tab_helper.cc", |
| 1237 "usb/usb_tab_helper.h", | 1237 "usb/usb_tab_helper.h", |
| 1238 "usb/web_usb_histograms.cc", | 1238 "usb/web_usb_histograms.cc", |
| 1239 "usb/web_usb_histograms.h", | 1239 "usb/web_usb_histograms.h", |
| 1240 "usb/web_usb_permission_provider.cc", | 1240 "usb/web_usb_permission_provider.cc", |
| 1241 "usb/web_usb_permission_provider.h", | 1241 "usb/web_usb_permission_provider.h", |
| 1242 "web_data_service_factory.cc", | 1242 "web_data_service_factory.cc", |
| 1243 "web_data_service_factory.h", | 1243 "web_data_service_factory.h", |
| 1244 "webshare/share_service_impl.cc", |
| 1245 "webshare/share_service_impl.h", |
| 1244 "win/app_icon.cc", | 1246 "win/app_icon.cc", |
| 1245 "win/app_icon.h", | 1247 "win/app_icon.h", |
| 1246 "win/browser_util.cc", | 1248 "win/browser_util.cc", |
| 1247 "win/browser_util.h", | 1249 "win/browser_util.h", |
| 1248 "win/chrome_elf_init.cc", | 1250 "win/chrome_elf_init.cc", |
| 1249 "win/chrome_elf_init.h", | 1251 "win/chrome_elf_init.h", |
| 1250 "win/chrome_select_file_dialog_factory.cc", | 1252 "win/chrome_select_file_dialog_factory.cc", |
| 1251 "win/chrome_select_file_dialog_factory.h", | 1253 "win/chrome_select_file_dialog_factory.h", |
| 1252 "win/enumerate_modules_model.cc", | 1254 "win/enumerate_modules_model.cc", |
| 1253 "win/enumerate_modules_model.h", | 1255 "win/enumerate_modules_model.h", |
| (...skipping 3194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4448 # linking all of the test support. | 4450 # linking all of the test support. |
| 4449 static_library("pepper_cdm_test_constants") { | 4451 static_library("pepper_cdm_test_constants") { |
| 4450 testonly = true | 4452 testonly = true |
| 4451 visibility = [ "//chrome/*" ] | 4453 visibility = [ "//chrome/*" ] |
| 4452 sources = [ | 4454 sources = [ |
| 4453 "media/pepper_cdm_test_constants.cc", | 4455 "media/pepper_cdm_test_constants.cc", |
| 4454 "media/pepper_cdm_test_constants.h", | 4456 "media/pepper_cdm_test_constants.h", |
| 4455 ] | 4457 ] |
| 4456 } | 4458 } |
| 4457 } | 4459 } |
| OLD | NEW |