Index: sky/shell/switches.cc |
diff --git a/sky/shell/switches.cc b/sky/shell/switches.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0320e96ac4af97ea5e5517b2d685478bca260d07 |
--- /dev/null |
+++ b/sky/shell/switches.cc |
@@ -0,0 +1,17 @@ |
+// Copyright 2013 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. |
+ |
+#include "sky/shell/switches.h" |
+ |
+namespace sky { |
+namespace shell { |
+namespace switches { |
+ |
+const char kHelp[] = "help"; |
+const char kPackageRoot[] = "package-root"; |
+const char kSnapshot[] = "snapshot"; |
+ |
+} // namespace switches |
+} // namespace shell |
+} // namespace sky |