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

Side by Side Diff: base/base.gypi

Issue 549002: Mac: Other approach for IPCing child task_ts. (Closed)
Patch Set: '' Created 10 years, 11 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
« no previous file with comments | « no previous file | base/mach_ipc_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 '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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'lock.cc', 96 'lock.cc',
97 'lock.h', 97 'lock.h',
98 'lock_impl.h', 98 'lock_impl.h',
99 'lock_impl_posix.cc', 99 'lock_impl_posix.cc',
100 'lock_impl_win.cc', 100 'lock_impl_win.cc',
101 'logging.cc', 101 'logging.cc',
102 'logging_win.cc', 102 'logging_win.cc',
103 'logging.h', 103 'logging.h',
104 'mac_util.h', 104 'mac_util.h',
105 'mac_util.mm', 105 'mac_util.mm',
106 'mach_ipc_mac.h',
107 'mach_ipc_mac.mm',
106 'memory_debug.cc', 108 'memory_debug.cc',
107 'memory_debug.h', 109 'memory_debug.h',
108 'message_loop.cc', 110 'message_loop.cc',
109 'message_loop.h', 111 'message_loop.h',
110 'message_pump.h', 112 'message_pump.h',
111 'message_pump_default.cc', 113 'message_pump_default.cc',
112 'message_pump_default.h', 114 'message_pump_default.h',
113 'message_pump_win.cc', 115 'message_pump_win.cc',
114 'message_pump_win.h', 116 'message_pump_win.h',
115 'mime_util.h', 117 'mime_util.h',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 'configurations': { 595 'configurations': {
594 'Common_Base': { 596 'Common_Base': {
595 'msvs_target_platform': 'x64', 597 'msvs_target_platform': 'x64',
596 }, 598 },
597 }, 599 },
598 }, 600 },
599 ], 601 ],
600 }], 602 }],
601 ], 603 ],
602 } 604 }
OLDNEW
« no previous file with comments | « no previous file | base/mach_ipc_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698