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

Side by Side Diff: ios/chrome/browser/ui/activity_services/BUILD.gn

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 bundle_data("assets") { 5 bundle_data("assets") {
6 sources = [ 6 sources = [
7 "resources/activity_services_print.xcassets/Contents.json", 7 "resources/activity_services_print.xcassets/Contents.json",
8 "resources/activity_services_print.xcassets/activity_services_print.imageset /Contents.json", 8 "resources/activity_services_print.xcassets/activity_services_print.imageset /Contents.json",
9 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@2x.png", 9 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@2x.png",
10 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@3x.png", 10 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@3x.png",
(...skipping 29 matching lines...) Expand all
40 "chrome_activity_item_source.mm", 40 "chrome_activity_item_source.mm",
41 "print_activity.h", 41 "print_activity.h",
42 "print_activity.mm", 42 "print_activity.mm",
43 "reading_list_activity.h", 43 "reading_list_activity.h",
44 "reading_list_activity.mm", 44 "reading_list_activity.mm",
45 "share_protocol.h", 45 "share_protocol.h",
46 "share_to_data.h", 46 "share_to_data.h",
47 "share_to_data.mm", 47 "share_to_data.mm",
48 ] 48 ]
49 deps = [ 49 deps = [
50 ":assets",
51 ":resources",
50 "//base", 52 "//base",
51 "//components/reading_list/core", 53 "//components/reading_list/core",
52 "//ios/chrome/app/strings", 54 "//ios/chrome/app/strings",
53 "//ios/chrome/browser", 55 "//ios/chrome/browser",
54 "//ios/chrome/browser/tabs", 56 "//ios/chrome/browser/tabs",
55 "//ios/chrome/browser/ui", 57 "//ios/chrome/browser/ui",
56 "//ios/chrome/browser/ui/activity_services:assets",
57 "//ios/chrome/browser/ui/activity_services:resources",
58 "//ios/chrome/browser/ui/commands", 58 "//ios/chrome/browser/ui/commands",
59 "//net", 59 "//net",
60 "//ui/base", 60 "//ui/base",
61 "//url", 61 "//url",
62 ] 62 ]
63 libs = [ 63 libs = [
64 "MobileCoreServices.framework", 64 "MobileCoreServices.framework",
65 "UIKit.framework", 65 "UIKit.framework",
66 ] 66 ]
67 } 67 }
(...skipping 28 matching lines...) Expand all
96 "//ios/chrome/app/strings", 96 "//ios/chrome/app/strings",
97 "//ios/chrome/browser/ui", 97 "//ios/chrome/browser/ui",
98 "//ios/chrome/browser/ui:ui_internal", 98 "//ios/chrome/browser/ui:ui_internal",
99 "//ios/chrome/test/earl_grey:test_support", 99 "//ios/chrome/test/earl_grey:test_support",
100 "//ios/third_party/material_components_ios", 100 "//ios/third_party/material_components_ios",
101 "//ios/web:test_support", 101 "//ios/web:test_support",
102 "//ui/base", 102 "//ui/base",
103 ] 103 ]
104 libs = [ "XCTest.framework" ] 104 libs = [ "XCTest.framework" ]
105 } 105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698