@@ -39,12 +39,12 @@ used when committed.
39
39
## Document Index
40
40
41
41
### Checking Out and Building
42
- * [ Linux Build Instructions] ( linux_build_instructions .md) - Linux
42
+ * [ Linux Build Instructions] ( linux/build_instructions .md) - Linux
43
43
* [ Mac Build Instructions] ( mac_build_instructions.md ) - MacOS
44
44
* [ Windows Build Instructions] ( windows_build_instructions.md ) - Windows
45
45
* [ Android Build Instructions] ( android_build_instructions.md ) - Android target
46
46
(on a Linux host)
47
- * [ Cast Build Instructions] ( linux_cast_build_instructions .md) - Cast target
47
+ * [ Cast Build Instructions] ( linux/cast_build_instructions .md) - Cast target
48
48
(on a Linux host)
49
49
* [ Cast for Android Build Instructions] ( android_cast_build_instructions.md ) -
50
50
Cast for Android (on a Linux host)
@@ -53,7 +53,7 @@ used when committed.
53
53
* [ iOS Build Instructions] ( ios/build_instructions.md ) - iOS target (on a MacOS
54
54
host)
55
55
* [ Chrome OS Build Instructions] ( chromeos_build_instructions.md ) - Chrome OS
56
- * [ Linux Chromium ARM Recipes] ( linux_chromium_arm .md) - Recipes for building
56
+ * [ Linux Chromium ARM Recipes] ( linux/chromium_arm .md) - Recipes for building
57
57
Chromium for ARM on Linux.
58
58
* [ Chrome Component Build] ( component_build.md ) - Faster builds using more
59
59
libraries
@@ -193,47 +193,47 @@ used when committed.
193
193
how the bots are maintained.
194
194
195
195
### Misc Linux-Specific Docs
196
- * [ Linux Proxy Config] ( linux_proxy_config .md) - Network proxy sources on Linux
197
- * [ Debugging SSL on Linux] ( linux_debugging_ssl .md) - Tips on debugging SSL
196
+ * [ Linux Proxy Config] ( linux/proxy_config .md) - Network proxy sources on Linux
197
+ * [ Debugging SSL on Linux] ( linux/debugging_ssl .md) - Tips on debugging SSL
198
198
code in Linux
199
- * [ Linux Cert Managment] ( linux_cert_management .md) - Managing X.509
199
+ * [ Linux Cert Managment] ( linux/cert_management .md) - Managing X.509
200
200
Certificates in Linux
201
- * [ Tips for Debugging on Linux] ( linux_debugging .md)
202
- * [ Linux GTK Theme Integration] ( linux_gtk_theme_integration .md) - Having
201
+ * [ Tips for Debugging on Linux] ( linux/debugging .md)
202
+ * [ Linux GTK Theme Integration] ( linux/gtk_theme_integration .md) - Having
203
203
Chrome match the GTK+ theme.
204
- * [ Browser Plugins on Linux] ( linux_plugins .md) - A collection of links to
204
+ * [ Browser Plugins on Linux] ( linux/plugins .md) - A collection of links to
205
205
information on how browser plugins work on Linux
206
- * [ Linux Crash Dumping] ( linux_crash_dumping .md) - How Breakpad uploads crash
206
+ * [ Linux Crash Dumping] ( linux/crash_dumping .md) - How Breakpad uploads crash
207
207
reports to Google crash servers.
208
- * [ Linux Minidump to Core] ( linux_minidump_to_core .md) - How to convert a
208
+ * [ Linux Minidump to Core] ( linux/minidump_to_core .md) - How to convert a
209
209
Breakpad-generated minidump files to a core file readable by most debuggersx
210
- * [ Linux Sandbox IPC] ( linux_sandbox_ipc .md) - The lower level UPC system used
210
+ * [ Linux Sandbox IPC] ( linux/sandbox_ipc .md) - The lower level UPC system used
211
211
to route requests from the bottom of the call stack up into the browser.
212
- * [ Linux Dev Build as Default Browser] ( linux_dev_build_as_default_browser .md) -
212
+ * [ Linux Dev Build as Default Browser] ( linux/dev_build_as_default_browser .md) -
213
213
How to configure a Dev build of Chrome as the default browser in Linux.
214
- * [ Linux Chromium Packages] ( linux_chromium_packages .md) - Packages of Chromium
214
+ * [ Linux Chromium Packages] ( linux/chromium_packages .md) - Packages of Chromium
215
215
browser (not Chrome) provided by some Linux distributions.
216
216
* [ ` seccomp ` Sandbox Crash Dumping] ( seccomp_sandbox_crash_dumping.md ) - Notes
217
217
on crash dumping a process running in a seccomp sandbox.
218
- * [ Linux Password Storage] ( linux_password_storage .md) - Keychain integrations
218
+ * [ Linux Password Storage] ( linux/password_storage .md) - Keychain integrations
219
219
between Chromium and Linux.
220
220
* [ Linux Sublime Development] ( sublime_ide.md ) - Using Sublime as an IDE
221
221
for Chromium development on Linux.
222
- * [ Building and Debugging GTK] ( linux_building_debug_gtk .md) - Building
222
+ * [ Building and Debugging GTK] ( linux/building_debug_gtk .md) - Building
223
223
Chromium against GTK using lower optimization levels and/or more debugging
224
224
symbols.
225
- * [ Debugging GTK] ( linux_debugging_gtk .md) - Using the GTK Debug packages and
225
+ * [ Debugging GTK] ( linux/debugging_gtk .md) - Using the GTK Debug packages and
226
226
related tools.
227
- * [ Chroot Notes] ( using_a_linux_chroot .md) - Setting up a chroot to work around
227
+ * [ Chroot Notes] ( linux/using_a_chroot .md) - Setting up a chroot to work around
228
228
libfreetype differences in some versions of Linux.
229
- * [ Linux Sandboxing] ( linux_sandboxing .md) - The Linux multi-process model to
229
+ * [ Linux Sandboxing] ( linux/sandboxing .md) - The Linux multi-process model to
230
230
isolate browser components with different privileges.
231
- * [ Zygote Process] ( linux_zygote .md) - How the Linux Zygote process, used to
231
+ * [ Zygote Process] ( linux/zygote .md) - How the Linux Zygote process, used to
232
232
spawn new processes, works.
233
233
* [ Running Web Tests on Linux] ( testing/web_tests_linux.md ) - Linux-specific
234
234
instructions for running web tests.
235
- * [ Linux Sysroot Images] ( linux_sysroot .md) - How builds use libraries on Linux
236
- * [ Linux Hardware Video Decoding] ( linux_hw_video_decode .md) - Enabling
235
+ * [ Linux Sysroot Images] ( linux/sysroot .md) - How builds use libraries on Linux
236
+ * [ Linux Hardware Video Decoding] ( linux/hw_video_decode .md) - Enabling
237
237
hardware video decode codepaths on Linux
238
238
239
239
### Misc MacOS-Specific Docs
@@ -387,13 +387,13 @@ used when committed.
387
387
* [ System Hardening Features] ( system_hardening_features.md ) - A list of
388
388
current and planned Chrome OS security features.
389
389
* [ WebView Policies] ( webview_policies.md )
390
- * [ Linux Profiling] ( linux_profiling .md) - How to profile Chromium on Linux
391
- * [ Linux Graphics Pipeline] ( linux_graphics_pipeline .md)
392
- * [ Linux ` SUID ` Sandbox] ( linux_suid_sandbox .md) - Sandboxing renderers using a
390
+ * [ Linux Profiling] ( linux/profiling .md) - How to profile Chromium on Linux
391
+ * [ Linux Graphics Pipeline] ( linux/graphics_pipeline .md)
392
+ * [ Linux ` SUID ` Sandbox] ( linux/suid_sandbox .md) - Sandboxing renderers using a
393
393
SUID binary on Linux
394
- * [ Linux ` SUID ` Sandbox Development] ( linux_suid_sandbox_development .md) -
394
+ * [ Linux ` SUID ` Sandbox Development] ( linux/suid_sandbox_development .md) -
395
395
Development on the above system.
396
- * [ Linux PID Namespace Support] ( linux_pid_namespace_support .md)
396
+ * [ Linux PID Namespace Support] ( linux/pid_namespace_support .md)
397
397
* [ Vanilla msysgit workflow] ( vanilla_msysgit_workflow.md ) - A workflow for
398
398
using mostly vanilla git on Windows.
399
399
* [ Old Chromoting Build Instructions] ( old_chromoting_build_instructions.md )
0 commit comments