Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: tools/gn/docs/cookbook.md

Issue 1086583002: Remove android_webview_build completely. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/android/config.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/cookbook.md
diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md
index 94788a6d5fc13b998fe7b7a02c2e6ff728025258..186b8c3ba78c697cd69c41decba9ce16bcb5ad06 100644
--- a/tools/gn/docs/cookbook.md
+++ b/tools/gn/docs/cookbook.md
@@ -162,8 +162,6 @@ places are noted in the table below.
| *GYP* | *GN* | *GN import* |
|:------------------------------------------------|:-------------------------------------------|:-----------------------------------------------|
-| `android_src` | `android_src` | `//build/config/android/config.gni` |
-| `android_webview_build` (0/1) | `is_android_webview_build` (true/false) | `//build/config/android/config.gni` |
| `arm_float_abi` | `arm_float_abi` | `//build/config/arm.gni` |
| `arm_neon` (0/1) | `arm_use_neon` (true/false) | `//build/config/arm.gni` |
| `arm_neon_optional` (0/1) | `arm_optionally_use_neon` (true/false) | `//build/config/arm.gni` |
« no previous file with comments | « build/config/android/config.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698