Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 17d6ca845041f1f375adc7044aba0b2acc14c9e3..5a38977a30762d2d4397527e8ae6207bf01354c8 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -131,8 +131,6 @@ if (!is_android && !is_mac) { |
":chrome_dll", |
":chrome_exe_version", |
":file_pre_reader", |
- |
- # 'chrome_nacl_win64" TODO(GYP) bug 512869 |
brettw
2016/05/04 19:51:28
This is nacl64.exe which gets build inside of nati
|
"//base", |
"//breakpad:breakpad_handler", |
"//breakpad:breakpad_sender", |
@@ -1331,7 +1329,7 @@ if (is_linux) { |
args = [ |
"./" + rebase_path(dump_syms_binary, root_build_dir), |
- "0", # TODO(GYP) This is linux_strip_binary if it is needed. |
+ "0", # strip_binary = false |
rebase_path(chrome_binary, root_build_dir), |
rebase_path(symbol_file, root_build_dir), |
] |