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

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

Issue 1956113002: [ios Mojo] iOS facade class for Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated the comments. 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/ios_web.gyp ('k') | ios/web/test/BUILD.gn » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 # GN version: //ios/web:ios_web_unittests 10 # GN version: //ios/web:ios_web_unittests
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'web_state/ui/wk_back_forward_list_item_holder_unittest.mm', 68 'web_state/ui/wk_back_forward_list_item_holder_unittest.mm',
69 'web_state/ui/wk_web_view_configuration_provider_unittest.mm', 69 'web_state/ui/wk_web_view_configuration_provider_unittest.mm',
70 'web_state/web_state_impl_unittest.mm', 70 'web_state/web_state_impl_unittest.mm',
71 'web_state/web_state_delegate_bridge_unittest.mm', 71 'web_state/web_state_delegate_bridge_unittest.mm',
72 "web_state/web_state_delegate_stub.h", 72 "web_state/web_state_delegate_stub.h",
73 "web_state/web_state_delegate_stub.mm", 73 "web_state/web_state_delegate_stub.mm",
74 'web_state/web_view_internal_creation_util_unittest.mm', 74 'web_state/web_view_internal_creation_util_unittest.mm',
75 'web_state/wk_web_view_security_util_unittest.mm', 75 'web_state/wk_web_view_security_util_unittest.mm',
76 'webui/crw_web_ui_manager_unittest.mm', 76 'webui/crw_web_ui_manager_unittest.mm',
77 'webui/crw_web_ui_page_builder_unittest.mm', 77 'webui/crw_web_ui_page_builder_unittest.mm',
78 'webui/mojo_facade_unittest.mm',
78 'webui/url_fetcher_block_adapter_unittest.mm', 79 'webui/url_fetcher_block_adapter_unittest.mm',
79 ], 80 ],
80 'actions': [ 81 'actions': [
81 { 82 {
82 'action_name': 'copy_test_data', 83 'action_name': 'copy_test_data',
83 'variables': { 84 'variables': {
84 'test_data_files': [ 85 'test_data_files': [
85 '../../net/data/ssl/certificates/', 86 '../../net/data/ssl/certificates/',
86 'test/data/chrome.html', 87 'test/data/chrome.html',
87 'test/data/testbadpass.pkpass', 88 'test/data/testbadpass.pkpass',
88 'test/data/testfavicon.png', 89 'test/data/testfavicon.png',
89 'test/data/testpass.pkpass', 90 'test/data/testpass.pkpass',
90 ], 91 ],
91 'test_data_prefix': 'ios/web', 92 'test_data_prefix': 'ios/web',
92 }, 93 },
93 'includes': [ '../../build/copy_test_data_ios.gypi' ], 94 'includes': [ '../../build/copy_test_data_ios.gypi' ],
94 }, 95 },
95 ], 96 ],
96 }, 97 },
97 ], 98 ],
98 } 99 }
OLDNEW
« no previous file with comments | « ios/web/ios_web.gyp ('k') | ios/web/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698