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

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

Issue 2829003002: Add CommandDispatcher to BrowserViewController. (Closed)
Patch Set: rohit comments Created 3 years, 7 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "//ios/chrome/browser/ui/voice", 424 "//ios/chrome/browser/ui/voice",
425 "//ios/chrome/browser/upgrade", 425 "//ios/chrome/browser/upgrade",
426 "//ios/chrome/browser/web", 426 "//ios/chrome/browser/web",
427 "//ios/chrome/browser/web:web_internal", 427 "//ios/chrome/browser/web:web_internal",
428 "//ios/chrome/browser/web_state_list", 428 "//ios/chrome/browser/web_state_list",
429 "//ios/chrome/common", 429 "//ios/chrome/common",
430 "//ios/net", 430 "//ios/net",
431 "//ios/public/provider/chrome/browser", 431 "//ios/public/provider/chrome/browser",
432 "//ios/public/provider/chrome/browser/ui", 432 "//ios/public/provider/chrome/browser/ui",
433 "//ios/public/provider/chrome/browser/voice", 433 "//ios/public/provider/chrome/browser/voice",
434 "//ios/shared/chrome/browser/ui/commands",
434 "//ios/shared/chrome/browser/ui/tools_menu", 435 "//ios/shared/chrome/browser/ui/tools_menu",
435 "//ios/third_party/material_components_ios", 436 "//ios/third_party/material_components_ios",
436 "//ios/web", 437 "//ios/web",
437 "//ios/web:user_agent", 438 "//ios/web:user_agent",
438 "//net", 439 "//net",
439 "//third_party/google_toolbox_for_mac", 440 "//third_party/google_toolbox_for_mac",
440 "//ui/base", 441 "//ui/base",
441 "//ui/gfx", 442 "//ui/gfx",
442 "//url", 443 "//url",
443 ] 444 ]
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 "//ios/chrome/browser/web_state_list", 571 "//ios/chrome/browser/web_state_list",
571 "//ios/chrome/browser/web_state_list:test_support", 572 "//ios/chrome/browser/web_state_list:test_support",
572 "//ios/chrome/test/base:perf_test_support", 573 "//ios/chrome/test/base:perf_test_support",
573 "//ios/web:test_support", 574 "//ios/web:test_support",
574 "//testing/gtest", 575 "//testing/gtest",
575 "//third_party/ocmock", 576 "//third_party/ocmock",
576 "//ui/base:test_support", 577 "//ui/base:test_support",
577 ] 578 ]
578 libs = [ "UIKit.framework" ] 579 libs = [ "UIKit.framework" ]
579 } 580 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698