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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9549012: Move closure_blocks_leopard_compat to base now that it's used by two modules. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
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 4833 matching lines...) Expand 10 before | Expand all | Expand 10 after
4844 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 4844 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
4845 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 4845 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
4846 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', 4846 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
4847 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 4847 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
4848 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 4848 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
4849 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 4849 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
4850 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 4850 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
4851 ], 4851 ],
4852 }, 4852 },
4853 'dependencies': [ 4853 'dependencies': [
4854 '../content/content.gyp:closure_blocks_leopard_compat', 4854 '../base/base.gyp:closure_blocks_leopard_compat',
4855 '../third_party/icon_family/icon_family.gyp:icon_family', 4855 '../third_party/icon_family/icon_family.gyp:icon_family',
4856 ], 4856 ],
4857 'actions': [ 4857 'actions': [
4858 { 4858 {
4859 # This action is used to extract the localization data from xib 4859 # This action is used to extract the localization data from xib
4860 # files and generate table for the ui localizer from it. 4860 # files and generate table for the ui localizer from it.
4861 'variables': { 4861 'variables': {
4862 'xib_localizer_tool_path': 4862 'xib_localizer_tool_path':
4863 'tools/build/mac/generate_localizer', 4863 'tools/build/mac/generate_localizer',
4864 'xib_files_to_scan': [ 4864 'xib_files_to_scan': [
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
5655 'type': 'static_library', 5655 'type': 'static_library',
5656 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5656 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5657 'variables': { 5657 'variables': {
5658 'proto_in_dir': 'browser/history', 5658 'proto_in_dir': 'browser/history',
5659 'proto_out_dir': 'chrome/browser/history', 5659 'proto_out_dir': 'chrome/browser/history',
5660 }, 5660 },
5661 'includes': [ '../build/protoc.gypi' ] 5661 'includes': [ '../build/protoc.gypi' ]
5662 }, 5662 },
5663 ], 5663 ],
5664 } 5664 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698