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

Side by Side Diff: ios/chrome/ios_chrome_tests.gyp

Issue 2146833002: Move webp_transcode to ios/chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup DEPS 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/chrome/ios_chrome.gyp ('k') | ios/chrome/test/data/webp_transcode/OWNERS » ('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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 # GN version: //ios/chrome:ios_chrome_unittests 10 # GN version: //ios/chrome:ios_chrome_unittests
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'browser/ui/context_menu/context_menu_coordinator_unittest.mm', 81 'browser/ui/context_menu/context_menu_coordinator_unittest.mm',
82 'browser/ui/elements/selector_coordinator_unittest.mm', 82 'browser/ui/elements/selector_coordinator_unittest.mm',
83 'browser/ui/elements/selector_picker_view_controller_unittest.mm', 83 'browser/ui/elements/selector_picker_view_controller_unittest.mm',
84 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', 84 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm',
85 'browser/ui/keyboard/hardware_keyboard_watcher_unittest.mm', 85 'browser/ui/keyboard/hardware_keyboard_watcher_unittest.mm',
86 'browser/ui/native_content_controller_unittest.mm', 86 'browser/ui/native_content_controller_unittest.mm',
87 'browser/ui/ui_util_unittest.mm', 87 'browser/ui/ui_util_unittest.mm',
88 'browser/ui/uikit_ui_util_unittest.mm', 88 'browser/ui/uikit_ui_util_unittest.mm',
89 'browser/update_client/ios_chrome_update_query_params_delegate_unittest. cc', 89 'browser/update_client/ios_chrome_update_query_params_delegate_unittest. cc',
90 'browser/web_resource/web_resource_util_unittest.cc', 90 'browser/web_resource/web_resource_util_unittest.cc',
91 'browser/webp_transcode/webp_decoder_unittest.mm',
91 'common/string_util_unittest.mm', 92 'common/string_util_unittest.mm',
92 ], 93 ],
93 'actions': [ 94 'actions': [
94 { 95 {
95 'action_name': 'copy_ios_chrome_test_data', 96 'action_name': 'copy_ios_chrome_test_data',
96 'variables': { 97 'variables': {
97 'test_data_files': [ 98 'test_data_files': [
98 '../../net/data/ssl/certificates/', 99 '../../net/data/ssl/certificates/',
99 'test/data/webdata/bookmarkimages', 100 'test/data',
100 ], 101 ],
101 'test_data_prefix': 'ios/chrome', 102 'test_data_prefix': 'ios/chrome',
102 }, 103 },
103 'includes': [ '../../build/copy_test_data_ios.gypi' ] 104 'includes': [ '../../build/copy_test_data_ios.gypi' ]
104 }, 105 },
105 ], 106 ],
106 'includes': ['ios_chrome_resources_bundle.gypi'], 107 'includes': ['ios_chrome_resources_bundle.gypi'],
107 }, 108 },
108 { 109 {
109 # GN version: //ios/chrome/browser:test_support 110 # GN version: //ios/chrome/browser:test_support
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'test/ios_chrome_scoped_testing_local_state.h', 156 'test/ios_chrome_scoped_testing_local_state.h',
156 'test/ios_chrome_unit_test_suite.h', 157 'test/ios_chrome_unit_test_suite.h',
157 'test/ios_chrome_unit_test_suite.mm', 158 'test/ios_chrome_unit_test_suite.mm',
158 'test/run_all_unittests.cc', 159 'test/run_all_unittests.cc',
159 'test/testing_application_context.h', 160 'test/testing_application_context.h',
160 'test/testing_application_context.mm', 161 'test/testing_application_context.mm',
161 ], 162 ],
162 }, 163 },
163 ], 164 ],
164 } 165 }
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/chrome/test/data/webp_transcode/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698