| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("//ios/build/config.gni") | 5 import("//ios/build/config.gni") |
| 6 import("//ios/web/js_compile.gni") | 6 import("//ios/web/js_compile.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
| 9 | 9 |
| 10 source_set("web_arc") { | 10 source_set("web_arc") { |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "//ios/third_party/earl_grey", | 340 "//ios/third_party/earl_grey", |
| 341 ] | 341 ] |
| 342 | 342 |
| 343 sources = [ | 343 sources = [ |
| 344 "public/test/earl_grey/js_test_util.h", | 344 "public/test/earl_grey/js_test_util.h", |
| 345 "public/test/earl_grey/js_test_util.mm", | 345 "public/test/earl_grey/js_test_util.mm", |
| 346 "public/test/earl_grey/web_view_actions.h", | 346 "public/test/earl_grey/web_view_actions.h", |
| 347 "public/test/earl_grey/web_view_actions.mm", | 347 "public/test/earl_grey/web_view_actions.mm", |
| 348 "public/test/earl_grey/web_view_matchers.h", | 348 "public/test/earl_grey/web_view_matchers.h", |
| 349 "public/test/earl_grey/web_view_matchers.mm", | 349 "public/test/earl_grey/web_view_matchers.mm", |
| 350 "public/test/web_view_interaction_test_util.h", | |
| 351 "public/test/web_view_interaction_test_util.mm", | |
| 352 ] | 350 ] |
| 353 } | 351 } |
| 354 | 352 |
| 355 source_set("test_support") { | 353 source_set("test_support") { |
| 356 testonly = true | 354 testonly = true |
| 357 | 355 |
| 358 deps = [ | 356 deps = [ |
| 359 ":web", | 357 ":web", |
| 360 "//base", | 358 "//base", |
| 361 "//base/test:test_support", | 359 "//base/test:test_support", |
| 360 "//ios/testing:ios_test_support", |
| 362 "//ios/testing:ocmock_support", | 361 "//ios/testing:ocmock_support", |
| 363 "//ios/third_party/gcdwebserver", | 362 "//ios/third_party/gcdwebserver", |
| 364 "//ios/web/test:mojo_bindings", | 363 "//ios/web/test:mojo_bindings", |
| 365 "//net:test_support", | 364 "//net:test_support", |
| 366 "//testing/gmock", | 365 "//testing/gmock", |
| 367 "//testing/gtest", | 366 "//testing/gtest", |
| 368 "//third_party/ocmock", | 367 "//third_party/ocmock", |
| 369 "//ui/base:base", | 368 "//ui/base:base", |
| 370 ] | 369 ] |
| 371 | 370 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 "public/test/test_web_thread.h", | 412 "public/test/test_web_thread.h", |
| 414 "public/test/test_web_thread_bundle.h", | 413 "public/test/test_web_thread_bundle.h", |
| 415 "public/test/test_web_view_content_view.h", | 414 "public/test/test_web_view_content_view.h", |
| 416 "public/test/test_web_view_content_view.mm", | 415 "public/test/test_web_view_content_view.mm", |
| 417 "public/test/web_js_test.h", | 416 "public/test/web_js_test.h", |
| 418 "public/test/web_test.h", | 417 "public/test/web_test.h", |
| 419 "public/test/web_test.mm", | 418 "public/test/web_test.mm", |
| 420 "public/test/web_test_suite.h", | 419 "public/test/web_test_suite.h", |
| 421 "public/test/web_test_with_web_state.h", | 420 "public/test/web_test_with_web_state.h", |
| 422 "public/test/web_test_with_web_state.mm", | 421 "public/test/web_test_with_web_state.mm", |
| 422 "public/test/web_view_interaction_test_util.h", |
| 423 "public/test/web_view_interaction_test_util.mm", |
| 423 "test/crw_fake_web_controller_observer.h", | 424 "test/crw_fake_web_controller_observer.h", |
| 424 "test/crw_fake_web_controller_observer.mm", | 425 "test/crw_fake_web_controller_observer.mm", |
| 425 "test/test_url_constants.cc", | 426 "test/test_url_constants.cc", |
| 426 "test/test_url_constants.h", | 427 "test/test_url_constants.h", |
| 427 "test/test_web_thread.cc", | 428 "test/test_web_thread.cc", |
| 428 "test/test_web_thread_bundle.cc", | 429 "test/test_web_thread_bundle.cc", |
| 429 "test/web_int_test.h", | 430 "test/web_int_test.h", |
| 430 "test/web_int_test.mm", | 431 "test/web_int_test.mm", |
| 431 "test/web_test_suite.mm", | 432 "test/web_test_suite.mm", |
| 432 "test/web_test_with_web_controller.h", | 433 "test/web_test_with_web_controller.h", |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 } | 612 } |
| 612 | 613 |
| 613 grit("resources") { | 614 grit("resources") { |
| 614 source = "ios_web_resources.grd" | 615 source = "ios_web_resources.grd" |
| 615 use_qualified_include = true | 616 use_qualified_include = true |
| 616 outputs = [ | 617 outputs = [ |
| 617 "grit/ios_web_resources.h", | 618 "grit/ios_web_resources.h", |
| 618 "ios_web_resources.pak", | 619 "ios_web_resources.pak", |
| 619 ] | 620 ] |
| 620 } | 621 } |
| OLD | NEW |