CINXE.COM

Developer Library

<!DOCTYPE html> <head> <meta charset="utf-8"> <title>Developer Library</title> <link rel="stylesheet" href="/_stylesheets/@docsearch/style.css"> <link rel="stylesheet" href="/_stylesheets/default.css"> </head> <!-- Configure Google Analytics v4 --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-24XP4PG02H"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-24XP4PG02H'); </script> <header> <a href="/"> <img alt="the Chromium logo" src="/_assets/icon-chromium-96.png" width="48" height="48"> <h2>The Chromium Projects</h2> </a> <div id="search"></div> </header> <div id="main-wrapper"> <nav id="sidebar-left"> <section> <a href="/chromium-projects">Home</a> <a href="/Home">Chromium</a> <a class="selected" href="/chromium-os">ChromiumOS</a> </section> <section> <h4>Quick links</h4> <a href="/for-testers/bug-reporting-guidelines">Report bugs</a> <a href="/developers/discussion-groups">Discuss</a> </section> <section> <h4>Other sites</h4> <a href="https://blog.chromium.org/">Chromium Blog</a> <a href="https://developer.chrome.com/extensions">Google Chrome Extensions</a> </section> <section id="license" role="complementary"> Except as otherwise <a href="https://developers.google.com/site-policies.html#restrictions">noted</a>, the content of this page is licensed under a <a href="https://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 license</a>, and examples are licensed under the <a href="https://chromium.googlesource.com/chromium/src/+/HEAD/LICENSE">BSD License</a>. </section> <section id="privacy" role="complementary"> <a href="https://policies.google.com/privacy">Privacy</a> </section> <a id="edit-this-page" href="https://edit.chromium.org/edit?repo=chromium/website/main&amp;file=site/chromium-os/index.md&ext_google.git=%7B%22repo%22%3A%22chromium%2Fwebsite%22%2C%22ref%22%3A%22main%22%2C%22file%22%3A%22site/chromium-os/index.md%22%7D">Edit this page</a> </nav> <main> <div class="breadcrumbs"> </div> <h1>Developer Library</h1> <p>The ChromiumOS Developer Library is the authoritative collection of resources and materials that enable engineers to efficiently develop the platform.</p> <div class="two-column-container"> <div class="column"> <h2 id="getting-started" tabindex="-1"><a class="header-anchor" href="#getting-started"><a href="/chromium-os/developer-library/getting-started">Getting Started</a></a></h2> <p>Whether you are new to ChromiumOS development or unpacking a new workstation, the Getting Started guide provides step-by-step instructions to go from an empty directory to building and uploading changes for review. For a more in-depth view of ChromiumsOS Development, please check out the <a href="/chromium-os/developer-library/guides/development/developer-guide">ChromiumOS Developer Guide</a>.</p> <h2 id="reference" tabindex="-1"><a class="header-anchor" href="#reference"><a href="/chromium-os/developer-library/reference">Reference</a></a></h2> <p>The Reference section contain information about the systems developers rely on including tools, infrastructure, APIs, technologies and terms. Reading through these resources will give you a deeper understanding of which systems exist, how and why they were created, and how these pieces fit together in the development process.</p> <h2 id="glossary" tabindex="-1"><a class="header-anchor" href="#glossary"><a href="/chromium-os/developer-library/glossary">Glossary</a></a></h2> <p>This page provides a glossary of commonly-used terms and acronyms within the ChromiumOS development ecosystem.</p> </div> <div class="column"> <h2 id="guides" tabindex="-1"><a class="header-anchor" href="#guides"><a href="/chromium-os/developer-library/guides">Guides</a></a></h2> <p>Guides help you get specific tasks done. They answer the question of 'How do I?' Look here for common recipes, tips-and-tricks, and advice to help you get your tasks done.</p> <h2 id="training" tabindex="-1"><a class="header-anchor" href="#training"><a href="/chromium-os/developer-library/training">Training</a></a></h2> <p>Develop your skills by accessing learning-based content such as code labs, presentations, and training session videos.</p> <h2 id="contributing" tabindex="-1"><a class="header-anchor" href="#contributing"><a href="/chromium-os/developer-library/contributing">Contributing</a></a></h2> <p>Looking to add or update content in the library? Read through this short guide to understand how to check out the library source and upload your change for review.</p> </div> </div> </main> </div> <script> // Configure Algolia search. let s = document.createElement('script'); s.src = '/_scripts/@docsearch/index.js'; document.head.append(s); window.addEventListener('load', () => { // Add the Algolia search widget. docsearch({ container: '#search', appId: 'RZDQYCCABX', apiKey: '98b0eabafeb13fe3e1af693d5713d8b4', indexName: 'chromium' }); }); // Configure Google Universal Analytics (the predecessor to GA4, we should // delete this when we don't need it any more). s = document.createElement('script'); s.src = 'https://www.googletagmanager.com/gtag/js?id=UA-5484340-1' s.async = true; document.head.append(s) window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-5484340-1'); // Configure consent bar. s = document.createElement('script'); s.src = 'https://www.gstatic.com/brandstudio/kato/cookie_choice_component/cookie_consent_bar.v3.js' s.dataset.autoloadCookieConsentBar = true; s.dataset.autoloadCookieContentBarIntlCode = ''; document.head.append(s);</script>

Pages: 1 2 3 4 5 6 7 8 9 10