| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "//ios/chrome/browser/ui/commands", | 104 "//ios/chrome/browser/ui/commands", |
| 105 "//ios/chrome/browser/ui/ntp:ntp_internal", | 105 "//ios/chrome/browser/ui/ntp:ntp_internal", |
| 106 "//ios/chrome/browser/ui/toolbar", | 106 "//ios/chrome/browser/ui/toolbar", |
| 107 "//ios/chrome/browser/ui/toolbar:test_support", | 107 "//ios/chrome/browser/ui/toolbar:test_support", |
| 108 "//ios/chrome/browser/web:web_internal", | 108 "//ios/chrome/browser/web:web_internal", |
| 109 "//ios/chrome/browser/web_state_list", | 109 "//ios/chrome/browser/web_state_list", |
| 110 "//ios/chrome/browser/web_state_list:test_support", | 110 "//ios/chrome/browser/web_state_list:test_support", |
| 111 "//ios/chrome/test:test_support", | 111 "//ios/chrome/test:test_support", |
| 112 "//ios/testing:ocmock_support", | 112 "//ios/testing:ocmock_support", |
| 113 "//ios/web", | 113 "//ios/web", |
| 114 "//ios/web:test_support", | 114 "//ios/web/public/test", |
| 115 "//ios/web/public/test/fakes", |
| 115 "//net", | 116 "//net", |
| 116 "//net:test_support", | 117 "//net:test_support", |
| 117 "//testing/gmock", | 118 "//testing/gmock", |
| 118 "//testing/gtest", | 119 "//testing/gtest", |
| 119 "//third_party/ocmock", | 120 "//third_party/ocmock", |
| 120 "//ui/base", | 121 "//ui/base", |
| 121 "//ui/base:test_support", | 122 "//ui/base:test_support", |
| 122 "//url", | 123 "//url", |
| 123 ] | 124 ] |
| 124 } | 125 } |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 configs += [ "//build/config/compiler:enable_arc" ] | 504 configs += [ "//build/config/compiler:enable_arc" ] |
| 504 testonly = true | 505 testonly = true |
| 505 sources = [ | 506 sources = [ |
| 506 "external_url_error_page_egtest.mm", | 507 "external_url_error_page_egtest.mm", |
| 507 ] | 508 ] |
| 508 deps = [ | 509 deps = [ |
| 509 "//components/strings", | 510 "//components/strings", |
| 510 "//ios/chrome/test/app:test_support", | 511 "//ios/chrome/test/app:test_support", |
| 511 "//ios/chrome/test/earl_grey:test_support", | 512 "//ios/chrome/test/earl_grey:test_support", |
| 512 "//ios/web:earl_grey_test_support", | 513 "//ios/web:earl_grey_test_support", |
| 513 "//ios/web:test_support", | 514 "//ios/web/public/test", |
| 515 "//ios/web/public/test/http_server", |
| 514 "//ui/base", | 516 "//ui/base", |
| 515 ] | 517 ] |
| 516 libs = [ "XCTest.framework" ] | 518 libs = [ "XCTest.framework" ] |
| 517 } | 519 } |
| 518 | 520 |
| 519 source_set("eg_tests") { | 521 source_set("eg_tests") { |
| 520 configs += [ "//build/config/compiler:enable_arc" ] | 522 configs += [ "//build/config/compiler:enable_arc" ] |
| 521 testonly = true | 523 testonly = true |
| 522 sources = [ | 524 sources = [ |
| 523 "browser_view_controller_egtest.mm", | 525 "browser_view_controller_egtest.mm", |
| 524 "fullscreen_egtest.mm", | 526 "fullscreen_egtest.mm", |
| 525 "keyboard_commands_egtest.mm", | 527 "keyboard_commands_egtest.mm", |
| 526 ] | 528 ] |
| 527 deps = [ | 529 deps = [ |
| 528 ":ui", | 530 ":ui", |
| 529 ":ui_internal", | 531 ":ui_internal", |
| 530 "//base", | 532 "//base", |
| 531 "//components/strings", | 533 "//components/strings", |
| 532 "//ios/chrome/app/strings", | 534 "//ios/chrome/app/strings", |
| 533 "//ios/chrome/browser/ui/commands", | 535 "//ios/chrome/browser/ui/commands", |
| 534 "//ios/chrome/browser/ui/ntp:ntp_internal", | 536 "//ios/chrome/browser/ui/ntp:ntp_internal", |
| 535 "//ios/chrome/browser/ui/toolbar", | 537 "//ios/chrome/browser/ui/toolbar", |
| 536 "//ios/chrome/browser/ui/tools_menu", | 538 "//ios/chrome/browser/ui/tools_menu", |
| 537 "//ios/chrome/test/app:test_support", | 539 "//ios/chrome/test/app:test_support", |
| 538 "//ios/chrome/test/earl_grey:test_support", | 540 "//ios/chrome/test/earl_grey:test_support", |
| 539 "//ios/testing:ios_test_support", | 541 "//ios/testing:ios_test_support", |
| 540 "//ios/third_party/earl_grey", | 542 "//ios/third_party/earl_grey", |
| 541 "//ios/web:earl_grey_test_support", | 543 "//ios/web:earl_grey_test_support", |
| 542 "//ios/web:test_support", | 544 "//ios/web/public/test", |
| 545 "//ios/web/public/test/http_server", |
| 543 "//ui/base", | 546 "//ui/base", |
| 544 "//url", | 547 "//url", |
| 545 ] | 548 ] |
| 546 libs = [ | 549 libs = [ |
| 547 "UIKit.framework", | 550 "UIKit.framework", |
| 548 "WebKit.framework", | 551 "WebKit.framework", |
| 549 "XCTest.framework", | 552 "XCTest.framework", |
| 550 ] | 553 ] |
| 551 } | 554 } |
| 552 | 555 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 564 "//ios/chrome/browser/browser_state:test_support", | 567 "//ios/chrome/browser/browser_state:test_support", |
| 565 "//ios/chrome/browser/search_engines", | 568 "//ios/chrome/browser/search_engines", |
| 566 "//ios/chrome/browser/store_kit", | 569 "//ios/chrome/browser/store_kit", |
| 567 "//ios/chrome/browser/tabs", | 570 "//ios/chrome/browser/tabs", |
| 568 "//ios/chrome/browser/tabs:tabs_internal", | 571 "//ios/chrome/browser/tabs:tabs_internal", |
| 569 "//ios/chrome/browser/ui/omnibox:omnibox_internal", | 572 "//ios/chrome/browser/ui/omnibox:omnibox_internal", |
| 570 "//ios/chrome/browser/ui/toolbar", | 573 "//ios/chrome/browser/ui/toolbar", |
| 571 "//ios/chrome/browser/web_state_list", | 574 "//ios/chrome/browser/web_state_list", |
| 572 "//ios/chrome/browser/web_state_list:test_support", | 575 "//ios/chrome/browser/web_state_list:test_support", |
| 573 "//ios/chrome/test/base:perf_test_support", | 576 "//ios/chrome/test/base:perf_test_support", |
| 574 "//ios/web:test_support", | 577 "//ios/web/public/test/fakes", |
| 575 "//testing/gtest", | 578 "//testing/gtest", |
| 576 "//third_party/ocmock", | 579 "//third_party/ocmock", |
| 577 "//ui/base:test_support", | 580 "//ui/base:test_support", |
| 578 ] | 581 ] |
| 579 libs = [ "UIKit.framework" ] | 582 libs = [ "UIKit.framework" ] |
| 580 } | 583 } |
| OLD | NEW |