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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9764013: Move authorization_util files into base/mac. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix license headers Created 8 years, 9 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
« no previous file with comments | « chrome/browser/mac/scoped_authorizationref.h ('k') | no next file » | 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 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 'browser/io_thread.h', 1300 'browser/io_thread.h',
1301 'browser/jankometer.cc', 1301 'browser/jankometer.cc',
1302 'browser/jankometer.h', 1302 'browser/jankometer.h',
1303 'browser/jankometer_mac.cc', 1303 'browser/jankometer_mac.cc',
1304 'browser/jumplist_win.cc', 1304 'browser/jumplist_win.cc',
1305 'browser/jumplist_win.h', 1305 'browser/jumplist_win.h',
1306 'browser/language_usage_metrics.cc', 1306 'browser/language_usage_metrics.cc',
1307 'browser/language_usage_metrics.h', 1307 'browser/language_usage_metrics.h',
1308 'browser/low_memory_observer.cc', 1308 'browser/low_memory_observer.cc',
1309 'browser/low_memory_observer.h', 1309 'browser/low_memory_observer.h',
1310 'browser/mac/authorization_util.h',
1311 'browser/mac/authorization_util.mm',
1312 'browser/mac/dock.h', 1310 'browser/mac/dock.h',
1313 'browser/mac/dock.mm', 1311 'browser/mac/dock.mm',
1314 'browser/mac/install_from_dmg.h', 1312 'browser/mac/install_from_dmg.h',
1315 'browser/mac/install_from_dmg.mm', 1313 'browser/mac/install_from_dmg.mm',
1316 'browser/mac/keystone_glue.h', 1314 'browser/mac/keystone_glue.h',
1317 'browser/mac/keystone_glue.mm', 1315 'browser/mac/keystone_glue.mm',
1318 'browser/mac/keystone_registration.h', 1316 'browser/mac/keystone_registration.h',
1319 'browser/mac/keystone_registration.mm', 1317 'browser/mac/keystone_registration.mm',
1320 'browser/mac/launchd.cc', 1318 'browser/mac/launchd.cc',
1321 'browser/mac/launchd.h', 1319 'browser/mac/launchd.h',
1322 'browser/mac/master_prefs.h', 1320 'browser/mac/master_prefs.h',
1323 'browser/mac/master_prefs.mm', 1321 'browser/mac/master_prefs.mm',
1324 'browser/mac/relauncher.cc', 1322 'browser/mac/relauncher.cc',
1325 'browser/mac/relauncher.h', 1323 'browser/mac/relauncher.h',
1326 'browser/mac/scoped_authorizationref.h',
1327 'browser/mac/scoped_ioobject.h', 1324 'browser/mac/scoped_ioobject.h',
1328 'browser/mac/scoped_launch_data.h', 1325 'browser/mac/scoped_launch_data.h',
1329 'browser/managed_mode.cc', 1326 'browser/managed_mode.cc',
1330 'browser/managed_mode.h', 1327 'browser/managed_mode.h',
1331 'browser/media/media_internals.cc', 1328 'browser/media/media_internals.cc',
1332 'browser/media/media_internals.h', 1329 'browser/media/media_internals.h',
1333 'browser/media/media_stream_devices_menu_model.cc', 1330 'browser/media/media_stream_devices_menu_model.cc',
1334 'browser/media/media_stream_devices_menu_model.h', 1331 'browser/media/media_stream_devices_menu_model.h',
1335 'browser/memory_details.cc', 1332 'browser/memory_details.cc',
1336 'browser/memory_details.h', 1333 'browser/memory_details.h',
(...skipping 3973 matching lines...) Expand 10 before | Expand all | Expand 10 after
5310 'variables': { 5307 'variables': {
5311 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5308 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5312 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5309 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5313 }, 5310 },
5314 'includes': ['../build/protoc.gypi'], 5311 'includes': ['../build/protoc.gypi'],
5315 }], 5312 }],
5316 ], 5313 ],
5317 }, 5314 },
5318 ], 5315 ],
5319 } 5316 }
OLDNEW
« no previous file with comments | « chrome/browser/mac/scoped_authorizationref.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698