| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 16d28a8 commit f0da591
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -157,7 +157,7 @@ class ZipReaderTest : public PlatformTest { | |||
| 157 | 157 | ||
| 158 | 158 | static base::FilePath GetTestDataDirectory() { | |
| 159 | 159 | base::FilePath path; | |
| 160 | - CHECK(base::PathService::Get(base::DIR_SOURCE_ROOT, &path)); | ||
| 160 | + CHECK(base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &path)); | ||
| 161 | 161 | return path.AppendASCII("third_party") | |
| 162 | 162 | .AppendASCII("zlib") | |
| 163 | 163 | .AppendASCII("google") | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -206,7 +206,7 @@ class VirtualFileSystem : public zip::FileAccessor { | |||
| 206 | 206 | ||
| 207 | 207 | info->is_directory = !files_.count(path); | |
| 208 | 208 | info->last_modified = | |
| 209 | - base::Time::FromDoubleT(172097977); // Some random date. | ||
| 209 | + base::Time::FromSecondsSinceUnixEpoch(172097977); // Some random date. | ||
| 210 | 210 | ||
| 211 | 211 | return true; | |
| 212 | 212 | } | |
@@ -256,7 +256,7 @@ class ZipTest : public PlatformTest { | |||
| 256 | 256 | ||
| 257 | 257 | static base::FilePath GetDataDirectory() { | |
| 258 | 258 | base::FilePath path; | |
| 259 | - bool success = base::PathService::Get(base::DIR_SOURCE_ROOT, &path); | ||
| 259 | + bool success = base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &path); | ||
| 260 | 260 | EXPECT_TRUE(success); | |
| 261 | 261 | return std::move(path) | |
| 262 | 262 | .AppendASCII("third_party") | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,8 @@ This a list of all the dependencies: | |||
| 30 | 30 | * [uv][] | |
| 31 | 31 | * [uvwasi 0.0.19][] | |
| 32 | 32 | * [V8][] | |
| 33 | - * [zlib 1.2.13.1-motley-fef5869][] | ||
| 33 | + * [zlib 1.2.13.1-motley-dfc48fc][] | ||
| 34 | + * [V8 11.8.172.12][] | ||
| 34 | 35 | ||
| 35 | 36 | Any code which meets one or more of these conditions should | |
| 36 | 37 | be managed as a dependency: | |
@@ -304,7 +305,7 @@ See [maintaining-web-assembly][] for more informations. | |||
| 304 | 305 | high-performance JavaScript and WebAssembly engine, written in C++. | |
| 305 | 306 | See [maintaining-V8][] for more informations. | |
| 306 | 307 | ||
| 307 | - ### zlib 1.2.13.1-motley-fef5869 | ||
| 308 | + ### zlib 1.2.13.1-motley-dfc48fc | ||
| 308 | 309 | ||
| 309 | 310 | The [zlib](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/third_party/zlib) | |
| 310 | 311 | dependency lossless data-compression library, | |
@@ -341,4 +342,4 @@ performance improvements not currently available in standard zlib. | |||
| 341 | 342 | [uv]: #uv | |
| 342 | 343 | [uvwasi 0.0.19]: #uvwasi-0019 | |
| 343 | 344 | [v8]: #v8 | |
| 344 | - [zlib 1.2.13.1-motley-fef5869]: #zlib-12131-motley-fef5869 | ||
| 345 | + [zlib 1.2.13.1-motley-dfc48fc]: #zlib-12131-motley-dfc48fc | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments