|
Move session into //blimp/client/app and update GN files.
As part of making the Android Blimp APK compatible with the
//blimp/client/public APIs, this first CL moves the session code into
//blimp/client/app. This includes the GN-targets to ensure that they are
easily identifiable as belonging to the app directory.
This moves the APK-target itself, which means that the testing bots
needed to be updated with the new path to the target. In addition, the
lint suppressions needed to be updated with a new path.
The //blimp/client:blimp_unittests_java_deps (moved from //blimp), still
needs to be referred to directly by //blimp/BUILD.gn, because adding it
as a deps to //blimp/client:unit_tests on the Android platform does not
make the Java classes end up in the unit test APK. Other than this, the
rest of the targets have now been moved to //blimp/client and
//blimp/client/app.
Some targets have been renamed since they now reside in the app
directory.
Lastly, since the visibility parts of //blimp/client/core is cleaned up,
a bug was also filed for removing the visibility for internal core
targets for the engine browser tests.
BUG= 651964, 653789
Committed: https://crrev.com/1ce09cbb95446995ca12230ccf86b3467d0259f1
Cr-Commit-Position: refs/heads/master@{#423825}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+254 lines, -904 lines) |
Patch |
 |
M |
blimp/BUILD.gn
|
View
|
1
2
3
|
5 chunks |
+4 lines, -50 lines |
0 comments
|
Download
|
 |
M |
blimp/client/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+39 lines, -342 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/app/BUILD.gn
|
View
|
|
10 chunks |
+123 lines, -96 lines |
0 comments
|
Download
|
 |
M |
blimp/client/app/android/blimp_client_session_android.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/app/linux/blimp_client_session_linux.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
blimp/client/app/session/blimp_client_session.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/app/session/blimp_client_session.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
blimp/client/app/session/test_client_session.h
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/app/session/test_client_session.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/BUILD.gn
|
View
|
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/common/BUILD.gn
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/compositor/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/contents/BUILD.gn
|
View
|
1
2
3
4
5
6
|
4 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/context/BUILD.gn
|
View
|
1
2
3
4
5
|
4 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/geolocation/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/input/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/render_widget/BUILD.gn
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/session/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/settings/BUILD.gn
|
View
|
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/switches/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
D |
blimp/client/session/blimp_client_session.h
|
View
|
|
1 chunk |
+0 lines, -136 lines |
0 comments
|
Download
|
 |
D |
blimp/client/session/blimp_client_session.cc
|
View
|
|
1 chunk |
+0 lines, -194 lines |
0 comments
|
Download
|
 |
D |
blimp/client/session/test_client_session.h
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
blimp/client/session/test_client_session.cc
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/browser_tests/input_browsertest.cc
|
View
|
1
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/browser_tests/navigation_browsertest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
build/android/lint/suppressions.xml
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
testing/buildbot/gn_isolate_map.pyl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 34 (26 generated)
|