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

Issue 8591035: Clean up disable_nacl (Closed)

Created:
9 years, 1 month ago by Roland McGrath
Modified:
9 years, 1 month ago
Reviewers:
Mark Seaborn
CC:
chromium-reviews, native-client-reviews_googlegroups.com, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Clean up disable_nacl The status quo is to compile in a bunch of dead code under disable_nacl. It's then littered with conditionals to avoid using things not linked in. That's just silly. When NaCl is disabled, we should not compile any of it in. BUG= none TEST= builds with and without GYP_DEFINES=disable_nacl=1 R=mseaborn@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110712

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -22 lines) Patch
M chrome/browser/nacl_host/nacl_process_host.cc View 6 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +10 lines, -6 lines 0 comments Download
M chrome/renderer/chrome_ppapi_interfaces.cc View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Roland McGrath
9 years, 1 month ago (2011-11-17 23:15:00 UTC) #1
Mark Seaborn
9 years, 1 month ago (2011-11-17 23:18:28 UTC) #2
LGTM. Much nicer now, thanks!

Powered by Google App Engine
This is Rietveld 408576698