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

Side by Side Diff: base/base.gyp

Issue 342011: Reset the Mac message pump's delayed work timer upon waking from system sleep (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/message_pump_mac.h » ('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) 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 [ 'OS == "mac"', { 455 [ 'OS == "mac"', {
456 'sources/': [ ['exclude', '_(linux|gtk|win|chromeos)\\.cc$'] ], 456 'sources/': [ ['exclude', '_(linux|gtk|win|chromeos)\\.cc$'] ],
457 'sources!': [ 457 'sources!': [
458 ], 458 ],
459 'link_settings': { 459 'link_settings': {
460 'libraries': [ 460 'libraries': [
461 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 461 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
462 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 462 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
463 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 463 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
464 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 464 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
465 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
465 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 466 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
466 ], 467 ],
467 }, 468 },
468 }, 469 },
469 { # else: OS != "mac" 470 { # else: OS != "mac"
470 'sources!': [ 471 'sources!': [
471 'crypto/cssm_init.cc', 472 'crypto/cssm_init.cc',
472 'crypto/cssm_init.h', 473 'crypto/cssm_init.h',
473 ], 474 ],
474 } 475 }
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 ], 831 ],
831 }], 832 }],
832 ], 833 ],
833 } 834 }
834 835
835 # Local Variables: 836 # Local Variables:
836 # tab-width:2 837 # tab-width:2
837 # indent-tabs-mode:nil 838 # indent-tabs-mode:nil
838 # End: 839 # End:
839 # vim: set expandtab tabstop=2 shiftwidth=2: 840 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/message_pump_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698