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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9837098: Move launchd code from chrome/browser/mac to base/mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/mac/scoped_launch_data.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 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1339 'browser/low_memory_observer.cc', 1339 'browser/low_memory_observer.cc',
1340 'browser/low_memory_observer.h', 1340 'browser/low_memory_observer.h',
1341 'browser/mac/dock.h', 1341 'browser/mac/dock.h',
1342 'browser/mac/dock.mm', 1342 'browser/mac/dock.mm',
1343 'browser/mac/install_from_dmg.h', 1343 'browser/mac/install_from_dmg.h',
1344 'browser/mac/install_from_dmg.mm', 1344 'browser/mac/install_from_dmg.mm',
1345 'browser/mac/keystone_glue.h', 1345 'browser/mac/keystone_glue.h',
1346 'browser/mac/keystone_glue.mm', 1346 'browser/mac/keystone_glue.mm',
1347 'browser/mac/keystone_registration.h', 1347 'browser/mac/keystone_registration.h',
1348 'browser/mac/keystone_registration.mm', 1348 'browser/mac/keystone_registration.mm',
1349 'browser/mac/launchd.cc',
1350 'browser/mac/launchd.h',
1351 'browser/mac/master_prefs.h', 1349 'browser/mac/master_prefs.h',
1352 'browser/mac/master_prefs.mm', 1350 'browser/mac/master_prefs.mm',
1353 'browser/mac/relauncher.cc', 1351 'browser/mac/relauncher.cc',
1354 'browser/mac/relauncher.h', 1352 'browser/mac/relauncher.h',
1355 'browser/mac/scoped_launch_data.h',
1356 'browser/managed_mode.cc', 1353 'browser/managed_mode.cc',
1357 'browser/managed_mode.h', 1354 'browser/managed_mode.h',
1358 'browser/media/media_internals.cc', 1355 'browser/media/media_internals.cc',
1359 'browser/media/media_internals.h', 1356 'browser/media/media_internals.h',
1360 'browser/media/media_stream_devices_menu_model.cc', 1357 'browser/media/media_stream_devices_menu_model.cc',
1361 'browser/media/media_stream_devices_menu_model.h', 1358 'browser/media/media_stream_devices_menu_model.h',
1362 'browser/media_gallery/media_gallery_database.cc', 1359 'browser/media_gallery/media_gallery_database.cc',
1363 'browser/media_gallery/media_gallery_database.h', 1360 'browser/media_gallery/media_gallery_database.h',
1364 'browser/media_gallery/media_gallery_database_types.cc', 1361 'browser/media_gallery/media_gallery_database_types.cc',
1365 'browser/media_gallery/media_gallery_database_types.h', 1362 'browser/media_gallery/media_gallery_database_types.h',
(...skipping 3868 matching lines...) Expand 10 before | Expand all | Expand 10 after
5234 'variables': { 5231 'variables': {
5235 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5232 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5236 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5233 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5237 }, 5234 },
5238 'includes': ['../build/protoc.gypi'], 5235 'includes': ['../build/protoc.gypi'],
5239 }], 5236 }],
5240 ], 5237 ],
5241 }, 5238 },
5242 ], 5239 ],
5243 } 5240 }
OLDNEW
« no previous file with comments | « chrome/browser/mac/scoped_launch_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698