| Index: third_party/WebKit/Source/modules/modules.gni
|
| diff --git a/third_party/WebKit/Source/modules/modules.gni b/third_party/WebKit/Source/modules/modules.gni
|
| index 5961dc3040f1540544b8b26c6f93bf844c54289d..316fc9a9535340e23dd03c3f9db118ed24c3840d 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gni
|
| +++ b/third_party/WebKit/Source/modules/modules.gni
|
| @@ -9,17 +9,6 @@
|
| # separate .gni.
|
| import("//third_party/WebKit/Source/config.gni")
|
|
|
| -_gypi = exec_script(
|
| - "//build/gypi_to_gn.py",
|
| - [
|
| - rebase_path("modules.gypi"),
|
| - "--replace=<(SHARED_INTERMEDIATE_DIR)=$root_gen_dir",
|
| - "--replace=<(blink_modules_output_dir)=$root_gen_dir/blink/modules",
|
| - ],
|
| - "scope",
|
| - [ "modules.gypi" ])
|
| -modules_files = get_path_info(_gypi.modules_files, "abspath")
|
| -
|
| # Defines a part of blink modules. This is either a source set or a static
|
| # library with defaults for commonly-used values.
|
| #
|
|
|