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

Unified Diff: blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java

Issue 2154363002: Move blimp switches to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « blimp/client/core/BUILD.gn ('k') | blimp/client/core/blimp_client_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java
diff --git a/blimp/client/app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java b/blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java
similarity index 88%
rename from blimp/client/app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java
rename to blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java
index 1a1852190bf6916b6e343be600f93232490048a9..f5478afa08b90a55a27f1533dd5d68c152cd69d0 100644
--- a/blimp/client/app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java
+++ b/blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.blimp;
+package org.chromium.blimp.core;
/**
* Contains all of the command line switches that are specific to the blimp/
@@ -13,7 +13,7 @@ public final class BlimpClientSwitches {
// Specifies the engine's IP address. Must be used in conjunction with
// --engine-port and --engine-transport.
// This is the same command line flag as kEngineIP in
- // blimp/client/app/blimp_client_switches.cc
+ // blimp/client/core/blimp_client_switches.cc
public static final String ENGINE_IP = "engine-ip";
// Prevent instantiation.
« no previous file with comments | « blimp/client/core/BUILD.gn ('k') | blimp/client/core/blimp_client_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698