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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10344009: Implement Keychain reauthorization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 'browser/jumplist_win.cc', 1290 'browser/jumplist_win.cc',
1291 'browser/jumplist_win.h', 1291 'browser/jumplist_win.h',
1292 'browser/language_usage_metrics.cc', 1292 'browser/language_usage_metrics.cc',
1293 'browser/language_usage_metrics.h', 1293 'browser/language_usage_metrics.h',
1294 'browser/low_memory_observer.cc', 1294 'browser/low_memory_observer.cc',
1295 'browser/low_memory_observer.h', 1295 'browser/low_memory_observer.h',
1296 'browser/mac/dock.h', 1296 'browser/mac/dock.h',
1297 'browser/mac/dock.mm', 1297 'browser/mac/dock.mm',
1298 'browser/mac/install_from_dmg.h', 1298 'browser/mac/install_from_dmg.h',
1299 'browser/mac/install_from_dmg.mm', 1299 'browser/mac/install_from_dmg.mm',
1300 'browser/mac/keychain_reauthorize.cc',
1301 'browser/mac/keychain_reauthorize.h',
1300 'browser/mac/keystone_glue.h', 1302 'browser/mac/keystone_glue.h',
1301 'browser/mac/keystone_glue.mm', 1303 'browser/mac/keystone_glue.mm',
1302 'browser/mac/keystone_registration.h', 1304 'browser/mac/keystone_registration.h',
1303 'browser/mac/keystone_registration.mm', 1305 'browser/mac/keystone_registration.mm',
1304 'browser/mac/master_prefs.h', 1306 'browser/mac/master_prefs.h',
1305 'browser/mac/master_prefs.mm', 1307 'browser/mac/master_prefs.mm',
1306 'browser/mac/relauncher.cc', 1308 'browser/mac/relauncher.cc',
1307 'browser/mac/relauncher.h', 1309 'browser/mac/relauncher.h',
1310 'browser/mac/security_wrappers.cc',
1311 'browser/mac/security_wrappers.h',
1308 'browser/managed_mode.cc', 1312 'browser/managed_mode.cc',
1309 'browser/managed_mode.h', 1313 'browser/managed_mode.h',
1310 'browser/media/media_internals.cc', 1314 'browser/media/media_internals.cc',
1311 'browser/media/media_internals.h', 1315 'browser/media/media_internals.h',
1312 'browser/media/media_stream_devices_menu_model.cc', 1316 'browser/media/media_stream_devices_menu_model.cc',
1313 'browser/media/media_stream_devices_menu_model.h', 1317 'browser/media/media_stream_devices_menu_model.h',
1314 'browser/media_gallery/media_device_notifications_linux.cc', 1318 'browser/media_gallery/media_device_notifications_linux.cc',
1315 'browser/media_gallery/media_device_notifications_linux.h', 1319 'browser/media_gallery/media_device_notifications_linux.h',
1316 'browser/media_gallery/media_device_notifications_window_win.cc', 1320 'browser/media_gallery/media_device_notifications_window_win.cc',
1317 'browser/media_gallery/media_device_notifications_window_win.h', 1321 'browser/media_gallery/media_device_notifications_window_win.h',
(...skipping 3927 matching lines...) Expand 10 before | Expand all | Expand 10 after
5245 'type': 'static_library', 5249 'type': 'static_library',
5246 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5250 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5247 'variables': { 5251 'variables': {
5248 'proto_in_dir': 'browser/chromeos/gdata', 5252 'proto_in_dir': 'browser/chromeos/gdata',
5249 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5253 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5250 }, 5254 },
5251 'includes': [ '../build/protoc.gypi' ] 5255 'includes': [ '../build/protoc.gypi' ]
5252 }, 5256 },
5253 ], 5257 ],
5254 } 5258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698