chromium-src-build/config
torne 09733f0b66 android_webview: support building a stub WebView.
Allwo building a WebView APK which doesn't contain any code or assets,
and no resources other than the icon. This APK has a special manifest
tag which will direct the system to provide the missing files from
another "donor" package at runtime that has compatible code (this will
be Monochrome).

To enable this to work, a new APK variable is defined called
"generate_buildconfig_java" so that the BuildConfig.java file can be
omitted from this APK (leaving the generated classes.dex containing
nothing but the AAPT-generated R class for the single icon resource).
The runtime doesn't like having multiple APKs in the classpath which
define the same classes, so we need to omit this BuildConfig to avoid
clashing with Monochrome's.

BUG=664456

Review-Url: https://codereview.chromium.org/2634563002
Cr-Original-Commit-Position: refs/heads/master@{#453911}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: cbafd406aff624f7191f76d64e3c0fcb66b60653
2017-03-01 12:01:39 +00:00
..
android android_webview: support building a stub WebView. 2017-03-01 12:01:39 +00:00
chromecast [Chromecast] Add /system/chrome to the rpath for component builds. 2017-02-08 23:14:04 +00:00
clang build: Enable auto raw pointer deduction check on linux. 2017-02-24 22:54:43 +00:00
compiler Roll clang 289944:295762. 2017-02-24 19:00:01 +00:00
gcc Add gcc_target_rpath gn arg 2017-01-04 09:02:11 +00:00
ios Respect ios_automatically_manage_certs when building EG tests. 2017-02-23 17:15:57 +00:00
linux Add GLIB_VERSION_MAX_ALLOWED to build flags 2017-02-24 04:10:33 +00:00
mac Merge Arrays in plist_util.py 2017-02-22 16:43:01 +00:00
nacl Fix arm library path for nacl tests 2016-12-05 19:53:28 +00:00
posix gn: define and use clang_base_path 2016-06-23 06:33:45 +00:00
sanitizers Switching libfuzzer to trace-pc-guard instrumentation. 2017-02-27 23:49:52 +00:00
win win: Don't pass /guard:cf to lld for now 2017-02-22 01:18:31 +00:00
BUILD.gn Convert USE_PROPRIETARY_CODECS to a buildflag header. 2017-01-21 00:28:06 +00:00
BUILDCONFIG.gn Reland of Android: Use linker script to hide all non-JNI symbols 2017-02-15 17:20:56 +00:00
OWNERS
allocator.gni mac: Turn on allocator shim. 2017-02-14 09:24:08 +00:00
arm.gni gn: Make arm_fpu configurable 2016-12-05 04:23:29 +00:00
chrome_build.gni Default components to static libraries in GN build 2016-06-14 01:24:56 +00:00
chromecast_build.gni [Chromecast] Rename disable_display flag to is_cast_audio_only. 2016-09-01 13:44:25 +00:00
crypto.gni
dcheck_always_on.gni gn: Move dcheck_always_on to it's own gni file. 2016-05-20 00:15:19 +00:00
features.gni Convert USE_PROPRIETARY_CODECS to a buildflag header. 2017-01-21 00:28:06 +00:00
locales.gni GN(android): Use foreach() loops when dealing with locales 2016-09-28 16:52:55 +00:00
mips.gni Modified MIPS MSA default argument settings 2016-09-19 08:41:32 +00:00
pch.gni Enable precompiled headers for Blink on Windows. 2016-11-22 10:43:23 +00:00
sysroot.gni Add a build arg to control whether to use a jessie sysroot. 2017-02-10 01:27:18 +00:00
ui.gni MacViews: fix bubble direction in RTL. 2016-11-30 10:44:07 +00:00
v8_target_cpu.gni Fix the v8 snapshots in the GN mipsel, mips64el builds. 2016-07-19 01:58:02 +00:00
zip.gni Fix android depfiles to always list GN's outputs[0] 2016-09-14 02:06:20 +00:00