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

Side by Side Diff: base/base.gypi

Issue 496007: Make ProcessWatcher use kqueues on Mac. (Closed)
Patch Set: No need for a thread Created 11 years 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 | « no previous file | base/file_util.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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 ['exclude', '_nss\.cc$'], 280 ['exclude', '_nss\.cc$'],
281 ], 281 ],
282 'sources!': [ 282 'sources!': [
283 'atomicops_internals_x86_gcc.cc', 283 'atomicops_internals_x86_gcc.cc',
284 'base_paths_posix.cc', 284 'base_paths_posix.cc',
285 'directory_watcher_inotify.cc', 285 'directory_watcher_inotify.cc',
286 'linux_util.cc', 286 'linux_util.cc',
287 'message_pump_glib.cc', 287 'message_pump_glib.cc',
288 'nss_init.cc', 288 'nss_init.cc',
289 'nss_init.h', 289 'nss_init.h',
290 'time_posix.cc',
291 ], 290 ],
292 },], 291 },],
293 [ 'OS != "linux"', { 292 [ 'OS != "linux"', {
294 'sources!': [ 293 'sources!': [
295 # Not automatically excluded by the *linux.cc rules. 294 # Not automatically excluded by the *linux.cc rules.
296 'setproctitle_linux.c', 295 'setproctitle_linux.c',
297 'setproctitle_linux.h', 296 'setproctitle_linux.h',
298 ], 297 ],
299 }, 298 },
300 ], 299 ],
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'configurations': { 587 'configurations': {
589 'Common': { 588 'Common': {
590 'msvs_target_platform': 'x64', 589 'msvs_target_platform': 'x64',
591 }, 590 },
592 }, 591 },
593 }, 592 },
594 ], 593 ],
595 }], 594 }],
596 ], 595 ],
597 } 596 }
OLDNEW
« no previous file with comments | « no previous file | base/file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698