| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 configs += [ | 321 configs += [ |
| 322 "//third_party/WebKit/Source:config", | 322 "//third_party/WebKit/Source:config", |
| 323 "//third_party/WebKit/Source:inside_blink", | 323 "//third_party/WebKit/Source:inside_blink", |
| 324 "//third_party/WebKit/Source/core:blink_core_pch", | 324 "//third_party/WebKit/Source/core:blink_core_pch", |
| 325 ] | 325 ] |
| 326 | 326 |
| 327 deps = [ | 327 deps = [ |
| 328 ":modules", | 328 ":modules", |
| 329 ":modules_testing", | 329 ":modules_testing", |
| 330 "//components/payments/mojom:mojom_blink", | 330 "//components/payments/mojom:mojom_blink", |
| 331 "//components/webauth:webauth_blink", |
| 331 "//skia", | 332 "//skia", |
| 332 "//testing/gmock", | 333 "//testing/gmock", |
| 333 "//testing/gtest", | 334 "//testing/gtest", |
| 334 "//third_party/WebKit/Source/core", | 335 "//third_party/WebKit/Source/core", |
| 335 "//third_party/WebKit/Source/platform/wtf", | 336 "//third_party/WebKit/Source/platform/wtf", |
| 336 "//v8", | 337 "//v8", |
| 337 ] | 338 ] |
| 338 } | 339 } |
| OLD | NEW |