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

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

Issue 1918303002: Renaming system.gyp:ssl to system.gyp:nss and removing unused BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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 | « net/net_common.gypi ('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 cdd6a032b649bba3b4e4479e6abee90ff8cad1c3..687d9eb9e0185b538512e1e66d3b07ab91142e9e 100644
--- a/tools/gn/docs/cookbook.md
+++ b/tools/gn/docs/cookbook.md
@@ -305,8 +305,8 @@ targets only, don't add stuff here just because you converted it.)
| `base/base.gyp:run_all_unittests` | `//base/test:run_all_unittests` | |
| `base/base.gyp:test_support_base` | `//base/test:test_support` | |
| `base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations` | `//base/third_party/dynamic_annotations` | |
-| `build/linux/system.gyp:*` (except ssl) | `//build/config/linux:*` | Linux system targets |
-| `build/linux/system.gyp:ssl` | `//crypto:platform` | SSL |
+| `build/linux/system.gyp:*` (except nss) | `//build/config/linux:*` | Linux system targets |
+| `build/linux/system.gyp:nss` | `//crypto:platform` | SSL |
| `net/third_party/nss/ssl.gyp:libssl` | `//crypto:platform` | SSL |
| `skia/skia.gyp:skia` | `//skia` | |
| `testing/gmock.gyp:gmock` | `//testing/gmock` | Secondary tree |
« no previous file with comments | « net/net_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698