OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 'public/test/earl_grey/web_view_matchers.mm', | 452 'public/test/earl_grey/web_view_matchers.mm', |
453 'public/test/web_view_interaction_test_util.h', | 453 'public/test/web_view_interaction_test_util.h', |
454 'public/test/web_view_interaction_test_util.mm', | 454 'public/test/web_view_interaction_test_util.mm', |
455 ], | 455 ], |
456 }, | 456 }, |
457 { | 457 { |
458 # GN version: //ios/web:test_support | 458 # GN version: //ios/web:test_support |
459 'target_name': 'ios_web_test_support', | 459 'target_name': 'ios_web_test_support', |
460 'type': 'static_library', | 460 'type': 'static_library', |
461 'dependencies': [ | 461 'dependencies': [ |
| 462 '../../base/base.gyp:base', |
462 '../../base/base.gyp:test_support_base', | 463 '../../base/base.gyp:test_support_base', |
463 '../../ios/testing/ios_testing.gyp:ocmock_support', | 464 '../../ios/testing/ios_testing.gyp:ocmock_support', |
464 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver', | 465 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver', |
465 '../../net/net.gyp:net_test_support', | 466 '../../net/net.gyp:net_test_support', |
466 '../../testing/gmock.gyp:gmock', | 467 '../../testing/gmock.gyp:gmock', |
467 '../../testing/gtest.gyp:gtest', | 468 '../../testing/gtest.gyp:gtest', |
468 '../../third_party/ocmock/ocmock.gyp:ocmock', | 469 '../../third_party/ocmock/ocmock.gyp:ocmock', |
469 '../../ui/base/ui_base.gyp:ui_base', | 470 '../../ui/base/ui_base.gyp:ui_base', |
470 'ios_web', | 471 'ios_web', |
471 'test_mojo_bindings', | 472 'test_mojo_bindings', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 'public/test/test_redirect_observer.h', | 506 'public/test/test_redirect_observer.h', |
506 'public/test/test_redirect_observer.mm', | 507 'public/test/test_redirect_observer.mm', |
507 'public/test/test_web_client.h', | 508 'public/test/test_web_client.h', |
508 'public/test/test_web_client.mm', | 509 'public/test/test_web_client.mm', |
509 'public/test/test_web_state.h', | 510 'public/test/test_web_state.h', |
510 'public/test/test_web_state.mm', | 511 'public/test/test_web_state.mm', |
511 'public/test/test_web_thread.h', | 512 'public/test/test_web_thread.h', |
512 'public/test/test_web_thread_bundle.h', | 513 'public/test/test_web_thread_bundle.h', |
513 'public/test/test_web_view_content_view.h', | 514 'public/test/test_web_view_content_view.h', |
514 'public/test/test_web_view_content_view.mm', | 515 'public/test/test_web_view_content_view.mm', |
| 516 'public/test/web_js_test.h', |
515 'public/test/web_test.h', | 517 'public/test/web_test.h', |
516 'public/test/web_test.mm', | 518 'public/test/web_test.mm', |
517 'public/test/web_test_suite.h', | 519 'public/test/web_test_suite.h', |
518 'public/test/web_test_with_web_state.h', | 520 'public/test/web_test_with_web_state.h', |
519 'public/test/web_test_with_web_state.mm', | 521 'public/test/web_test_with_web_state.mm', |
520 'test/crw_fake_web_controller_observer.h', | 522 'test/crw_fake_web_controller_observer.h', |
521 'test/crw_fake_web_controller_observer.mm', | 523 'test/crw_fake_web_controller_observer.mm', |
522 'test/test_url_constants.cc', | 524 'test/test_url_constants.cc', |
523 'test/test_url_constants.h', | 525 'test/test_url_constants.h', |
524 'test/test_web_thread.cc', | 526 'test/test_web_thread.cc', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 'dependencies': [ | 571 'dependencies': [ |
570 '../../base/base.gyp:base' | 572 '../../base/base.gyp:base' |
571 ], | 573 ], |
572 'sources': [ | 574 'sources': [ |
573 'public/user_agent.h', | 575 'public/user_agent.h', |
574 'public/user_agent.mm', | 576 'public/user_agent.mm', |
575 ], | 577 ], |
576 }, | 578 }, |
577 ], | 579 ], |
578 } | 580 } |
OLD | NEW |