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

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: Address Brett's comments. 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 13f0c62acd2090e44ae9b49040a0a7ddd880a678..67cb68c508f14329f5864fc2b81053b0a975060c 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",
brettw 2016/05/03 22:13:03 I'd actually put this in the root build file. You
mef 2016/05/11 15:57:27 Done.
+ ]
+ }
+}
+
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