| 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/split_static_library.gni") | 5 import("//build/split_static_library.gni") |
| 6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 7 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
| 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 | 315 |
| 316 configs += [ | 316 configs += [ |
| 317 "//third_party/WebKit/Source:config", | 317 "//third_party/WebKit/Source:config", |
| 318 "//third_party/WebKit/Source:inside_blink", | 318 "//third_party/WebKit/Source:inside_blink", |
| 319 "//third_party/WebKit/Source/core:blink_core_pch", | 319 "//third_party/WebKit/Source/core:blink_core_pch", |
| 320 ] | 320 ] |
| 321 | 321 |
| 322 deps = [ | 322 deps = [ |
| 323 ":modules", | 323 ":modules", |
| 324 ":modules_testing", | 324 ":modules_testing", |
| 325 "//components/payments/content:mojom_blink", | 325 "//components/payments/mojom:mojom_blink", |
| 326 "//skia", | 326 "//skia", |
| 327 "//testing/gmock", | 327 "//testing/gmock", |
| 328 "//testing/gtest", | 328 "//testing/gtest", |
| 329 "//third_party/WebKit/Source/core", | 329 "//third_party/WebKit/Source/core", |
| 330 "//third_party/WebKit/Source/wtf", | 330 "//third_party/WebKit/Source/wtf", |
| 331 "//v8", | 331 "//v8", |
| 332 ] | 332 ] |
| 333 } | 333 } |
| OLD | NEW |