tree: 271030d33c5227c63a3d84a76612baabc01ac5ba [path history] [tgz]
  1. desktop_android_extensions_browsertest.cc
  2. OWNERS
  3. README.md
chrome/browser/extensions/desktop_android/README.md

This directory represents code specific to the experimental desktop android extensions platform, tracked in https://crbug.com/356905053.

The majority of code in this directory should be considered temporary. Desktop-android should leverage the same code as other desktop platforms in common cases. This code is only necessary while we continue refactoring to allow more pieces of the extensions system to compile on desktop-android. During this refactoring period, it is valuable to have functional runtime where we exercise and test extension capabilities; this directory provides those components.

Code should only be added here if it is either: a) intentionally temporary and only meant to last during this experimental phase, or b) code which necessarily needs to differ between desktop-android and other desktop platforms.