| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 }, | 384 }, |
| 385 'includes': [ | 385 'includes': [ |
| 386 'js_compile_checked.gypi' | 386 'js_compile_checked.gypi' |
| 387 ], | 387 ], |
| 388 }, | 388 }, |
| 389 { | 389 { |
| 390 # GN version: //ios/web:test_support | 390 # GN version: //ios/web:test_support |
| 391 'target_name': 'ios_web_test_support', | 391 'target_name': 'ios_web_test_support', |
| 392 'type': 'static_library', | 392 'type': 'static_library', |
| 393 'dependencies': [ | 393 'dependencies': [ |
| 394 '../../base/base.gyp:test_support_base', |
| 394 '../../ios/testing/ios_testing.gyp:ocmock_support', | 395 '../../ios/testing/ios_testing.gyp:ocmock_support', |
| 395 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver', | 396 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver', |
| 397 '../../net/net.gyp:net_test_support', |
| 396 '../../testing/gmock.gyp:gmock', | 398 '../../testing/gmock.gyp:gmock', |
| 397 '../../testing/gtest.gyp:gtest', | 399 '../../testing/gtest.gyp:gtest', |
| 398 '../../third_party/ocmock/ocmock.gyp:ocmock', | 400 '../../third_party/ocmock/ocmock.gyp:ocmock', |
| 399 'ios_web', | 401 'ios_web', |
| 400 ], | 402 ], |
| 401 'include_dirs': [ | 403 'include_dirs': [ |
| 402 '../..', | 404 '../..', |
| 403 ], | 405 ], |
| 404 'sources': [ | 406 'sources': [ |
| 405 'public/test/crw_test_js_injection_receiver.h', | 407 'public/test/crw_test_js_injection_receiver.h', |
| 406 'public/test/crw_test_js_injection_receiver.mm', | 408 'public/test/crw_test_js_injection_receiver.mm', |
| 407 'public/test/http_server.h', | 409 'public/test/http_server.h', |
| 408 'public/test/http_server.mm', | 410 'public/test/http_server.mm', |
| 409 'public/test/js_test_util.h', | 411 'public/test/js_test_util.h', |
| 410 'public/test/js_test_util.mm', | 412 'public/test/js_test_util.mm', |
| 411 'public/test/response_providers/data_response_provider.h', | 413 'public/test/response_providers/data_response_provider.h', |
| 412 'public/test/response_providers/data_response_provider.mm', | 414 'public/test/response_providers/data_response_provider.mm', |
| 413 'public/test/response_providers/file_based_response_provider.h', | 415 'public/test/response_providers/file_based_response_provider.h', |
| 414 'public/test/response_providers/file_based_response_provider.mm', | 416 'public/test/response_providers/file_based_response_provider.mm', |
| 415 'public/test/response_providers/file_based_response_provider_impl.h', | 417 'public/test/response_providers/file_based_response_provider_impl.h', |
| 416 'public/test/response_providers/file_based_response_provider_impl.mm', | 418 'public/test/response_providers/file_based_response_provider_impl.mm', |
| 419 'public/test/response_providers/html_response_provider.h', |
| 420 'public/test/response_providers/html_response_provider.mm', |
| 417 'public/test/response_providers/response_provider.h', | 421 'public/test/response_providers/response_provider.h', |
| 418 'public/test/response_providers/response_provider.mm', | 422 'public/test/response_providers/response_provider.mm', |
| 419 'public/test/response_providers/string_response_provider.h', | 423 'public/test/response_providers/string_response_provider.h', |
| 420 'public/test/response_providers/string_response_provider.mm', | 424 'public/test/response_providers/string_response_provider.mm', |
| 421 'public/test/scoped_testing_web_client.h', | 425 'public/test/scoped_testing_web_client.h', |
| 422 'public/test/scoped_testing_web_client.mm', | 426 'public/test/scoped_testing_web_client.mm', |
| 423 'public/test/test_browser_state.cc', | 427 'public/test/test_browser_state.cc', |
| 424 'public/test/test_browser_state.h', | 428 'public/test/test_browser_state.h', |
| 425 'public/test/test_web_client.h', | 429 'public/test/test_web_client.h', |
| 426 'public/test/test_web_client.mm', | 430 'public/test/test_web_client.mm', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 454 'dependencies': [ | 458 'dependencies': [ |
| 455 '../../base/base.gyp:base' | 459 '../../base/base.gyp:base' |
| 456 ], | 460 ], |
| 457 'sources': [ | 461 'sources': [ |
| 458 'public/user_agent.h', | 462 'public/user_agent.h', |
| 459 'public/user_agent.mm', | 463 'public/user_agent.mm', |
| 460 ], | 464 ], |
| 461 }, | 465 }, |
| 462 ], | 466 ], |
| 463 } | 467 } |
| OLD | NEW |