| 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 'public/test/test_browser_state.cc', | 496 'public/test/test_browser_state.cc', |
| 497 'public/test/test_browser_state.h', | 497 'public/test/test_browser_state.h', |
| 498 'public/test/test_web_client.h', | 498 'public/test/test_web_client.h', |
| 499 'public/test/test_web_client.mm', | 499 'public/test/test_web_client.mm', |
| 500 'public/test/test_web_state.h', | 500 'public/test/test_web_state.h', |
| 501 'public/test/test_web_state.mm', | 501 'public/test/test_web_state.mm', |
| 502 'public/test/test_web_thread.h', | 502 'public/test/test_web_thread.h', |
| 503 'public/test/test_web_thread_bundle.h', | 503 'public/test/test_web_thread_bundle.h', |
| 504 'public/test/test_web_view_content_view.h', | 504 'public/test/test_web_view_content_view.h', |
| 505 'public/test/test_web_view_content_view.mm', | 505 'public/test/test_web_view_content_view.mm', |
| 506 'public/test/web_test.h', |
| 507 'public/test/web_test.mm', |
| 508 'public/test/web_test_with_web_state.h', |
| 509 'public/test/web_test_with_web_state.mm', |
| 506 'test/crw_fake_web_controller_observer.h', | 510 'test/crw_fake_web_controller_observer.h', |
| 507 'test/crw_fake_web_controller_observer.mm', | 511 'test/crw_fake_web_controller_observer.mm', |
| 508 'test/test_url_constants.cc', | 512 'test/test_url_constants.cc', |
| 509 'test/test_url_constants.h', | 513 'test/test_url_constants.h', |
| 510 'test/test_web_thread.cc', | 514 'test/test_web_thread.cc', |
| 511 'test/test_web_thread_bundle.cc', | 515 'test/test_web_thread_bundle.cc', |
| 512 'test/web_int_test.h', | 516 'test/web_int_test.h', |
| 513 'test/web_int_test.mm', | 517 'test/web_int_test.mm', |
| 514 'test/web_test.h', | 518 'test/web_test.h', |
| 515 'test/web_test.mm', | 519 'test/web_test_with_web_controller.h', |
| 520 'test/web_test_with_web_controller.mm', |
| 516 'test/web_test_suite.h', | 521 'test/web_test_suite.h', |
| 517 'test/web_test_suite.mm', | 522 'test/web_test_suite.mm', |
| 518 'test/wk_web_view_crash_utils.h', | 523 'test/wk_web_view_crash_utils.h', |
| 519 'test/wk_web_view_crash_utils.mm', | 524 'test/wk_web_view_crash_utils.mm', |
| 520 ], | 525 ], |
| 521 }, | 526 }, |
| 522 { | 527 { |
| 523 # GN version: //ios/web/test:mojo_bindings | 528 # GN version: //ios/web/test:mojo_bindings |
| 524 'target_name': 'test_mojo_bindings_mojom', | 529 'target_name': 'test_mojo_bindings_mojom', |
| 525 'type': 'none', | 530 'type': 'none', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 'dependencies': [ | 562 'dependencies': [ |
| 558 '../../base/base.gyp:base' | 563 '../../base/base.gyp:base' |
| 559 ], | 564 ], |
| 560 'sources': [ | 565 'sources': [ |
| 561 'public/user_agent.h', | 566 'public/user_agent.h', |
| 562 'public/user_agent.mm', | 567 'public/user_agent.mm', |
| 563 ], | 568 ], |
| 564 }, | 569 }, |
| 565 ], | 570 ], |
| 566 } | 571 } |
| OLD | NEW |