| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 | 304 |
| 305 configs += [ | 305 configs += [ |
| 306 "//third_party/WebKit/Source:config", | 306 "//third_party/WebKit/Source:config", |
| 307 "//third_party/WebKit/Source:inside_blink", | 307 "//third_party/WebKit/Source:inside_blink", |
| 308 "//third_party/WebKit/Source/core:blink_core_pch", | 308 "//third_party/WebKit/Source/core:blink_core_pch", |
| 309 ] | 309 ] |
| 310 | 310 |
| 311 deps = [ | 311 deps = [ |
| 312 ":modules", | 312 ":modules", |
| 313 ":modules_testing", | 313 ":modules_testing", |
| 314 "//components/payments:payment_request_blink", | 314 "//components/payments/content:payment_request_blink", |
| 315 "//skia", | 315 "//skia", |
| 316 "//testing/gmock", | 316 "//testing/gmock", |
| 317 "//testing/gtest", | 317 "//testing/gtest", |
| 318 "//third_party/WebKit/Source/core", | 318 "//third_party/WebKit/Source/core", |
| 319 "//third_party/WebKit/Source/wtf", | 319 "//third_party/WebKit/Source/wtf", |
| 320 "//v8", | 320 "//v8", |
| 321 ] | 321 ] |
| 322 } | 322 } |
| OLD | NEW |