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

Unified Diff: extensions/BUILD.gn

Issue 1969503002: Address more TOOD(GYP) in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 7 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 | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 1a8059e142f82a6b5ce4f17c78ba5a14eab50113..b5e790f07ac0a8537cd845974942560178fe1851 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -251,14 +251,6 @@ test("extensions_browsertests") {
"//third_party/mesa:osmesa",
]
- if (is_win) {
- if (target_cpu == "x86") {
- data_deps += [
- # "$root_out_dir/wow_helper.exe" # TODO(GYP)
- ]
- }
- }
-
if (is_mac) {
deps += [ "shell:app_shell" ] # Needed for App Shell.app's Helper.
}
« no previous file with comments | « no previous file | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698