0
Go to file
Andrew Grieve fe897a07fb Reland : "private_code_test: Parse build.ninja to collect linker inputs"
This reverts commit 77442049ed.

Reason for reland: Adding missing dep

Original change's description:
> Revert "Reland : "private_code_test: Parse build.ninja to collect linker inputs""
>
> This reverts commit ad1ae9d3bc.
>
> Reason for revert: Speculative revert because the original
> error persists:
> logging.info('Found %d linker inputs', len(object_paths)) 
>                                            ^^^^^^^^^^^^^^^^^ 
> TypeError: object of type 'NoneType' has no len() 
>
> Affected bots:
> arm64-unpublished-builder [58 since first detection]
> x64-builder [44 since first detection]
> Deterministic Android [12 since first detection]
>
> Original change's description:
> > Reland : "private_code_test: Parse build.ninja to collect linker inputs"
> >
> > This reverts commit f58220e296.
> >
> > Reason for reland: Disabled test for is_component_build=true
> >
> > Also removed the now unnecessary --collect-inputs-only copy of
> > chrome executable.
> >
> > Original change's description:
> > > Revert "Reland "private_code_test: Parse build.ninja to collect linker inputs""
> > >
> > > This reverts commit 269acc3c8a.
> > >
> > > Reason for revert: Failing locally:
> > >     logging.info('Found %d linker inputs', len(object_paths))
> > >                                            ^^^^^^^^^^^^^^^^^
> > > TypeError: object of type 'NoneType' has no len()
> > > build failed
> > >
> > >
> > > Original change's description:
> > > > Reland "private_code_test: Parse build.ninja to collect linker inputs"
> > > >
> > > > This reverts commit 83e7953b96.
> > > >
> > > > Reason for revert: Adds non-deterministics files to ignorelist
> > > >
> > > > Original change's description:
> > > > > Revert "private_code_test: Parse build.ninja to collect linker inputs"
> > > > >
> > > > > This reverts commit a6dddc3de1.
> > > > >
> > > > > Reason for revert: Suspected of causing failure in deterministic build - https://ci.chromium.org/ui/p/chromium/builders/ci/Deterministic%20Linux/51954 (https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket/8725202020735429233/+/u/compare_build_artifacts/stdout)
> > > > >
> > > > > Original change's description:
> > > > > > private_code_test: Parse build.ninja to collect linker inputs
> > > > > >
> > > > > > Although slower, this handles the case where GN targets are in public
> > > > > > code, but include source files from private code.
> > > > > >
> > > > > > Bug: 40204298
> > > > > > Change-Id: If571518f07855946a16e5aeebe0cace661cc75dd
> > > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5756917
> > > > > > Commit-Queue: Andrew Grieve <agrieve@chromium.org>
> > > > > > Reviewed-by: Dirk Pranke <dpranke@google.com>
> > > > > > Cr-Commit-Position: refs/heads/main@{#1408713}
> > > > >
> > > > > Bug: 40204298
> > > > > Change-Id: I9584a8e46d28ce0f64d263c88d8041cb51368471
> > > > > No-Presubmit: true
> > > > > No-Tree-Checks: true
> > > > > No-Try: true
> > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6184083
> > > > > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
> > > > > Reviewed-by: Andrew Grieve <agrieve@chromium.org>
> > > > > Reviewed-by: Dirk Pranke <dpranke@google.com>
> > > > > Commit-Queue: Andrew Grieve <agrieve@chromium.org>
> > > > > Cr-Commit-Position: refs/heads/main@{#1408751}
> > > >
> > > > Bug: 40204298
> > > > Change-Id: I330e111f9cf3ca47af8d5c5142d362728a1c429a
> > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6185547
> > > > Commit-Queue: Andrew Grieve <agrieve@chromium.org>
> > > > Reviewed-by: Dirk Pranke <dpranke@google.com>
> > > > Cr-Commit-Position: refs/heads/main@{#1409216}
> > >
> > > Bug: 40204298
> > > Change-Id: Ia4f3026884ed49606ac337de5f441ade433b9f0e
> > > No-Presubmit: true
> > > No-Tree-Checks: true
> > > No-Try: true
> > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6187366
> > > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
> > > Owners-Override: Andrew Grieve <agrieve@chromium.org>
> > > Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
> > > Auto-Submit: Andrew Grieve <agrieve@chromium.org>
> > > Cr-Commit-Position: refs/heads/main@{#1409266}
> >
> > Bug: 40204298
> > Change-Id: If2c86c7acf2634520bfe89c0eca26d832ae939f0
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6194532
> > Reviewed-by: Dirk Pranke <dpranke@google.com>
> > Commit-Queue: Andrew Grieve <agrieve@chromium.org>
> > Cr-Commit-Position: refs/heads/main@{#1410508}
>
> Bug: 40204298
> Change-Id: Idbdbcca4fa4de4b76b3eebc17e0d2145ca582326
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6196857
> Commit-Queue: Adem Derinel <derinel@google.com>
> Owners-Override: Ivana Žužić <izuzic@google.com>
> Reviewed-by: Adem Derinel <derinel@google.com>
> Auto-Submit: Ivana Žužić <izuzic@google.com>
> Cr-Commit-Position: refs/heads/main@{#1410842}

Bug: 40204298
Change-Id: I0cd0eabe12147264cc58cc54e74e934609548e29
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6198819
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1411095}
2025-01-24 11:47:05 -08:00
2025-01-24 11:36:19 -08:00
2025-01-21 12:13:23 -08:00
2025-01-16 11:12:45 -08:00
2025-01-21 12:55:49 -08:00
2025-01-21 12:13:23 -08:00
2025-01-23 03:09:00 -08:00

Logo Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

The project's web site is https://www.chromium.org.

To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.

Documentation in the source is rooted in docs/README.md.

Learn how to Get Around the Chromium Source Code Directory Structure.

For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.

If you found a bug, please file it at https://crbug.com/new.

Description
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
https://www.mobibrw.com/gitea-mirrors/chromium/src.git
Readme BSD-3-Clause 89 GiB
Languages
C++ 74.4%
Java 8.2%
Objective-C++ 4.6%
TypeScript 4%
Python 2.5%
Other 6.1%