| 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 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1430 "//third_party/zlib:compression_utils", | 1430 "//third_party/zlib:compression_utils", |
| 1431 "//third_party/zlib:minizip", | 1431 "//third_party/zlib:minizip", |
| 1432 "//third_party/zlib:zip", | 1432 "//third_party/zlib:zip", |
| 1433 "//ui/base", | 1433 "//ui/base", |
| 1434 "//ui/base:ui_data_pack", | 1434 "//ui/base:ui_data_pack", |
| 1435 "//ui/base/ime", | 1435 "//ui/base/ime", |
| 1436 "//ui/events:events_base", | 1436 "//ui/events:events_base", |
| 1437 "//ui/gfx", | 1437 "//ui/gfx", |
| 1438 "//ui/gfx/geometry", | 1438 "//ui/gfx/geometry", |
| 1439 "//ui/gl", | 1439 "//ui/gl", |
| 1440 "//ui/gl:gl_features", |
| 1440 "//ui/message_center", | 1441 "//ui/message_center", |
| 1441 "//ui/resources", | 1442 "//ui/resources", |
| 1442 "//ui/resources", | 1443 "//ui/resources", |
| 1443 "//ui/shell_dialogs", | 1444 "//ui/shell_dialogs", |
| 1444 "//ui/strings", | 1445 "//ui/strings", |
| 1445 "//ui/surface", | 1446 "//ui/surface", |
| 1446 "//ui/web_dialogs", | 1447 "//ui/web_dialogs", |
| 1447 "//v8", | 1448 "//v8", |
| 1448 ] | 1449 ] |
| 1449 data_deps = [] | 1450 data_deps = [] |
| (...skipping 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4226 # linking all of the test support. | 4227 # linking all of the test support. |
| 4227 static_library("pepper_cdm_test_constants") { | 4228 static_library("pepper_cdm_test_constants") { |
| 4228 testonly = true | 4229 testonly = true |
| 4229 visibility = [ "//chrome/*" ] | 4230 visibility = [ "//chrome/*" ] |
| 4230 sources = [ | 4231 sources = [ |
| 4231 "media/pepper_cdm_test_constants.cc", | 4232 "media/pepper_cdm_test_constants.cc", |
| 4232 "media/pepper_cdm_test_constants.h", | 4233 "media/pepper_cdm_test_constants.h", |
| 4233 ] | 4234 ] |
| 4234 } | 4235 } |
| 4235 } | 4236 } |
| OLD | NEW |