summaryrefslogtreecommitdiff
path: root/chromium/docs/README.md
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-24 11:40:17 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-24 12:42:11 +0000
commit5d87695f37678f96492b258bbab36486c59866b4 (patch)
treebe9783bbaf04fb930c4d74ca9c00b5e7954c8bc6 /chromium/docs/README.md
parent6c11fb357ec39bf087b8b632e2b1e375aef1b38b (diff)
downloadqtwebengine-chromium-5d87695f37678f96492b258bbab36486c59866b4.tar.gz
BASELINE: Update Chromium to 75.0.3770.56
Change-Id: I86d2007fd27a45d5797eee06f4c9369b8b50ac4f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/docs/README.md')
-rw-r--r--chromium/docs/README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/chromium/docs/README.md b/chromium/docs/README.md
index 2d73da3a3fa..5e1a56e2e3f 100644
--- a/chromium/docs/README.md
+++ b/chromium/docs/README.md
@@ -236,9 +236,6 @@ used when committed.
* [Handling cygwin rebaseall failures](cygwin_dll_remapping_failure.md)
* [Hacking on ANGLE in Chromium](angle_in_chromium.md) - OpenGL ES 2.0 built
on top of DirectX
-* [Retrieveing Code Analysis Warnings](retrieving_code_analysis_warnings.md) -
- How to retrieve and summarize the warnings generated by Microsoft VC++'s
- `/analyze` compile option.
* [Windows Split DLLs](windows_split_dll.md) - Splitting `chrome.dll` into
multiple dlls to work around toolchain limitations on Windows.
@@ -266,6 +263,8 @@ used when committed.
What are .build_config files and how they are used.
* [Android App Bundles](../build/android/docs/android_app_bundles.md) -
How to build Android app bundles for Chrome.
+* [Dynamic Feature Modules (DFMs)](android_dynamic_feature_modules.md) - How
+ to create dynamic feature modules.
### Misc iOS-Specific Docs
* [Continuous Build and Test Infrastructure for Chromium for iOS](ios/infra.md)
@@ -290,6 +289,10 @@ used when committed.
* [Piranha Plant](piranha_plant.md) - Future architecture of MediaStreams
* [Video Decode/Encode Accelerator Tests](media/gpu/vdatest_usage.md) - How to
use the accelerated video decoder/encoder test programs.
+* [Video Decoder Tests](media/gpu/video_decoder_test_usage.md) - Running the
+ new video decoder tests.
+* [Video Decoder Performance Tests](media/gpu/video_decoder_perf_test_usage.md) -
+ Running the new video decoder performance tests.
### Accessibility
* [Accessibility Overview](accessibility/overview.md) - Overview of
@@ -334,6 +337,7 @@ used when committed.
* [Documentation Guidelines](documentation_guidelines.md)
* [Chromium Browser vs Google Chrome](chromium_browser_vs_google_chrome.md) -
What's the difference between _Chromium Browser_ and _Google Chrome_?
+* [Google Chrome branded builds](google_chrome_branded_builds.md)
* [Proxy Auto Config using WPAD](proxy_auto_config.md) - How WPAD servers are
used to automatically set proxy settings.
* [Installing Chromium OS on VMWare](installation_at_vmware.md) - How to