Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Side by Side Diff: ios/web/ios_web.gyp

Issue 1890333002: Web shell test to go back and forward. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/include/import Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ios/web/ios_web_shell_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 }, 420 },
421 'includes': [ 421 'includes': [
422 'js_compile_checked.gypi' 422 'js_compile_checked.gypi'
423 ], 423 ],
424 }, 424 },
425 { 425 {
426 # GN version: //ios/web:test_support 426 # GN version: //ios/web:test_support
427 'target_name': 'ios_web_test_support', 427 'target_name': 'ios_web_test_support',
428 'type': 'static_library', 428 'type': 'static_library',
429 'dependencies': [ 429 'dependencies': [
430 '../../base/base.gyp:test_support_base',
430 '../../ios/testing/ios_testing.gyp:ocmock_support', 431 '../../ios/testing/ios_testing.gyp:ocmock_support',
431 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver', 432 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver',
433 '../../net/net.gyp:net_test_support',
432 '../../testing/gmock.gyp:gmock', 434 '../../testing/gmock.gyp:gmock',
433 '../../testing/gtest.gyp:gtest', 435 '../../testing/gtest.gyp:gtest',
434 '../../third_party/ocmock/ocmock.gyp:ocmock', 436 '../../third_party/ocmock/ocmock.gyp:ocmock',
435 'ios_web', 437 'ios_web',
436 ], 438 ],
437 'include_dirs': [ 439 'include_dirs': [
438 '../..', 440 '../..',
439 ], 441 ],
440 'sources': [ 442 'sources': [
441 'public/test/crw_test_js_injection_receiver.h', 443 'public/test/crw_test_js_injection_receiver.h',
442 'public/test/crw_test_js_injection_receiver.mm', 444 'public/test/crw_test_js_injection_receiver.mm',
443 'public/test/http_server.h', 445 'public/test/http_server.h',
444 'public/test/http_server.mm', 446 'public/test/http_server.mm',
445 'public/test/js_test_util.h', 447 'public/test/js_test_util.h',
446 'public/test/js_test_util.mm', 448 'public/test/js_test_util.mm',
447 'public/test/response_providers/data_response_provider.h', 449 'public/test/response_providers/data_response_provider.h',
448 'public/test/response_providers/data_response_provider.mm', 450 'public/test/response_providers/data_response_provider.mm',
449 'public/test/response_providers/file_based_response_provider.h', 451 'public/test/response_providers/file_based_response_provider.h',
450 'public/test/response_providers/file_based_response_provider.mm', 452 'public/test/response_providers/file_based_response_provider.mm',
451 'public/test/response_providers/file_based_response_provider_impl.h', 453 'public/test/response_providers/file_based_response_provider_impl.h',
452 'public/test/response_providers/file_based_response_provider_impl.mm', 454 'public/test/response_providers/file_based_response_provider_impl.mm',
455 'public/test/response_providers/html_response_provider.h',
456 'public/test/response_providers/html_response_provider.mm',
457 'public/test/response_providers/html_response_provider_impl.h',
458 'public/test/response_providers/html_response_provider_impl.mm',
453 'public/test/response_providers/response_provider.h', 459 'public/test/response_providers/response_provider.h',
454 'public/test/response_providers/response_provider.mm', 460 'public/test/response_providers/response_provider.mm',
455 'public/test/response_providers/string_response_provider.h', 461 'public/test/response_providers/string_response_provider.h',
456 'public/test/response_providers/string_response_provider.mm', 462 'public/test/response_providers/string_response_provider.mm',
457 'public/test/scoped_testing_web_client.h', 463 'public/test/scoped_testing_web_client.h',
458 'public/test/scoped_testing_web_client.mm', 464 'public/test/scoped_testing_web_client.mm',
459 'public/test/test_browser_state.cc', 465 'public/test/test_browser_state.cc',
460 'public/test/test_browser_state.h', 466 'public/test/test_browser_state.h',
461 'public/test/test_web_client.h', 467 'public/test/test_web_client.h',
462 'public/test/test_web_client.mm', 468 'public/test/test_web_client.mm',
(...skipping 27 matching lines...) Expand all
490 'dependencies': [ 496 'dependencies': [
491 '../../base/base.gyp:base' 497 '../../base/base.gyp:base'
492 ], 498 ],
493 'sources': [ 499 'sources': [
494 'public/user_agent.h', 500 'public/user_agent.h',
495 'public/user_agent.mm', 501 'public/user_agent.mm',
496 ], 502 ],
497 }, 503 },
498 ], 504 ],
499 } 505 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/ios_web_shell_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698