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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8758003: Remove dead code for gpu blacklist auto-update. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/web_resource/gpu_blacklist_updater.cc ('k') | chrome/common/pref_names.h » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3945 matching lines...) Expand 10 before | Expand all | Expand 10 after
3956 'browser/upgrade_detector_impl.cc', 3956 'browser/upgrade_detector_impl.cc',
3957 'browser/upgrade_detector_impl.h', 3957 'browser/upgrade_detector_impl.h',
3958 'browser/user_style_sheet_watcher.cc', 3958 'browser/user_style_sheet_watcher.cc',
3959 'browser/user_style_sheet_watcher.h', 3959 'browser/user_style_sheet_watcher.h',
3960 'browser/visitedlink/visitedlink_event_listener.cc', 3960 'browser/visitedlink/visitedlink_event_listener.cc',
3961 'browser/visitedlink/visitedlink_event_listener.h', 3961 'browser/visitedlink/visitedlink_event_listener.h',
3962 'browser/visitedlink/visitedlink_master.cc', 3962 'browser/visitedlink/visitedlink_master.cc',
3963 'browser/visitedlink/visitedlink_master.h', 3963 'browser/visitedlink/visitedlink_master.h',
3964 'browser/web_applications/web_app.cc', 3964 'browser/web_applications/web_app.cc',
3965 'browser/web_applications/web_app.h', 3965 'browser/web_applications/web_app.h',
3966 'browser/web_resource/gpu_blacklist_updater.cc',
3967 'browser/web_resource/gpu_blacklist_updater.h',
3968 'browser/web_resource/notification_promo.cc', 3966 'browser/web_resource/notification_promo.cc',
3969 'browser/web_resource/notification_promo.h', 3967 'browser/web_resource/notification_promo.h',
3970 'browser/web_resource/promo_resource_service.cc', 3968 'browser/web_resource/promo_resource_service.cc',
3971 'browser/web_resource/promo_resource_service.h', 3969 'browser/web_resource/promo_resource_service.h',
3972 'browser/web_resource/web_resource_service.cc', 3970 'browser/web_resource/web_resource_service.cc',
3973 'browser/web_resource/web_resource_service.h', 3971 'browser/web_resource/web_resource_service.h',
3974 'browser/webdata/autocomplete_syncable_service.cc', 3972 'browser/webdata/autocomplete_syncable_service.cc',
3975 'browser/webdata/autocomplete_syncable_service.h', 3973 'browser/webdata/autocomplete_syncable_service.h',
3976 'browser/webdata/autofill_change.cc', 3974 'browser/webdata/autofill_change.cc',
3977 'browser/webdata/autofill_change.h', 3975 'browser/webdata/autofill_change.h',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
5242 'type': 'static_library', 5240 'type': 'static_library',
5243 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5244 'variables': { 5242 'variables': {
5245 'proto_in_dir': 'browser/history', 5243 'proto_in_dir': 'browser/history',
5246 'proto_out_dir': 'chrome/browser/history', 5244 'proto_out_dir': 'chrome/browser/history',
5247 }, 5245 },
5248 'includes': [ '../build/protoc.gypi' ] 5246 'includes': [ '../build/protoc.gypi' ]
5249 }, 5247 },
5250 ], 5248 ],
5251 } 5249 }
OLDNEW
« no previous file with comments | « chrome/browser/web_resource/gpu_blacklist_updater.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698