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

Side by Side Diff: base/base.gyp

Issue 118583003: gyps! and builds! Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | « no previous file | 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'DelayLoadDLLs': [ 174 'DelayLoadDLLs': [
175 'powrprof.dll', 175 'powrprof.dll',
176 ], 176 ],
177 'AdditionalDependencies': [ 177 'AdditionalDependencies': [
178 'powrprof.lib', 178 'powrprof.lib',
179 ], 179 ],
180 }, 180 },
181 }, 181 },
182 }, 182 },
183 }], 183 }],
184 ['OS == "mac" or (OS == "ios" and _toolset == "host")', { 184 ['OS == "mac" or (OS == "ios" and _toolset == "host") or (OS=="android" and _toolset=="host" and host_os=="mac")', {
185 'link_settings': { 185 'link_settings': {
186 'libraries': [ 186 'libraries': [
187 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 187 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
188 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor k', 188 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor k',
189 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 189 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
190 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 190 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
191 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 191 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
192 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 192 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
193 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 193 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
194 ], 194 ],
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 'dependencies': [ 1500 'dependencies': [
1501 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1501 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1502 ], 1502 ],
1503 }], 1503 }],
1504 ], 1504 ],
1505 }, 1505 },
1506 ], 1506 ],
1507 }], 1507 }],
1508 ], 1508 ],
1509 } 1509 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698