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

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

Issue 2627093003: Reuse context menu in StaticHTMLViewController (Closed)
Patch Set: fix DEPS 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("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/distillation_fail.png", 7 "resources/distillation_fail.png",
8 "resources/distillation_fail@2x.png", 8 "resources/distillation_fail@2x.png",
9 "resources/distillation_fail@3x.png", 9 "resources/distillation_fail@3x.png",
10 "resources/distillation_success.png", 10 "resources/distillation_success.png",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "//ios/chrome/app/strings", 55 "//ios/chrome/app/strings",
56 "//ios/chrome/browser", 56 "//ios/chrome/browser",
57 "//ios/chrome/browser/browser_state", 57 "//ios/chrome/browser/browser_state",
58 "//ios/chrome/browser/favicon", 58 "//ios/chrome/browser/favicon",
59 "//ios/chrome/browser/reading_list", 59 "//ios/chrome/browser/reading_list",
60 "//ios/chrome/browser/tabs", 60 "//ios/chrome/browser/tabs",
61 "//ios/chrome/browser/ui", 61 "//ios/chrome/browser/ui",
62 "//ios/chrome/browser/ui/alert_coordinator", 62 "//ios/chrome/browser/ui/alert_coordinator",
63 "//ios/chrome/browser/ui/collection_view/cells", 63 "//ios/chrome/browser/ui/collection_view/cells",
64 "//ios/chrome/browser/ui/colors", 64 "//ios/chrome/browser/ui/colors",
65 "//ios/chrome/browser/ui/context_menu",
65 "//ios/chrome/browser/ui/keyboard", 66 "//ios/chrome/browser/ui/keyboard",
66 "//ios/chrome/browser/ui/material_components", 67 "//ios/chrome/browser/ui/material_components",
67 "//ios/chrome/browser/ui/side_swipe", 68 "//ios/chrome/browser/ui/side_swipe",
68 "//ios/chrome/browser/ui/static_content", 69 "//ios/chrome/browser/ui/static_content",
69 "//ios/chrome/common", 70 "//ios/chrome/common",
70 "//ios/third_party/material_components_ios", 71 "//ios/third_party/material_components_ios",
71 "//ios/third_party/material_roboto_font_loader_ios", 72 "//ios/third_party/material_roboto_font_loader_ios",
72 "//ios/web", 73 "//ios/web",
73 "//net", 74 "//net",
74 "//ui/base", 75 "//ui/base",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "//ios/testing:ios_test_support", 125 "//ios/testing:ios_test_support",
125 "//ios/third_party/earl_grey", 126 "//ios/third_party/earl_grey",
126 "//ios/third_party/material_components_ios", 127 "//ios/third_party/material_components_ios",
127 "//ios/web:test_support", 128 "//ios/web:test_support",
128 ] 129 ]
129 libs = [ 130 libs = [
130 "UIKit.framework", 131 "UIKit.framework",
131 "XCTest.framework", 132 "XCTest.framework",
132 ] 133 ]
133 } 134 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698