OLD | NEW |
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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 deps = [ | 238 deps = [ |
239 ":resources", | 239 ":resources", |
240 ":ui", | 240 ":ui", |
241 "//base", | 241 "//base", |
242 "//base:i18n", | 242 "//base:i18n", |
243 "//components/bookmarks/browser", | 243 "//components/bookmarks/browser", |
244 "//components/image_fetcher/ios", | 244 "//components/image_fetcher/ios", |
245 "//components/infobars/core", | 245 "//components/infobars/core", |
246 "//components/prefs", | 246 "//components/prefs", |
247 "//components/reading_list/core", | 247 "//components/reading_list/core", |
248 "//components/reading_list/ios", | 248 "//components/reading_list/core:flags", |
249 "//components/search_engines", | 249 "//components/search_engines", |
250 "//components/sessions", | 250 "//components/sessions", |
251 "//components/strings", | 251 "//components/strings", |
252 "//components/toolbar", | 252 "//components/toolbar", |
253 "//components/url_formatter", | 253 "//components/url_formatter", |
254 "//ios/chrome/app:tests_hook", | 254 "//ios/chrome/app:tests_hook", |
255 "//ios/chrome/app/strings", | 255 "//ios/chrome/app/strings", |
256 "//ios/chrome/browser", | 256 "//ios/chrome/browser", |
257 "//ios/chrome/browser/bookmarks", | 257 "//ios/chrome/browser/bookmarks", |
258 "//ios/chrome/browser/browser_state", | 258 "//ios/chrome/browser/browser_state", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 "//ios/chrome/browser/tabs:tabs_internal", | 426 "//ios/chrome/browser/tabs:tabs_internal", |
427 "//ios/chrome/browser/ui/omnibox:omnibox_internal", | 427 "//ios/chrome/browser/ui/omnibox:omnibox_internal", |
428 "//ios/chrome/browser/ui/toolbar", | 428 "//ios/chrome/browser/ui/toolbar", |
429 "//ios/chrome/test/base:perf_test_support", | 429 "//ios/chrome/test/base:perf_test_support", |
430 "//testing/gtest", | 430 "//testing/gtest", |
431 "//third_party/ocmock", | 431 "//third_party/ocmock", |
432 "//ui/base:test_support", | 432 "//ui/base:test_support", |
433 ] | 433 ] |
434 libs = [ "UIKit.framework" ] | 434 libs = [ "UIKit.framework" ] |
435 } | 435 } |
OLD | NEW |