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

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

Issue 1111193002: [Upstream] Force instantiation of BSKSF during unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'browser/autofill/form_input_accessory_view_controller.mm', 91 'browser/autofill/form_input_accessory_view_controller.mm',
92 'browser/autofill/form_input_accessory_view_delegate.h', 92 'browser/autofill/form_input_accessory_view_delegate.h',
93 'browser/autofill/form_suggestion_controller.h', 93 'browser/autofill/form_suggestion_controller.h',
94 'browser/autofill/form_suggestion_controller.mm', 94 'browser/autofill/form_suggestion_controller.mm',
95 'browser/autofill/form_suggestion_label.h', 95 'browser/autofill/form_suggestion_label.h',
96 'browser/autofill/form_suggestion_label.mm', 96 'browser/autofill/form_suggestion_label.mm',
97 'browser/autofill/form_suggestion_provider.h', 97 'browser/autofill/form_suggestion_provider.h',
98 'browser/autofill/form_suggestion_view.h', 98 'browser/autofill/form_suggestion_view.h',
99 'browser/autofill/form_suggestion_view.mm', 99 'browser/autofill/form_suggestion_view.mm',
100 'browser/autofill/form_suggestion_view_client.h', 100 'browser/autofill/form_suggestion_view_client.h',
101 'browser/browser_state/browser_state_keyed_service_factories.h',
102 'browser/browser_state/browser_state_keyed_service_factories.mm',
101 'browser/browser_state/browser_state_otr_helper.cc', 103 'browser/browser_state/browser_state_otr_helper.cc',
102 'browser/browser_state/browser_state_otr_helper.h', 104 'browser/browser_state/browser_state_otr_helper.h',
103 'browser/browsing_data_change_listening.h', 105 'browser/browsing_data_change_listening.h',
104 'browser/chrome_paths.h', 106 'browser/chrome_paths.h',
105 'browser/chrome_paths.mm', 107 'browser/chrome_paths.mm',
106 'browser/chrome_switches.cc', 108 'browser/chrome_switches.cc',
107 'browser/chrome_switches.h', 109 'browser/chrome_switches.h',
108 'browser/chrome_url_constants.cc', 110 'browser/chrome_url_constants.cc',
109 'browser/chrome_url_constants.h', 111 'browser/chrome_url_constants.h',
110 'browser/dom_distiller/distiller_viewer.cc', 112 'browser/dom_distiller/distiller_viewer.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 '../../ios/web/js_compile.gypi', 281 '../../ios/web/js_compile.gypi',
280 ], 282 ],
281 'link_settings': { 283 'link_settings': {
282 'mac_bundle_resources': [ 284 'mac_bundle_resources': [
283 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', 285 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js',
284 ], 286 ],
285 }, 287 },
286 }, 288 },
287 ], 289 ],
288 } 290 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698