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

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

Issue 1095203006: [iOS] Upstream XCallbackParameters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused #include 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
« no previous file with comments | « ios/chrome/browser/xcallback_parameters.mm ('k') | no next file » | 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'browser/updatable_config/updatable_array.h', 229 'browser/updatable_config/updatable_array.h',
230 'browser/updatable_config/updatable_array.mm', 230 'browser/updatable_config/updatable_array.mm',
231 'browser/updatable_config/updatable_config_base.h', 231 'browser/updatable_config/updatable_config_base.h',
232 'browser/updatable_config/updatable_config_base.mm', 232 'browser/updatable_config/updatable_config_base.mm',
233 'browser/updatable_config/updatable_dictionary.h', 233 'browser/updatable_config/updatable_dictionary.h',
234 'browser/updatable_config/updatable_dictionary.mm', 234 'browser/updatable_config/updatable_dictionary.mm',
235 'browser/web/dom_altering_lock.h', 235 'browser/web/dom_altering_lock.h',
236 'browser/web/dom_altering_lock.mm', 236 'browser/web/dom_altering_lock.mm',
237 'browser/web_resource/ios_web_resource_service.cc', 237 'browser/web_resource/ios_web_resource_service.cc',
238 'browser/web_resource/ios_web_resource_service.h', 238 'browser/web_resource/ios_web_resource_service.h',
239 'browser/xcallback_parameters.h',
240 'browser/xcallback_parameters.mm',
239 ], 241 ],
240 }, 242 },
241 { 243 {
242 'target_name': 'ios_chrome_common', 244 'target_name': 'ios_chrome_common',
243 'type': 'static_library', 245 'type': 'static_library',
244 'include_dirs': [ 246 'include_dirs': [
245 '../..', 247 '../..',
246 ], 248 ],
247 'dependencies': [ 249 'dependencies': [
248 '../../base/base.gyp:base', 250 '../../base/base.gyp:base',
(...skipping 19 matching lines...) Expand all
268 '../../ios/web/js_compile.gypi', 270 '../../ios/web/js_compile.gypi',
269 ], 271 ],
270 'link_settings': { 272 'link_settings': {
271 'mac_bundle_resources': [ 273 'mac_bundle_resources': [
272 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', 274 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js',
273 ], 275 ],
274 }, 276 },
275 }, 277 },
276 ], 278 ],
277 } 279 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/xcallback_parameters.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698