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("//third_party/WebKit/Source/bindings/bindings.gni") | 5 import("//third_party/WebKit/Source/bindings/bindings.gni") |
6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") | 7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") |
8 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 8 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
9 import("//third_party/WebKit/Source/modules/modules.gni") | 9 import("//third_party/WebKit/Source/modules/modules.gni") |
10 | 10 |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 args = [ | 91 args = [ |
92 rebase_path(module_names_in, root_build_dir), | 92 rebase_path(module_names_in, root_build_dir), |
93 "--output_dir", | 93 "--output_dir", |
94 rebase_path(blink_modules_output_dir, root_build_dir), | 94 rebase_path(blink_modules_output_dir, root_build_dir), |
95 ] | 95 ] |
96 } | 96 } |
97 | 97 |
98 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate
d | 98 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate
d |
99 group("make_modules_generated") { | 99 group("make_modules_generated") { |
100 public_deps = [ | 100 public_deps = [ |
| 101 ":module_names", |
| 102 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", |
101 "//third_party/WebKit/Source/core:core_event_interfaces", | 103 "//third_party/WebKit/Source/core:core_event_interfaces", |
102 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", | |
103 ":module_names", | |
104 ] | 104 ] |
105 } | 105 } |
OLD | NEW |