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

Unified Diff: chrome/tools/build/chromeos/FILES.cfg

Issue 7747020: Remove NaCL files from chromeos staging/archiving lists. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/chromeos/FILES.cfg
diff --git a/chrome/tools/build/chromeos/FILES.cfg b/chrome/tools/build/chromeos/FILES.cfg
index db0b2b741103794c415d62e5c639fabc6050bcd3..0ea442a7126839af87c09a992b440c1955785d2b 100644
--- a/chrome/tools/build/chromeos/FILES.cfg
+++ b/chrome/tools/build/chromeos/FILES.cfg
@@ -108,29 +108,30 @@ FILES = [
'buildtype': ['dev', 'official'],
},
# Native Client plugin files:
- {
- 'filename': 'libppGoogleNaClPluginChrome.so',
- 'arch': ['32bit', '64bit'],
- 'buildtype': ['dev', 'official'],
- },
- {
- 'filename': 'nacl_irt_x86_32.nexe',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- },
- {
- 'filename': 'nacl_irt_x86_64.nexe',
- 'arch': ['64bit'],
- 'buildtype': ['dev', 'official'],
- },
- {
- 'filename': 'nacl_helper.so',
- 'arch': ['32bit', '64bit'],
- 'buildtype': ['dev', 'official'],
- },
- {
- 'filename': 'nacl_helper_bootstrap',
- 'arch': ['32bit', '64bit'],
- 'buildtype': ['dev', 'official'],
- },
+ # Currently disabled as per http://crbug.com/94171
+# {
+# 'filename': 'libppGoogleNaClPluginChrome.so',
+# 'arch': ['32bit', '64bit'],
+# 'buildtype': ['dev', 'official'],
+# },
+# {
+# 'filename': 'nacl_irt_x86_32.nexe',
+# 'arch': ['32bit'],
+# 'buildtype': ['dev', 'official'],
+# },
+# {
+# 'filename': 'nacl_irt_x86_64.nexe',
+# 'arch': ['64bit'],
+# 'buildtype': ['dev', 'official'],
+# },
+# {
+# 'filename': 'nacl_helper.so',
+# 'arch': ['32bit', '64bit'],
+# 'buildtype': ['dev', 'official'],
+# },
+# {
+# 'filename': 'nacl_helper_bootstrap',
+# 'arch': ['32bit', '64bit'],
+# 'buildtype': ['dev', 'official'],
+# },
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698