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

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

Issue 1972903003: [ios] Register test web schemes in WebTestSuite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments to |web_client_|. 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
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/test/web_test.mm » ('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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'test/crw_fake_web_controller_observer.h', 483 'test/crw_fake_web_controller_observer.h',
484 'test/crw_fake_web_controller_observer.mm', 484 'test/crw_fake_web_controller_observer.mm',
485 'test/test_url_constants.cc', 485 'test/test_url_constants.cc',
486 'test/test_url_constants.h', 486 'test/test_url_constants.h',
487 'test/test_web_thread.cc', 487 'test/test_web_thread.cc',
488 'test/test_web_thread_bundle.cc', 488 'test/test_web_thread_bundle.cc',
489 'test/web_int_test.h', 489 'test/web_int_test.h',
490 'test/web_int_test.mm', 490 'test/web_int_test.mm',
491 'test/web_test.h', 491 'test/web_test.h',
492 'test/web_test.mm', 492 'test/web_test.mm',
493 'test/web_test_suite.cc',
494 'test/web_test_suite.h', 493 'test/web_test_suite.h',
494 'test/web_test_suite.mm',
495 'test/wk_web_view_crash_utils.h', 495 'test/wk_web_view_crash_utils.h',
496 'test/wk_web_view_crash_utils.mm', 496 'test/wk_web_view_crash_utils.mm',
497 ], 497 ],
498 }, 498 },
499 { 499 {
500 # GN version: //ios/web:user_agent 500 # GN version: //ios/web:user_agent
501 'target_name': 'user_agent', 501 'target_name': 'user_agent',
502 'type': 'static_library', 502 'type': 'static_library',
503 'include_dirs': [ 503 'include_dirs': [
504 '../..', 504 '../..',
505 ], 505 ],
506 'dependencies': [ 506 'dependencies': [
507 '../../base/base.gyp:base' 507 '../../base/base.gyp:base'
508 ], 508 ],
509 'sources': [ 509 'sources': [
510 'public/user_agent.h', 510 'public/user_agent.h',
511 'public/user_agent.mm', 511 'public/user_agent.mm',
512 ], 512 ],
513 }, 513 },
514 ], 514 ],
515 } 515 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/test/web_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698