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

Unified Diff: third_party/yasm/BUILD.gn

Issue 399143006: Check for unused variables in GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | tools/gn/functions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/BUILD.gn
diff --git a/third_party/yasm/BUILD.gn b/third_party/yasm/BUILD.gn
index 4e0c97946adeaf8ef59f0aa2314d3de43feccbe5..34638520e78b74e540bd1517df6ef7c9c10acbb6 100644
--- a/third_party/yasm/BUILD.gn
+++ b/third_party/yasm/BUILD.gn
@@ -41,11 +41,6 @@ if (current_toolchain == host_toolchain) {
"source/config/$os",
"source/patched-yasm",
]
- inputs = [
- config_makefile,
- "source/config/$os/config.h",
- "source/config/$os/libyasm-stdint.h",
- ]
defines = [ "HAVE_CONFIG_H" ]
if (is_posix) {
cflags = [ "-std=gnu99" ]
@@ -380,6 +375,7 @@ if (current_toolchain == host_toolchain) {
compiled_action("generate_module") {
tool = ":genmodule"
+ inputs = [ config_makefile ]
sources = [ "source/patched-yasm/libyasm/module.in" ]
outputs = [ "$target_gen_dir/module.c" ]
args = [
« no previous file with comments | « no previous file | tools/gn/functions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698