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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9372120: Implementation of AutomationEventQueue and associated framework to support generic non-blocking aut… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Dennis' comments. Created 8 years, 10 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'browser/autofill/phone_number.cc', 207 'browser/autofill/phone_number.cc',
208 'browser/autofill/phone_number.h', 208 'browser/autofill/phone_number.h',
209 'browser/autofill/phone_number_i18n.cc', 209 'browser/autofill/phone_number_i18n.cc',
210 'browser/autofill/phone_number_i18n.h', 210 'browser/autofill/phone_number_i18n.h',
211 'browser/autofill/select_control_handler.cc', 211 'browser/autofill/select_control_handler.cc',
212 'browser/autofill/select_control_handler.h', 212 'browser/autofill/select_control_handler.h',
213 'browser/auto_launch_trial.cc', 213 'browser/auto_launch_trial.cc',
214 'browser/auto_launch_trial.h', 214 'browser/auto_launch_trial.h',
215 'browser/automation/automation_browser_tracker.cc', 215 'browser/automation/automation_browser_tracker.cc',
216 'browser/automation/automation_browser_tracker.h', 216 'browser/automation/automation_browser_tracker.h',
217 'browser/automation/automation_event_observer.cc',
218 'browser/automation/automation_event_observer.h',
219 'browser/automation/automation_event_queue.cc',
220 'browser/automation/automation_event_queue.h',
217 'browser/automation/automation_extension_tracker.cc', 221 'browser/automation/automation_extension_tracker.cc',
218 'browser/automation/automation_extension_tracker.h', 222 'browser/automation/automation_extension_tracker.h',
219 'browser/automation/automation_provider.cc', 223 'browser/automation/automation_provider.cc',
220 'browser/automation/automation_provider.h', 224 'browser/automation/automation_provider.h',
221 'browser/automation/automation_provider_aura.cc', 225 'browser/automation/automation_provider_aura.cc',
222 'browser/automation/automation_provider_gtk.cc', 226 'browser/automation/automation_provider_gtk.cc',
223 'browser/automation/automation_provider_json.cc', 227 'browser/automation/automation_provider_json.cc',
224 'browser/automation/automation_provider_json.h', 228 'browser/automation/automation_provider_json.h',
225 'browser/automation/automation_provider_list.cc', 229 'browser/automation/automation_provider_list.cc',
226 'browser/automation/automation_provider_list.h', 230 'browser/automation/automation_provider_list.h',
(...skipping 5368 matching lines...) Expand 10 before | Expand all | Expand 10 after
5595 'type': 'static_library', 5599 'type': 'static_library',
5596 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5600 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5597 'variables': { 5601 'variables': {
5598 'proto_in_dir': 'browser/history', 5602 'proto_in_dir': 'browser/history',
5599 'proto_out_dir': 'chrome/browser/history', 5603 'proto_out_dir': 'chrome/browser/history',
5600 }, 5604 },
5601 'includes': [ '../build/protoc.gypi' ] 5605 'includes': [ '../build/protoc.gypi' ]
5602 }, 5606 },
5603 ], 5607 ],
5604 } 5608 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698