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

Unified Diff: gpu/demos/run_demo_ppapi.sh

Issue 9310105: Cleanup: Remove even more dead switches. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 11 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 | « content/public/common/content_switches.cc ('k') | ui/gfx/compositor/compositor_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/demos/run_demo_ppapi.sh
===================================================================
--- gpu/demos/run_demo_ppapi.sh (revision 120364)
+++ gpu/demos/run_demo_ppapi.sh (working copy)
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -22,7 +22,7 @@
PLUGIN_LIB="$CHROME_SRC/out/Debug/lib${1}_ppapi.so"
PLUGIN_MIME="pepper-application/x-gpu-demo"
cd "$CHROME_SRC"
-make "${1}_ppapi" && out/Debug/chrome --use-gl=osmesa --enable-gpu-plugin \
+make "${1}_ppapi" && out/Debug/chrome --use-gl=osmesa \
"${CHROME_DEBUG}" \
--register-pepper-plugins="$PLUGIN_LIB;$PLUGIN_MIME" \
"file://$CHROME_SRC/gpu/demos/pepper_gpu_demo.html"
« no previous file with comments | « content/public/common/content_switches.cc ('k') | ui/gfx/compositor/compositor_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698