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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7275009: Install from disk image: eject original disk image volume and trash disk image file (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
« no previous file with comments | « chrome/browser/mac/relauncher.cc ('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) 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 3880 matching lines...) Expand 10 before | Expand all | Expand 10 after
3891 '../third_party/GTM', 3891 '../third_party/GTM',
3892 '../third_party/GTM/AppKit', 3892 '../third_party/GTM/AppKit',
3893 '../third_party/GTM/DebugUtils', 3893 '../third_party/GTM/DebugUtils',
3894 '../third_party/GTM/Foundation', 3894 '../third_party/GTM/Foundation',
3895 ], 3895 ],
3896 'link_settings': { 3896 'link_settings': {
3897 'libraries': [ 3897 'libraries': [
3898 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 3898 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
3899 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 3899 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
3900 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 3900 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
3901 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
3901 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 3902 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
3902 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 3903 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
3903 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 3904 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3904 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 3905 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
3905 ], 3906 ],
3906 'mac_bundle_resources': [ 3907 'mac_bundle_resources': [
3907 'browser/nacl_loader.sb', 3908 'browser/nacl_loader.sb',
3908 ], 3909 ],
3909 }, 3910 },
3910 'actions': [ 3911 'actions': [
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
4714 'hard_dependency': 1, 4715 'hard_dependency': 1,
4715 }, 4716 },
4716 ], 4717 ],
4717 } 4718 }
4718 4719
4719 # Local Variables: 4720 # Local Variables:
4720 # tab-width:2 4721 # tab-width:2
4721 # indent-tabs-mode:nil 4722 # indent-tabs-mode:nil
4722 # End: 4723 # End:
4723 # vim: set expandtab tabstop=2 shiftwidth=2: 4724 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/mac/relauncher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698