|
Move blimp switches to core
Currently the command line switches for blimp are in the app directory,
but the code that will be using it will need to live in
//blimp/client/core. This means that the switches should be made
available to that code.
It is not moved to the public directory because for now it should not
be necessary for embedders to use them, and we should aim for the
configurations there to be made available as real runtime APIs instead.
BUG= 611097
Committed: https://crrev.com/3f0f0534e9be73b50afde189218160cf45648884
Cr-Commit-Position: refs/heads/master@{#406100}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+32 lines, -110 lines) |
Patch |
 |
M |
blimp/client/BUILD.gn
|
View
|
|
5 chunks |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
D |
blimp/client/app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
M |
blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
D |
blimp/client/app/blimp_client_switches.h
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
D |
blimp/client/app/blimp_client_switches.cc
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/BUILD.gn
|
View
|
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/core/blimp_client_switches.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/core/blimp_client_switches.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/client/session/assignment_source.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/session/assignment_source_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/session/blimp_client_session.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
blimp/engine/browser_tests/DEPS
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/browser_tests/blimp_browser_test.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 9 (3 generated)
|