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

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
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 3935 matching lines...) Expand 10 before | Expand all | Expand 10 after
3946 'browser/upgrade_detector_impl.cc', 3946 'browser/upgrade_detector_impl.cc',
3947 'browser/upgrade_detector_impl.h', 3947 'browser/upgrade_detector_impl.h',
3948 'browser/user_style_sheet_watcher.cc', 3948 'browser/user_style_sheet_watcher.cc',
3949 'browser/user_style_sheet_watcher.h', 3949 'browser/user_style_sheet_watcher.h',
3950 'browser/visitedlink/visitedlink_event_listener.cc', 3950 'browser/visitedlink/visitedlink_event_listener.cc',
3951 'browser/visitedlink/visitedlink_event_listener.h', 3951 'browser/visitedlink/visitedlink_event_listener.h',
3952 'browser/visitedlink/visitedlink_master.cc', 3952 'browser/visitedlink/visitedlink_master.cc',
3953 'browser/visitedlink/visitedlink_master.h', 3953 'browser/visitedlink/visitedlink_master.h',
3954 'browser/web_applications/web_app.cc', 3954 'browser/web_applications/web_app.cc',
3955 'browser/web_applications/web_app.h', 3955 'browser/web_applications/web_app.h',
3956 'browser/web_resource/gpu_blacklist_updater.cc',
3957 'browser/web_resource/gpu_blacklist_updater.h',
3958 'browser/web_resource/notification_promo.cc', 3956 'browser/web_resource/notification_promo.cc',
3959 'browser/web_resource/notification_promo.h', 3957 'browser/web_resource/notification_promo.h',
3960 'browser/web_resource/promo_resource_service.cc', 3958 'browser/web_resource/promo_resource_service.cc',
3961 'browser/web_resource/promo_resource_service.h', 3959 'browser/web_resource/promo_resource_service.h',
3962 'browser/web_resource/web_resource_service.cc', 3960 'browser/web_resource/web_resource_service.cc',
3963 'browser/web_resource/web_resource_service.h', 3961 'browser/web_resource/web_resource_service.h',
3964 'browser/webdata/autocomplete_syncable_service.cc', 3962 'browser/webdata/autocomplete_syncable_service.cc',
3965 'browser/webdata/autocomplete_syncable_service.h', 3963 'browser/webdata/autocomplete_syncable_service.h',
3966 'browser/webdata/autofill_change.cc', 3964 'browser/webdata/autofill_change.cc',
3967 'browser/webdata/autofill_change.h', 3965 'browser/webdata/autofill_change.h',
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
5248 'type': 'static_library', 5246 'type': 'static_library',
5249 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5247 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5250 'variables': { 5248 'variables': {
5251 'proto_in_dir': 'browser/history', 5249 'proto_in_dir': 'browser/history',
5252 'proto_out_dir': 'chrome/browser/history', 5250 'proto_out_dir': 'chrome/browser/history',
5253 }, 5251 },
5254 'includes': [ '../build/protoc.gypi' ] 5252 'includes': [ '../build/protoc.gypi' ]
5255 }, 5253 },
5256 ], 5254 ],
5257 } 5255 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698