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

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

Issue 1950323002: Refactor web shell integration tests utilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix imports and includes Created 4 years, 7 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
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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
Eugene But (OOO till 7-30) 2016/05/05 21:43:41 Please update gn files as well.
baxley 2016/05/05 22:03:25 Done.
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/ios_web_shell_tests.gyp » ('j') | ios/web/public/test/navigation_test_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698