summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_switches.cc
diff options
context:
space:
mode:
authorpodivilov@chromium.org <podivilov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-23 11:59:35 +0000
committerpodivilov@chromium.org <podivilov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-23 11:59:35 +0000
commit407dfa63ec09c5110ad778386c7808b7b5d0cb4f (patch)
tree5bbfe925528be36192f7451b5d0ca1880a0eaf41 /webkit/tools/test_shell/test_shell_switches.cc
parentec9d7c5ae2162d87bab37871ca0eb25ebe44ae6c (diff)
downloadchromium_src-407dfa63ec09c5110ad778386c7808b7b5d0cb4f.zip
chromium_src-407dfa63ec09c5110ad778386c7808b7b5d0cb4f.tar.gz
chromium_src-407dfa63ec09c5110ad778386c7808b7b5d0cb4f.tar.bz2
Add --dart-flags and --disable-dart command line switches.
R=darin@chromium.org Review URL: http://codereview.chromium.org/8905006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115707 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell_switches.cc')
-rw-r--r--webkit/tools/test_shell/test_shell_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
index 087b791..3143ec1 100644
--- a/webkit/tools/test_shell/test_shell_switches.cc
+++ b/webkit/tools/test_shell/test_shell_switches.cc
@@ -85,4 +85,7 @@ const char kEnableAccel2DCanvas[] = "enable-accelerated-2d-canvas";
const char kEnableAccelCompositing[] = "enable-accelerated-compositing";
+// Options to pass to the Dart VM.
+const char kDartFlags[] = "dart-flags";
+
} // namespace test_shell