Commit 329994db authored by Stefan Zager's avatar Stefan Zager Committed by Commit Bot

Revert "[Feed] Import feed@8f0baf678cd55565412717d583f036a9b529bfdc"

This reverts commit 2d343ac8.

Reason for revert: Compile failure:

https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/android-rel/5323

Original change's description:
> [Feed] Import feed@8f0baf678cd55565412717d583f036a9b529bfdc
> 
>        +62,280 bytes main lib size
>       +479,128 bytes main dex size
>       +771,550 bytes normalized apk size
>       +295,224 bytes APK size
>       +855,804 bytes Estimated installed size (Android Go)
>     +2,230,901 bytes Estimated installed size
> InstallBreakdown (+2,229,176 bytes):
>         +2,802 bytes unwind_cfi (dev and canary only) size
>         +2,718 bytes Non-compiled Android resources size
>        +62,280 bytes Native code size
>           +551 bytes Package metadata size
>     +2,145,521 bytes Java code size
>        +15,304 bytes Compiled Android resources size
>         +2,448 entries fields
>         +3,462 entries methods
>           +789 entries types
>         +1,727 entries strings
> 
> Specifics: 
> InstallSize: 
> Dex: 
> Change-Id: Iee99df34b6c2fe177619c9d8978b10351b7a6375
> Reviewed-on: https://chromium-review.googlesource.com/c/1367364
> Reviewed-by: Filip Gorski <fgorski@chromium.org>
> Commit-Queue: Sky Malice <skym@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#614728}

TBR=fgorski@chromium.org,skym@chromium.org

Change-Id: I70d82a859a0dc8ad2cd2547d386874176ff2bd68
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/1368047Reviewed-by: default avatarStefan Zager <szager@chromium.org>
Commit-Queue: Stefan Zager <szager@chromium.org>
Cr-Commit-Position: refs/heads/master@{#614739}
parent be615a88
...@@ -190,7 +190,7 @@ vars = { ...@@ -190,7 +190,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'feed_revision': '8f0baf678cd55565412717d583f036a9b529bfdc', 'feed_revision': '5eaab0ec4f162c4f8d7901e14333127b16bcb7ac',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_sdk_build-tools_version # the commit queue can handle CLs rolling android_sdk_build-tools_version
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
...@@ -2,7 +2,7 @@ Name: Feed ...@@ -2,7 +2,7 @@ Name: Feed
Short name: feed Short name: feed
URL: https://chromium.googlesource.com/feed URL: https://chromium.googlesource.com/feed
Version: 0 Version: 0
Revision: 8f0baf678cd55565412717d583f036a9b529bfdc Revision: 5eaab0ec4f162c4f8d7901e14333127b16bcb7ac
License: Apache 2.0 License: Apache 2.0
License File: LICENSE License File: LICENSE
Security Critical: yes Security Critical: yes
......
...@@ -268,7 +268,5 @@ feed_conformance_test_lib_sources = [ ...@@ -268,7 +268,5 @@ feed_conformance_test_lib_sources = [
"src/src/main/java/com/google/android/libraries/feed/testing/conformance/network/NetworkClientConformanceTest.java", "src/src/main/java/com/google/android/libraries/feed/testing/conformance/network/NetworkClientConformanceTest.java",
"src/src/main/java/com/google/android/libraries/feed/testing/conformance/scheduler/SchedulerConformanceTest.java", "src/src/main/java/com/google/android/libraries/feed/testing/conformance/scheduler/SchedulerConformanceTest.java",
"src/src/main/java/com/google/android/libraries/feed/testing/conformance/storage/ContentStorageConformanceTest.java", "src/src/main/java/com/google/android/libraries/feed/testing/conformance/storage/ContentStorageConformanceTest.java",
"src/src/main/java/com/google/android/libraries/feed/testing/conformance/storage/ContentStorageDirectConformanceTest.java",
"src/src/main/java/com/google/android/libraries/feed/testing/conformance/storage/JournalStorageConformanceTest.java", "src/src/main/java/com/google/android/libraries/feed/testing/conformance/storage/JournalStorageConformanceTest.java",
"src/src/main/java/com/google/android/libraries/feed/testing/conformance/storage/JournalStorageDirectConformanceTest.java",
] ]
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# found in the LICENSE file. # found in the LICENSE file.
feed_lib_proto_sources = [ feed_lib_proto_sources = [
"src/src/main/java/com/google/android/libraries/feed/sharedstream/proto/scroll_state.proto",
"src/src/main/proto/com/google/android/libraries/feed/api/proto/stream_data.proto", "src/src/main/proto/com/google/android/libraries/feed/api/proto/stream_data.proto",
"src/src/main/proto/com/google/android/libraries/feed/basicstream/internal/proto/stream_saved_instance_state.proto", "src/src/main/proto/com/google/android/libraries/feed/basicstream/internal/proto/stream_saved_instance_state.proto",
"src/src/main/proto/search/now/ui/action/feed_action.proto", "src/src/main/proto/search/now/ui/action/feed_action.proto",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment