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

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
« no previous file with comments | « chrome/browser/mac/security_wrappers.cc ('k') | chrome/installer/mac/sign_app.sh.in » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...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_capture_indicator.cc', 1316 'browser/media/media_stream_capture_indicator.cc',
1313 'browser/media/media_stream_capture_indicator.h', 1317 'browser/media/media_stream_capture_indicator.h',
1314 'browser/media/media_stream_devices_menu_model.cc', 1318 'browser/media/media_stream_devices_menu_model.cc',
1315 'browser/media/media_stream_devices_menu_model.h', 1319 'browser/media/media_stream_devices_menu_model.h',
1316 'browser/media_gallery/media_device_notifications_linux.cc', 1320 'browser/media_gallery/media_device_notifications_linux.cc',
1317 'browser/media_gallery/media_device_notifications_linux.h', 1321 'browser/media_gallery/media_device_notifications_linux.h',
(...skipping 3700 matching lines...) Expand 10 before | Expand all | Expand 10 after
5018 'type': 'static_library', 5022 'type': 'static_library',
5019 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5023 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5020 'variables': { 5024 'variables': {
5021 'proto_in_dir': 'browser/chromeos/gdata', 5025 'proto_in_dir': 'browser/chromeos/gdata',
5022 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5026 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5023 }, 5027 },
5024 'includes': [ '../build/protoc.gypi' ] 5028 'includes': [ '../build/protoc.gypi' ]
5025 }, 5029 },
5026 ], 5030 ],
5027 } 5031 }
OLDNEW
« no previous file with comments | « chrome/browser/mac/security_wrappers.cc ('k') | chrome/installer/mac/sign_app.sh.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698