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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10115018: Convert the infobars interactive_ui_test to a browser_test. Remove the ExtensionProxy class which… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « chrome/browser/infobars/infobars_uitest.cc ('k') | chrome/chrome_tests.gypi » ('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) 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'browser/autofill/select_control_handler.cc', 217 'browser/autofill/select_control_handler.cc',
218 'browser/autofill/select_control_handler.h', 218 'browser/autofill/select_control_handler.h',
219 'browser/auto_launch_trial.cc', 219 'browser/auto_launch_trial.cc',
220 'browser/auto_launch_trial.h', 220 'browser/auto_launch_trial.h',
221 'browser/automation/automation_browser_tracker.cc', 221 'browser/automation/automation_browser_tracker.cc',
222 'browser/automation/automation_browser_tracker.h', 222 'browser/automation/automation_browser_tracker.h',
223 'browser/automation/automation_event_observer.cc', 223 'browser/automation/automation_event_observer.cc',
224 'browser/automation/automation_event_observer.h', 224 'browser/automation/automation_event_observer.h',
225 'browser/automation/automation_event_queue.cc', 225 'browser/automation/automation_event_queue.cc',
226 'browser/automation/automation_event_queue.h', 226 'browser/automation/automation_event_queue.h',
227 'browser/automation/automation_extension_tracker.cc',
228 'browser/automation/automation_extension_tracker.h',
229 'browser/automation/automation_provider.cc', 227 'browser/automation/automation_provider.cc',
230 'browser/automation/automation_provider.h', 228 'browser/automation/automation_provider.h',
231 'browser/automation/automation_provider_aura.cc', 229 'browser/automation/automation_provider_aura.cc',
232 'browser/automation/automation_provider_gtk.cc', 230 'browser/automation/automation_provider_gtk.cc',
233 'browser/automation/automation_provider_json.cc', 231 'browser/automation/automation_provider_json.cc',
234 'browser/automation/automation_provider_json.h', 232 'browser/automation/automation_provider_json.h',
235 'browser/automation/automation_provider_list.cc', 233 'browser/automation/automation_provider_list.cc',
236 'browser/automation/automation_provider_list.h', 234 'browser/automation/automation_provider_list.h',
237 'browser/automation/automation_provider_list_generic.cc', 235 'browser/automation/automation_provider_list_generic.cc',
238 'browser/automation/automation_provider_list_mac.mm', 236 'browser/automation/automation_provider_list_mac.mm',
(...skipping 5011 matching lines...) Expand 10 before | Expand all | Expand 10 after
5250 'type': 'static_library', 5248 'type': 'static_library',
5251 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5249 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5252 'variables': { 5250 'variables': {
5253 'proto_in_dir': 'browser/chromeos/gdata', 5251 'proto_in_dir': 'browser/chromeos/gdata',
5254 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5252 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5255 }, 5253 },
5256 'includes': [ '../build/protoc.gypi' ] 5254 'includes': [ '../build/protoc.gypi' ]
5257 }, 5255 },
5258 ], 5256 ],
5259 } 5257 }
OLDNEW
« no previous file with comments | « chrome/browser/infobars/infobars_uitest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698