| 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 "//components/ssl_config", | 373 "//components/ssl_config", |
| 374 "//components/storage_monitor", | 374 "//components/storage_monitor", |
| 375 "//components/subresource_filter/content/browser", | 375 "//components/subresource_filter/content/browser", |
| 376 "//components/syncable_prefs", | 376 "//components/syncable_prefs", |
| 377 "//components/translate/content/browser", | 377 "//components/translate/content/browser", |
| 378 "//components/upload_list", | 378 "//components/upload_list", |
| 379 "//components/url_matcher", | 379 "//components/url_matcher", |
| 380 "//components/visitedlink/browser", | 380 "//components/visitedlink/browser", |
| 381 "//components/visitedlink/common", | 381 "//components/visitedlink/common", |
| 382 "//components/web_cache/browser", | 382 "//components/web_cache/browser", |
| 383 "//components/webusb", | |
| 384 "//content/app/resources", | 383 "//content/app/resources", |
| 385 "//device/core", | 384 "//device/core", |
| 386 "//device/usb/mojo", | 385 "//device/usb/mojo", |
| 387 "//device/usb/public/interfaces", | 386 "//device/usb/public/interfaces", |
| 388 "//media", | 387 "//media", |
| 389 "//media/midi", | 388 "//media/midi", |
| 390 "//mojo/common", | 389 "//mojo/common", |
| 391 "//mojo/edk/system", | 390 "//mojo/edk/system", |
| 392 "//mojo/public/cpp/bindings", | 391 "//mojo/public/cpp/bindings", |
| 393 "//mojo/public/js", | 392 "//mojo/public/js", |
| (...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 # linking all of the test support. | 1368 # linking all of the test support. |
| 1370 source_set("pepper_cdm_test_constants") { | 1369 source_set("pepper_cdm_test_constants") { |
| 1371 testonly = true | 1370 testonly = true |
| 1372 visibility = [ "//chrome/*" ] | 1371 visibility = [ "//chrome/*" ] |
| 1373 sources = [ | 1372 sources = [ |
| 1374 "media/pepper_cdm_test_constants.cc", | 1373 "media/pepper_cdm_test_constants.cc", |
| 1375 "media/pepper_cdm_test_constants.h", | 1374 "media/pepper_cdm_test_constants.h", |
| 1376 ] | 1375 ] |
| 1377 } | 1376 } |
| 1378 } | 1377 } |
| OLD | NEW |