| 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 'public/test/web_test_with_web_state.h', | 508 'public/test/web_test_with_web_state.h', |
| 509 'public/test/web_test_with_web_state.mm', | 509 'public/test/web_test_with_web_state.mm', |
| 510 'test/crw_fake_web_controller_observer.h', | 510 'test/crw_fake_web_controller_observer.h', |
| 511 'test/crw_fake_web_controller_observer.mm', | 511 'test/crw_fake_web_controller_observer.mm', |
| 512 'test/test_url_constants.cc', | 512 'test/test_url_constants.cc', |
| 513 'test/test_url_constants.h', | 513 'test/test_url_constants.h', |
| 514 'test/test_web_thread.cc', | 514 'test/test_web_thread.cc', |
| 515 'test/test_web_thread_bundle.cc', | 515 'test/test_web_thread_bundle.cc', |
| 516 'test/web_int_test.h', | 516 'test/web_int_test.h', |
| 517 'test/web_int_test.mm', | 517 'test/web_int_test.mm', |
| 518 'test/web_test.h', | |
| 519 'test/web_test_with_web_controller.h', | 518 'test/web_test_with_web_controller.h', |
| 520 'test/web_test_with_web_controller.mm', | 519 'test/web_test_with_web_controller.mm', |
| 521 'test/web_test_suite.h', | 520 'test/web_test_suite.h', |
| 522 'test/web_test_suite.mm', | 521 'test/web_test_suite.mm', |
| 523 'test/wk_web_view_crash_utils.h', | 522 'test/wk_web_view_crash_utils.h', |
| 524 'test/wk_web_view_crash_utils.mm', | 523 'test/wk_web_view_crash_utils.mm', |
| 525 ], | 524 ], |
| 526 }, | 525 }, |
| 527 { | 526 { |
| 528 # GN version: //ios/web/test:mojo_bindings | 527 # GN version: //ios/web/test:mojo_bindings |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 'dependencies': [ | 561 'dependencies': [ |
| 563 '../../base/base.gyp:base' | 562 '../../base/base.gyp:base' |
| 564 ], | 563 ], |
| 565 'sources': [ | 564 'sources': [ |
| 566 'public/user_agent.h', | 565 'public/user_agent.h', |
| 567 'public/user_agent.mm', | 566 'public/user_agent.mm', |
| 568 ], | 567 ], |
| 569 }, | 568 }, |
| 570 ], | 569 ], |
| 571 } | 570 } |
| OLD | NEW |