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

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

Issue 1291543004: Inject JSON parsing in WebResource as a callback rather than inheritance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webResources1
Patch Set: Created 5 years, 4 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/web_resource/ios_web_resource_service.cc ('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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'browser/updatable_config/updatable_config_base.h', 432 'browser/updatable_config/updatable_config_base.h',
433 'browser/updatable_config/updatable_config_base.mm', 433 'browser/updatable_config/updatable_config_base.mm',
434 'browser/updatable_config/updatable_dictionary.h', 434 'browser/updatable_config/updatable_dictionary.h',
435 'browser/updatable_config/updatable_dictionary.mm', 435 'browser/updatable_config/updatable_dictionary.mm',
436 'browser/web/dom_altering_lock.h', 436 'browser/web/dom_altering_lock.h',
437 'browser/web/dom_altering_lock.mm', 437 'browser/web/dom_altering_lock.mm',
438 'browser/web/web_view_type_util.h', 438 'browser/web/web_view_type_util.h',
439 'browser/web/web_view_type_util.mm', 439 'browser/web/web_view_type_util.mm',
440 'browser/web_data_service_factory.cc', 440 'browser/web_data_service_factory.cc',
441 'browser/web_data_service_factory.h', 441 'browser/web_data_service_factory.h',
442 'browser/web_resource/ios_web_resource_service.cc',
443 'browser/web_resource/ios_web_resource_service.h',
444 'browser/xcallback_parameters.h', 442 'browser/xcallback_parameters.h',
445 'browser/xcallback_parameters.mm', 443 'browser/xcallback_parameters.mm',
446 ], 444 ],
447 'conditions': [ 445 'conditions': [
448 ['enable_rlz==1', { 446 ['enable_rlz==1', {
449 'dependencies': [ 447 'dependencies': [
450 '../../components/components.gyp:rlz', 448 '../../components/components.gyp:rlz',
451 'ios_chrome_browser_rlz', 449 'ios_chrome_browser_rlz',
452 ], 450 ],
453 }], 451 }],
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 '../../components/components.gyp:omnibox_browser', 555 '../../components/components.gyp:omnibox_browser',
558 '../../components/components.gyp:rlz', 556 '../../components/components.gyp:rlz',
559 '../../components/components.gyp:search_engines', 557 '../../components/components.gyp:search_engines',
560 '../../rlz/rlz.gyp:rlz_lib', 558 '../../rlz/rlz.gyp:rlz_lib',
561 ], 559 ],
562 }, 560 },
563 ], 561 ],
564 }], 562 }],
565 ], 563 ],
566 } 564 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/web_resource/ios_web_resource_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698