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 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1443 "//google_apis", | 1443 "//google_apis", |
1444 "//gpu/config", | 1444 "//gpu/config", |
1445 "//media", | 1445 "//media", |
1446 "//media/midi", | 1446 "//media/midi", |
1447 "//mojo/common", | 1447 "//mojo/common", |
1448 "//mojo/edk/system", | 1448 "//mojo/edk/system", |
1449 "//mojo/public/cpp/bindings", | 1449 "//mojo/public/cpp/bindings", |
1450 "//mojo/public/js", | 1450 "//mojo/public/js", |
1451 "//net:extras", | 1451 "//net:extras", |
1452 "//net:net_with_v8", | 1452 "//net:net_with_v8", |
| 1453 "//ppapi/features", |
1453 "//printing/features", | 1454 "//printing/features", |
1454 "//services/image_decoder/public/cpp", | 1455 "//services/image_decoder/public/cpp", |
1455 "//services/service_manager/public/cpp", | 1456 "//services/service_manager/public/cpp", |
1456 "//skia", | 1457 "//skia", |
1457 "//sql", | 1458 "//sql", |
1458 "//storage/browser", | 1459 "//storage/browser", |
1459 "//storage/common", | 1460 "//storage/common", |
1460 "//third_party/WebKit/public:features", | 1461 "//third_party/WebKit/public:features", |
1461 "//third_party/WebKit/public:image_resources", | 1462 "//third_party/WebKit/public:image_resources", |
1462 "//third_party/WebKit/public:resources", | 1463 "//third_party/WebKit/public:resources", |
(...skipping 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4417 # linking all of the test support. | 4418 # linking all of the test support. |
4418 static_library("pepper_cdm_test_constants") { | 4419 static_library("pepper_cdm_test_constants") { |
4419 testonly = true | 4420 testonly = true |
4420 visibility = [ "//chrome/*" ] | 4421 visibility = [ "//chrome/*" ] |
4421 sources = [ | 4422 sources = [ |
4422 "media/pepper_cdm_test_constants.cc", | 4423 "media/pepper_cdm_test_constants.cc", |
4423 "media/pepper_cdm_test_constants.h", | 4424 "media/pepper_cdm_test_constants.h", |
4424 ] | 4425 ] |
4425 } | 4426 } |
4426 } | 4427 } |
OLD | NEW |