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

Unified Diff: components/BUILD.gn

Issue 1934083002: [Cronet] Use gn desc deps to find third_party licenses. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add components/cronet/ios/BUILD.gn 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 | « no previous file | components/cronet/ios/BUILD.gn » ('j') | components/cronet/ios/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 09cf2b6672292daaa53de72ca08bd95794bcc1ca..96129a4562ecd81be079ef5fe19f7b41f6ac9e64 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -15,6 +15,14 @@ if (is_ios) {
import("//ios/build/config.gni")
}
+group("cronet") {
+ if (is_ios) {
+ deps = [
+ "//components/cronet/ios:cronet_package",
+ ]
+ }
+}
+
if (is_ios || is_mac) {
bundle_data("components_tests_pak_bundle_data") {
public_deps = [
« no previous file with comments | « no previous file | components/cronet/ios/BUILD.gn » ('j') | components/cronet/ios/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698