|
Move blimp AssignmentSource to core
The assignment source is an internal detail of Blimp and does not have
to have a public API. It is used by the BlimpClientSession, and in the
process of converting that to have a public API, moving the source
to the internal core folder is one step on the way towards that goal.
This temporarily splits up the session-target in blimp, as the
BlimpClientSession continues to stay in //blimp/client/session.
BUG= 611097
Committed: https://crrev.com/149198074adf37cbda2f834901059728d3ad6342
Cr-Commit-Position: refs/heads/master@{#406399}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+97 lines, -983 lines) |
Patch |
 |
M |
blimp/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+5 lines, -46 lines |
0 comments
|
Download
|
 |
M |
blimp/client/app/android/blimp_client_session_android.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/app/android/java/src/org/chromium/blimp/session/BlimpClientSession.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/app/linux/blimp_main.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/client/core/session/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/core/session/assignment_source.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/core/session/assignment_source.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
blimp/client/core/session/assignment_source_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/core/session/test_selfsigned_cert.pem
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
D |
blimp/client/session/assignment_source.h
|
View
|
|
1 chunk |
+0 lines, -132 lines |
0 comments
|
Download
|
 |
D |
blimp/client/session/assignment_source.cc
|
View
|
|
1 chunk |
+0 lines, -381 lines |
0 comments
|
Download
|
 |
D |
blimp/client/session/assignment_source_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -400 lines |
0 comments
|
Download
|
 |
M |
blimp/client/session/blimp_client_session.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
blimp/client/session/test_selfsigned_cert.pem
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/browser_tests/blimp_browser_test.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/browser_tests/engine_browsertest.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 27 (21 generated)
|