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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10785047: Remove all the OS X 10.6 SDK forward declarations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « chrome/browser/ui/panels/panel_window_controller_cocoa.mm ('k') | chrome/chrome_tests.gypi » ('j') | 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 5008 matching lines...) Expand 10 before | Expand all | Expand 10 after
5019 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 5019 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
5020 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 5020 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
5021 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', 5021 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
5022 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 5022 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
5023 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 5023 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
5024 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 5024 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
5025 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 5025 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
5026 ], 5026 ],
5027 }, 5027 },
5028 'dependencies': [ 5028 'dependencies': [
5029 '../base/base.gyp:closure_blocks_leopard_compat',
5030 '../third_party/icon_family/icon_family.gyp:icon_family', 5029 '../third_party/icon_family/icon_family.gyp:icon_family',
5031 ], 5030 ],
5032 'actions': [ 5031 'actions': [
5033 { 5032 {
5034 # This action is used to extract the localization data from xib 5033 # This action is used to extract the localization data from xib
5035 # files and generate table for the ui localizer from it. 5034 # files and generate table for the ui localizer from it.
5036 'variables': { 5035 'variables': {
5037 'xib_localizer_tool_path': 5036 'xib_localizer_tool_path':
5038 'tools/build/mac/generate_localizer', 5037 'tools/build/mac/generate_localizer',
5039 'xib_files_to_scan': [ 5038 'xib_files_to_scan': [
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
5416 'browser/metrics/proto/study.proto', 5415 'browser/metrics/proto/study.proto',
5417 ], 5416 ],
5418 'variables': { 5417 'variables': {
5419 'proto_in_dir': 'browser/metrics/proto', 5418 'proto_in_dir': 'browser/metrics/proto',
5420 'proto_out_dir': 'chrome/browser/metrics/proto', 5419 'proto_out_dir': 'chrome/browser/metrics/proto',
5421 }, 5420 },
5422 'includes': [ '../build/protoc.gypi' ] 5421 'includes': [ '../build/protoc.gypi' ]
5423 }, 5422 },
5424 ], 5423 ],
5425 } 5424 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/panels/panel_window_controller_cocoa.mm ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698