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

Side by Side Diff: base/base.gyp

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « base/android/trace_event_binding.cc ('k') | base/base.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 # 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'libraries': [ 194 'libraries': [
195 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 195 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
196 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor k', 196 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor k',
197 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 197 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
198 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 198 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
199 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 199 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
200 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 200 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
201 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 201 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
202 ], 202 ],
203 }, 203 },
204 'dependencies': [
205 '../third_party/mach_override/mach_override.gyp:mach_override',
206 ],
207 }], 204 }],
208 ['OS == "ios" and _toolset != "host"', { 205 ['OS == "ios" and _toolset != "host"', {
209 'link_settings': { 206 'link_settings': {
210 'libraries': [ 207 'libraries': [
211 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 208 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
212 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', 209 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
213 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', 210 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework',
214 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 211 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
215 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', 212 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
216 ], 213 ],
(...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 'dependencies': [ 1547 'dependencies': [
1551 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1548 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1552 ], 1549 ],
1553 }], 1550 }],
1554 ], 1551 ],
1555 }, 1552 },
1556 ], 1553 ],
1557 }], 1554 }],
1558 ], 1555 ],
1559 } 1556 }
OLDNEW
« no previous file with comments | « base/android/trace_event_binding.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698