| OLD | NEW |
| 1 # Copyright 2014 Tfe Chromium Authors. All rights reserved. | 1 # Copyright 2014 Tfe 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("//third_party/WebKit/Source/modules/modules.gni") | 5 import("//third_party/WebKit/Source/modules/modules.gni") |
| 6 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") | 6 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") |
| 7 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 7 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| 8 | 8 |
| 9 group("bindings_modules_generated") { | 9 group("bindings_modules_generated") { |
| 10 visibility = [ "//third_party/WebKit/*" ] | 10 visibility = [ "//third_party/WebKit/*" ] |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "//third_party/WebKit/Source/modules:modules_implementation", | 188 "//third_party/WebKit/Source/modules:modules_implementation", |
| 189 "//third_party/WebKit/Source:non_test_config", | 189 "//third_party/WebKit/Source:non_test_config", |
| 190 "//third_party/WebKit/Source:inside_blink", | 190 "//third_party/WebKit/Source:inside_blink", |
| 191 ] | 191 ] |
| 192 | 192 |
| 193 deps = [ | 193 deps = [ |
| 194 ":event_modules", | 194 ":event_modules", |
| 195 ":event_modules_names", | 195 ":event_modules_names", |
| 196 ":event_target_modules_names", | 196 ":event_target_modules_names", |
| 197 "//third_party/WebKit/Source/core", | 197 "//third_party/WebKit/Source/core", |
| 198 "//third_party/WebKit/Source/wtf", | 198 "//third_party/WebKit/Source/platform/wtf", |
| 199 "//v8", | 199 "//v8", |
| 200 ] | 200 ] |
| 201 } | 201 } |
| OLD | NEW |