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

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, 6 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 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after
3885 '../third_party/GTM', 3885 '../third_party/GTM',
3886 '../third_party/GTM/AppKit', 3886 '../third_party/GTM/AppKit',
3887 '../third_party/GTM/DebugUtils', 3887 '../third_party/GTM/DebugUtils',
3888 '../third_party/GTM/Foundation', 3888 '../third_party/GTM/Foundation',
3889 ], 3889 ],
3890 'link_settings': { 3890 'link_settings': {
3891 'libraries': [ 3891 'libraries': [
3892 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 3892 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
3893 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 3893 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
3894 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 3894 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
3895 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
3895 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 3896 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
3896 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 3897 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
3897 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 3898 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3898 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 3899 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
3899 ], 3900 ],
3900 'mac_bundle_resources': [ 3901 'mac_bundle_resources': [
3901 'browser/nacl_loader.sb', 3902 'browser/nacl_loader.sb',
3902 ], 3903 ],
3903 }, 3904 },
3904 'actions': [ 3905 'actions': [
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
4708 'hard_dependency': 1, 4709 'hard_dependency': 1,
4709 }, 4710 },
4710 ], 4711 ],
4711 } 4712 }
4712 4713
4713 # Local Variables: 4714 # Local Variables:
4714 # tab-width:2 4715 # tab-width:2
4715 # indent-tabs-mode:nil 4716 # indent-tabs-mode:nil
4716 # End: 4717 # End:
4717 # vim: set expandtab tabstop=2 shiftwidth=2: 4718 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/mac/relauncher.cc ('K') | « chrome/browser/mac/relauncher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698