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

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

Issue 2098583003: Removed private web_test_suite.h header as unused. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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_suite.h » ('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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 'test/crw_fake_web_controller_observer.h', 513 'test/crw_fake_web_controller_observer.h',
514 'test/crw_fake_web_controller_observer.mm', 514 'test/crw_fake_web_controller_observer.mm',
515 'test/test_url_constants.cc', 515 'test/test_url_constants.cc',
516 'test/test_url_constants.h', 516 'test/test_url_constants.h',
517 'test/test_web_thread.cc', 517 'test/test_web_thread.cc',
518 'test/test_web_thread_bundle.cc', 518 'test/test_web_thread_bundle.cc',
519 'test/web_int_test.h', 519 'test/web_int_test.h',
520 'test/web_int_test.mm', 520 'test/web_int_test.mm',
521 'test/web_test_with_web_controller.h', 521 'test/web_test_with_web_controller.h',
522 'test/web_test_with_web_controller.mm', 522 'test/web_test_with_web_controller.mm',
523 'test/web_test_suite.h',
524 'test/web_test_suite.mm', 523 'test/web_test_suite.mm',
525 'test/wk_web_view_crash_utils.h', 524 'test/wk_web_view_crash_utils.h',
526 'test/wk_web_view_crash_utils.mm', 525 'test/wk_web_view_crash_utils.mm',
527 ], 526 ],
528 }, 527 },
529 { 528 {
530 # GN version: //ios/web/test:mojo_bindings 529 # GN version: //ios/web/test:mojo_bindings
531 'target_name': 'test_mojo_bindings_mojom', 530 'target_name': 'test_mojo_bindings_mojom',
532 'type': 'none', 531 'type': 'none',
533 'variables': { 532 'variables': {
(...skipping 29 matching lines...) Expand all
563 'dependencies': [ 562 'dependencies': [
564 '../../base/base.gyp:base' 563 '../../base/base.gyp:base'
565 ], 564 ],
566 'sources': [ 565 'sources': [
567 'public/user_agent.h', 566 'public/user_agent.h',
568 'public/user_agent.mm', 567 'public/user_agent.mm',
569 ], 568 ],
570 }, 569 },
571 ], 570 ],
572 } 571 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/test/web_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698