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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11862010: Fix WebDataRequest ownership gap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix destroy and make result a scoped_ptr Created 7 years, 11 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 | Annotate | Revision Log
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 '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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'browser/api/infobars/confirm_infobar_delegate.h', 109 'browser/api/infobars/confirm_infobar_delegate.h',
110 'browser/api/infobars/infobar_delegate.cc', 110 'browser/api/infobars/infobar_delegate.cc',
111 'browser/api/infobars/infobar_delegate.h', 111 'browser/api/infobars/infobar_delegate.h',
112 'browser/api/infobars/infobar_service.h', 112 'browser/api/infobars/infobar_service.h',
113 'browser/api/infobars/simple_alert_infobar_delegate.cc', 113 'browser/api/infobars/simple_alert_infobar_delegate.cc',
114 'browser/api/infobars/simple_alert_infobar_delegate.h', 114 'browser/api/infobars/simple_alert_infobar_delegate.h',
115 'browser/api/sync/profile_sync_service_base.h', 115 'browser/api/sync/profile_sync_service_base.h',
116 'browser/api/sync/profile_sync_service_observer.h', 116 'browser/api/sync/profile_sync_service_observer.h',
117 'browser/api/webdata/autofill_web_data.h', 117 'browser/api/webdata/autofill_web_data.h',
118 'browser/api/webdata/autofill_web_data_service.h', 118 'browser/api/webdata/autofill_web_data_service.h',
119 'browser/api/webdata/web_data_results.cc',
120 'browser/api/webdata/web_data_results.h', 119 'browser/api/webdata/web_data_results.h',
121 'browser/api/webdata/web_data_service_base.h', 120 'browser/api/webdata/web_data_service_base.h',
122 'browser/api/webdata/web_data_service_consumer.h', 121 'browser/api/webdata/web_data_service_consumer.h',
123 'browser/app_controller_mac.h', 122 'browser/app_controller_mac.h',
124 'browser/app_controller_mac.mm', 123 'browser/app_controller_mac.mm',
125 'browser/app_icon_win.cc', 124 'browser/app_icon_win.cc',
126 'browser/app_icon_win.h', 125 'browser/app_icon_win.h',
127 'browser/autocomplete/autocomplete_classifier.cc', 126 'browser/autocomplete/autocomplete_classifier.cc',
128 'browser/autocomplete/autocomplete_classifier.h', 127 'browser/autocomplete/autocomplete_classifier.h',
129 'browser/autocomplete/autocomplete_classifier_factory.cc', 128 'browser/autocomplete/autocomplete_classifier_factory.cc',
(...skipping 2970 matching lines...) Expand 10 before | Expand all | Expand 10 after
3100 'variables': { 3099 'variables': {
3101 'jni_gen_dir': 'chrome', 3100 'jni_gen_dir': 'chrome',
3102 }, 3101 },
3103 'includes': [ '../build/jni_generator.gypi' ], 3102 'includes': [ '../build/jni_generator.gypi' ],
3104 }, 3103 },
3105 ], 3104 ],
3106 }, 3105 },
3107 ], 3106 ],
3108 ], 3107 ],
3109 } 3108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698