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

Side by Side Diff: chrome/chrome_browser.gypi

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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3043 matching lines...) Expand 10 before | Expand all | Expand 10 after
3054 'browser/themes/theme_service_factory.h', 3054 'browser/themes/theme_service_factory.h',
3055 'browser/themes/theme_service_mac.mm', 3055 'browser/themes/theme_service_mac.mm',
3056 'browser/themes/theme_syncable_service.cc', 3056 'browser/themes/theme_syncable_service.cc',
3057 'browser/themes/theme_syncable_service.h', 3057 'browser/themes/theme_syncable_service.h',
3058 ], 3058 ],
3059 'chrome_browser_undo_sources': [ 3059 'chrome_browser_undo_sources': [
3060 'browser/undo/bookmark_undo_service_factory.cc', 3060 'browser/undo/bookmark_undo_service_factory.cc',
3061 'browser/undo/bookmark_undo_service_factory.h', 3061 'browser/undo/bookmark_undo_service_factory.h',
3062 ], 3062 ],
3063 'chrome_browser_web_resource_sources': [ 3063 'chrome_browser_web_resource_sources': [
3064 'browser/web_resource/chrome_web_resource_service.cc',
3065 'browser/web_resource/chrome_web_resource_service.h',
3066 'browser/web_resource/notification_promo.cc', 3064 'browser/web_resource/notification_promo.cc',
3067 'browser/web_resource/notification_promo.h', 3065 'browser/web_resource/notification_promo.h',
3068 'browser/web_resource/notification_promo_helper.cc', 3066 'browser/web_resource/notification_promo_helper.cc',
3069 'browser/web_resource/notification_promo_helper.h', 3067 'browser/web_resource/notification_promo_helper.h',
3070 'browser/web_resource/promo_resource_service.cc', 3068 'browser/web_resource/promo_resource_service.cc',
3071 'browser/web_resource/promo_resource_service.h', 3069 'browser/web_resource/promo_resource_service.h',
3072 ], 3070 ],
3073 'chrome_browser_webrtc_sources': [ 3071 'chrome_browser_webrtc_sources': [
3074 # TODO(brettw) should webrtc_log_list.cc go here? 3072 # TODO(brettw) should webrtc_log_list.cc go here?
3075 'browser/media/webrtc_log_uploader.cc', 3073 'browser/media/webrtc_log_uploader.cc',
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
4111 '../components/components.gyp:omnibox_browser', 4109 '../components/components.gyp:omnibox_browser',
4112 '../components/components.gyp:rlz', 4110 '../components/components.gyp:rlz',
4113 '../components/components.gyp:search_engines', 4111 '../components/components.gyp:search_engines',
4114 '../rlz/rlz.gyp:rlz_lib', 4112 '../rlz/rlz.gyp:rlz_lib',
4115 ], 4113 ],
4116 }, 4114 },
4117 ], 4115 ],
4118 }], 4116 }],
4119 ], 4117 ],
4120 } 4118 }
OLDNEW
« no previous file with comments | « chrome/browser/web_resource/promo_resource_service_unittest.cc ('k') | components/web_resource/web_resource_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698