Commit 99d0e11b authored by engedy's avatar engedy Committed by Commit bot

Create GN build step for transform_additional_modules_list.py.

BUG=None

Review URL: https://codereview.chromium.org/581383002

Cr-Commit-Position: refs/heads/master@{#297416}
parent 5b9c230a
...@@ -681,10 +681,13 @@ action("about_credits") { ...@@ -681,10 +681,13 @@ action("about_credits") {
} }
# GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen
# TODO(GYP) write internal action if (is_chrome_branded) {
if (false) { #if (is_chrome_branded) {
action("chrome_internal_resources_gen") { action("chrome_internal_resources_gen") {
# TODO(GYP) script = "internal/transform_additional_modules_list.py"
sources = [ "internal/resources/additional_modules_list.input" ]
outputs = [ additional_modules_list_file ]
args = rebase_path(sources, root_build_dir) +
rebase_path(outputs, root_build_dir)
} }
} else { } else {
group("chrome_internal_resources_gen") { group("chrome_internal_resources_gen") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment