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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7273052: Install from disk image: Create persistent Dock icon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 'browser/mac/authorization_util.h', 1331 'browser/mac/authorization_util.h',
1332 'browser/mac/authorization_util.mm', 1332 'browser/mac/authorization_util.mm',
1333 'browser/mac/file_metadata.h', 1333 'browser/mac/file_metadata.h',
1334 'browser/mac/file_metadata.mm', 1334 'browser/mac/file_metadata.mm',
1335 'browser/mac/install_from_dmg.h', 1335 'browser/mac/install_from_dmg.h',
1336 'browser/mac/install_from_dmg.mm', 1336 'browser/mac/install_from_dmg.mm',
1337 'browser/mac/keystone_glue.h', 1337 'browser/mac/keystone_glue.h',
1338 'browser/mac/keystone_glue.mm', 1338 'browser/mac/keystone_glue.mm',
1339 'browser/mac/keystone_registration.h', 1339 'browser/mac/keystone_registration.h',
1340 'browser/mac/keystone_registration.mm', 1340 'browser/mac/keystone_registration.mm',
1341 'browser/mac/launchd.cc',
1342 'browser/mac/launchd.h',
1341 'browser/mac/relauncher.cc', 1343 'browser/mac/relauncher.cc',
1342 'browser/mac/relauncher.h', 1344 'browser/mac/relauncher.h',
1343 'browser/mac/scoped_authorizationref.h', 1345 'browser/mac/scoped_authorizationref.h',
1344 'browser/mac/scoped_ioobject.h', 1346 'browser/mac/scoped_ioobject.h',
1347 'browser/mac/scoped_launch_data.h',
1345 'browser/media/media_internals.cc', 1348 'browser/media/media_internals.cc',
1346 'browser/media/media_internals.h', 1349 'browser/media/media_internals.h',
1347 'browser/memory_details.cc', 1350 'browser/memory_details.cc',
1348 'browser/memory_details.h', 1351 'browser/memory_details.h',
1349 'browser/memory_details_linux.cc', 1352 'browser/memory_details_linux.cc',
1350 'browser/memory_details_mac.cc', 1353 'browser/memory_details_mac.cc',
1351 'browser/memory_details_win.cc', 1354 'browser/memory_details_win.cc',
1352 'browser/memory_purger.cc', 1355 'browser/memory_purger.cc',
1353 'browser/memory_purger.h', 1356 'browser/memory_purger.h',
1354 'browser/metrics/display_utils_mac.cc', 1357 'browser/metrics/display_utils_mac.cc',
(...skipping 3360 matching lines...) Expand 10 before | Expand all | Expand 10 after
4715 'hard_dependency': 1, 4718 'hard_dependency': 1,
4716 }, 4719 },
4717 ], 4720 ],
4718 } 4721 }
4719 4722
4720 # Local Variables: 4723 # Local Variables:
4721 # tab-width:2 4724 # tab-width:2
4722 # indent-tabs-mode:nil 4725 # indent-tabs-mode:nil
4723 # End: 4726 # End:
4724 # vim: set expandtab tabstop=2 shiftwidth=2: 4727 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/mac/scoped_launch_data.h ('K') | « 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