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

Side by Side Diff: chrome/chrome.gyp

Issue 115643: Rewriting to use CIImage in hopes of better performance. Still playing with p... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « chrome/browser/cocoa/throbber_view.mm ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1555 '../third_party/GTM/AppKit/GTMTheme.m', 1555 '../third_party/GTM/AppKit/GTMTheme.m',
1556 '../third_party/GTM/AppKit/GTMUILocalizer.m', 1556 '../third_party/GTM/AppKit/GTMUILocalizer.m',
1557 # Build necessary Mozilla sources 1557 # Build necessary Mozilla sources
1558 '../third_party/mozilla/include/NSWorkspace+Utils.h', 1558 '../third_party/mozilla/include/NSWorkspace+Utils.h',
1559 '../third_party/mozilla/include/NSWorkspace+Utils.m', 1559 '../third_party/mozilla/include/NSWorkspace+Utils.m',
1560 ], 1560 ],
1561 'include_dirs': [ 1561 'include_dirs': [
1562 '../third_party/GTM', 1562 '../third_party/GTM',
1563 '../third_party/GTM/AppKit', 1563 '../third_party/GTM/AppKit',
1564 ], 1564 ],
1565 'link_settings': {
1566 'libraries': [
1567 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
1568 ],
1569 },
1565 }], 1570 }],
1566 ['OS=="win"', { 1571 ['OS=="win"', {
1567 'defines': [ 1572 'defines': [
1568 '__STD_C', 1573 '__STD_C',
1569 '_CRT_SECURE_NO_DEPRECATE', 1574 '_CRT_SECURE_NO_DEPRECATE',
1570 '_SCL_SECURE_NO_DEPRECATE', 1575 '_SCL_SECURE_NO_DEPRECATE',
1571 ], 1576 ],
1572 'include_dirs': [ 1577 'include_dirs': [
1573 'third_party/wtl/include', 1578 'third_party/wtl/include',
1574 ], 1579 ],
(...skipping 1906 matching lines...) Expand 10 before | Expand all | Expand 10 after
3481 # Use outputs of this action as inputs for the main target build. 3486 # Use outputs of this action as inputs for the main target build.
3482 # Seems as a misnomer but makes this happy on Linux (scons). 3487 # Seems as a misnomer but makes this happy on Linux (scons).
3483 'process_outputs_as_sources': 1, 3488 'process_outputs_as_sources': 1,
3484 }, 3489 },
3485 ], # 'actions' 3490 ], # 'actions'
3486 }, 3491 },
3487 ] 3492 ]
3488 }], 3493 }],
3489 ], # 'conditions' 3494 ], # 'conditions'
3490 } 3495 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/throbber_view.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698