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

Side by Side Diff: base/base.gyp

Issue 112032: Promotes Add/RemoveObserver to MessageLoop for linux. Because... (Closed) Base URL: svn://chrome-svn/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 | « no previous file | base/message_loop.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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 ], 424 ],
425 'cflags': [ 425 'cflags': [
426 '-Wno-write-strings', 426 '-Wno-write-strings',
427 ], 427 ],
428 'link_settings': { 428 'link_settings': {
429 'libraries': [ 429 'libraries': [
430 # We need rt for clock_gettime(). 430 # We need rt for clock_gettime().
431 '-lrt', 431 '-lrt',
432 ], 432 ],
433 }, 433 },
434 'export_dependent_settings': [
435 '../build/linux/system.gyp:gtk',
436 ],
434 }, 437 },
435 { # else: OS != "linux" 438 { # else: OS != "linux"
436 'sources/': [ 439 'sources/': [
437 ['exclude', '/xdg_mime/'], 440 ['exclude', '/xdg_mime/'],
438 ], 441 ],
439 'sources!': [ 442 'sources!': [
440 'crypto/signature_verifier_nss.cc', 443 'crypto/signature_verifier_nss.cc',
441 'atomicops_internals_x86_gcc.cc', 444 'atomicops_internals_x86_gcc.cc',
442 'directory_watcher_inotify.cc', 445 'directory_watcher_inotify.cc',
443 'hmac_nss.cc', 446 'hmac_nss.cc',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'target_name': 'debug_message', 756 'target_name': 'debug_message',
754 'type': 'executable', 757 'type': 'executable',
755 'sources': [ 758 'sources': [
756 'debug_message.cc', 759 'debug_message.cc',
757 ], 760 ],
758 }, 761 },
759 ], 762 ],
760 }], 763 }],
761 ], 764 ],
762 } 765 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698