| 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 1393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1404 "//crypto", | 1404 "//crypto", |
| 1405 "//crypto:platform", | 1405 "//crypto:platform", |
| 1406 "//device/bluetooth:mojo", | 1406 "//device/bluetooth:mojo", |
| 1407 "//device/core", | 1407 "//device/core", |
| 1408 "//device/usb/mojo", | 1408 "//device/usb/mojo", |
| 1409 "//device/usb/public/interfaces", | 1409 "//device/usb/public/interfaces", |
| 1410 "//google_apis", | 1410 "//google_apis", |
| 1411 "//gpu/config", | 1411 "//gpu/config", |
| 1412 "//media", | 1412 "//media", |
| 1413 "//media/midi", | 1413 "//media/midi", |
| 1414 "//media/mojo/services", |
| 1414 "//mojo/common", | 1415 "//mojo/common", |
| 1415 "//mojo/edk/system", | 1416 "//mojo/edk/system", |
| 1416 "//mojo/public/cpp/bindings", | 1417 "//mojo/public/cpp/bindings", |
| 1417 "//mojo/public/js", | 1418 "//mojo/public/js", |
| 1418 "//net:extras", | 1419 "//net:extras", |
| 1419 "//net:net_with_v8", | 1420 "//net:net_with_v8", |
| 1420 "//services/shell/public/cpp", | 1421 "//services/shell/public/cpp", |
| 1421 "//skia", | 1422 "//skia", |
| 1422 "//sql", | 1423 "//sql", |
| 1423 "//storage/browser", | 1424 "//storage/browser", |
| (...skipping 2856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4280 # linking all of the test support. | 4281 # linking all of the test support. |
| 4281 static_library("pepper_cdm_test_constants") { | 4282 static_library("pepper_cdm_test_constants") { |
| 4282 testonly = true | 4283 testonly = true |
| 4283 visibility = [ "//chrome/*" ] | 4284 visibility = [ "//chrome/*" ] |
| 4284 sources = [ | 4285 sources = [ |
| 4285 "media/pepper_cdm_test_constants.cc", | 4286 "media/pepper_cdm_test_constants.cc", |
| 4286 "media/pepper_cdm_test_constants.h", | 4287 "media/pepper_cdm_test_constants.h", |
| 4287 ] | 4288 ] |
| 4288 } | 4289 } |
| 4289 } | 4290 } |
| OLD | NEW |