| 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 'ios_web', | 433 'ios_web', |
| 434 ], | 434 ], |
| 435 'include_dirs': [ | 435 'include_dirs': [ |
| 436 '../..', | 436 '../..', |
| 437 ], | 437 ], |
| 438 'sources': [ | 438 'sources': [ |
| 439 'public/test/crw_test_js_injection_receiver.h', | 439 'public/test/crw_test_js_injection_receiver.h', |
| 440 'public/test/crw_test_js_injection_receiver.mm', | 440 'public/test/crw_test_js_injection_receiver.mm', |
| 441 'public/test/http_server.h', | 441 'public/test/http_server.h', |
| 442 'public/test/http_server.mm', | 442 'public/test/http_server.mm', |
| 443 'public/test/http_server_util.h', |
| 444 'public/test/http_server_util.mm', |
| 443 'public/test/js_test_util.h', | 445 'public/test/js_test_util.h', |
| 444 'public/test/js_test_util.mm', | 446 'public/test/js_test_util.mm', |
| 447 'public/test/navigation_test_util.h', |
| 448 'public/test/navigation_test_util.mm', |
| 445 'public/test/response_providers/data_response_provider.h', | 449 'public/test/response_providers/data_response_provider.h', |
| 446 'public/test/response_providers/data_response_provider.mm', | 450 'public/test/response_providers/data_response_provider.mm', |
| 447 'public/test/response_providers/file_based_response_provider.h', | 451 'public/test/response_providers/file_based_response_provider.h', |
| 448 'public/test/response_providers/file_based_response_provider.mm', | 452 'public/test/response_providers/file_based_response_provider.mm', |
| 449 'public/test/response_providers/file_based_response_provider_impl.h', | 453 'public/test/response_providers/file_based_response_provider_impl.h', |
| 450 'public/test/response_providers/file_based_response_provider_impl.mm', | 454 'public/test/response_providers/file_based_response_provider_impl.mm', |
| 451 'public/test/response_providers/html_response_provider.h', | 455 'public/test/response_providers/html_response_provider.h', |
| 452 'public/test/response_providers/html_response_provider.mm', | 456 'public/test/response_providers/html_response_provider.mm', |
| 453 'public/test/response_providers/html_response_provider_impl.h', | 457 'public/test/response_providers/html_response_provider_impl.h', |
| 454 'public/test/response_providers/html_response_provider_impl.mm', | 458 'public/test/response_providers/html_response_provider_impl.mm', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 'dependencies': [ | 496 'dependencies': [ |
| 493 '../../base/base.gyp:base' | 497 '../../base/base.gyp:base' |
| 494 ], | 498 ], |
| 495 'sources': [ | 499 'sources': [ |
| 496 'public/user_agent.h', | 500 'public/user_agent.h', |
| 497 'public/user_agent.mm', | 501 'public/user_agent.mm', |
| 498 ], | 502 ], |
| 499 }, | 503 }, |
| 500 ], | 504 ], |
| 501 } | 505 } |
| OLD | NEW |