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

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

Issue 2714813002: [iOS] Add Request Mobile Site cell to tools menu (Closed)
Patch Set: Fix unit test Created 3 years, 9 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 import("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 6
7 source_set("ui") { 7 source_set("ui") {
8 sources = [ 8 sources = [
9 "UIView+SizeClassSupport.h", 9 "UIView+SizeClassSupport.h",
10 "UIView+SizeClassSupport.mm", 10 "UIView+SizeClassSupport.mm",
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "//ios/chrome/browser/upgrade", 305 "//ios/chrome/browser/upgrade",
306 "//ios/chrome/browser/web", 306 "//ios/chrome/browser/web",
307 "//ios/chrome/browser/web:web_internal", 307 "//ios/chrome/browser/web:web_internal",
308 "//ios/chrome/common", 308 "//ios/chrome/common",
309 "//ios/net", 309 "//ios/net",
310 "//ios/public/provider/chrome/browser", 310 "//ios/public/provider/chrome/browser",
311 "//ios/public/provider/chrome/browser/ui", 311 "//ios/public/provider/chrome/browser/ui",
312 "//ios/public/provider/chrome/browser/voice", 312 "//ios/public/provider/chrome/browser/voice",
313 "//ios/third_party/material_components_ios", 313 "//ios/third_party/material_components_ios",
314 "//ios/web", 314 "//ios/web",
315 "//ios/web:user_agent",
315 "//net", 316 "//net",
316 "//third_party/google_toolbox_for_mac", 317 "//third_party/google_toolbox_for_mac",
317 "//ui/base", 318 "//ui/base",
318 "//ui/gfx", 319 "//ui/gfx",
319 "//url", 320 "//url",
320 ] 321 ]
321 public_deps = [ 322 public_deps = [
322 "//ios/chrome/browser/ui/side_swipe", 323 "//ios/chrome/browser/ui/side_swipe",
323 "//ios/chrome/browser/ui/toolbar", 324 "//ios/chrome/browser/ui/toolbar",
324 ] 325 ]
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "//ios/chrome/browser/tabs:tabs_internal", 422 "//ios/chrome/browser/tabs:tabs_internal",
422 "//ios/chrome/browser/ui/omnibox:omnibox_internal", 423 "//ios/chrome/browser/ui/omnibox:omnibox_internal",
423 "//ios/chrome/browser/ui/toolbar", 424 "//ios/chrome/browser/ui/toolbar",
424 "//ios/chrome/test/base:perf_test_support", 425 "//ios/chrome/test/base:perf_test_support",
425 "//testing/gtest", 426 "//testing/gtest",
426 "//third_party/ocmock", 427 "//third_party/ocmock",
427 "//ui/base:test_support", 428 "//ui/base:test_support",
428 ] 429 ]
429 libs = [ "UIKit.framework" ] 430 libs = [ "UIKit.framework" ]
430 } 431 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698