Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: third_party/WebKit/Source/modules/modules.gni

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
#
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/BUILD.gn ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698