| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "//third_party/widevine/cdm:version_h", | 201 "//third_party/widevine/cdm:version_h", |
| 202 "//third_party/zlib", | 202 "//third_party/zlib", |
| 203 "//third_party/zlib:compression_utils", | 203 "//third_party/zlib:compression_utils", |
| 204 "//third_party/zlib:minizip", | 204 "//third_party/zlib:minizip", |
| 205 "//third_party/zlib:zip", | 205 "//third_party/zlib:zip", |
| 206 "//ui/base", | 206 "//ui/base", |
| 207 "//ui/base:ui_data_pack", | 207 "//ui/base:ui_data_pack", |
| 208 "//ui/events:events_base", | 208 "//ui/events:events_base", |
| 209 "//ui/gfx", | 209 "//ui/gfx", |
| 210 "//ui/gfx/geometry", | 210 "//ui/gfx/geometry", |
| 211 "//ui/gl:gl_features", |
| 211 "//ui/message_center", | 212 "//ui/message_center", |
| 212 "//ui/resources", | 213 "//ui/resources", |
| 213 "//ui/shell_dialogs", | 214 "//ui/shell_dialogs", |
| 214 "//ui/strings", | 215 "//ui/strings", |
| 215 ] | 216 ] |
| 216 data_deps = [] | 217 data_deps = [] |
| 217 | 218 |
| 218 sources += | 219 sources += |
| 219 rebase_path(gypi_values.chrome_browser_undo_sources, ".", "//chrome") | 220 rebase_path(gypi_values.chrome_browser_undo_sources, ".", "//chrome") |
| 220 | 221 |
| (...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1360 # linking all of the test support. | 1361 # linking all of the test support. |
| 1361 static_library("pepper_cdm_test_constants") { | 1362 static_library("pepper_cdm_test_constants") { |
| 1362 testonly = true | 1363 testonly = true |
| 1363 visibility = [ "//chrome/*" ] | 1364 visibility = [ "//chrome/*" ] |
| 1364 sources = [ | 1365 sources = [ |
| 1365 "media/pepper_cdm_test_constants.cc", | 1366 "media/pepper_cdm_test_constants.cc", |
| 1366 "media/pepper_cdm_test_constants.h", | 1367 "media/pepper_cdm_test_constants.h", |
| 1367 ] | 1368 ] |
| 1368 } | 1369 } |
| 1369 } | 1370 } |
| OLD | NEW |