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

Side by Side Diff: base/base.gypi

Issue 1689012: Move common code into process_util.cc (Closed)
Patch Set: More fixes Created 10 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
« no previous file with comments | « no previous file | base/process.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'platform_file_posix.cc', 146 'platform_file_posix.cc',
147 'platform_file_win.cc', 147 'platform_file_win.cc',
148 'platform_thread.h', 148 'platform_thread.h',
149 'platform_thread_mac.mm', 149 'platform_thread_mac.mm',
150 'platform_thread_posix.cc', 150 'platform_thread_posix.cc',
151 'platform_thread_win.cc', 151 'platform_thread_win.cc',
152 'port.h', 152 'port.h',
153 'process.h', 153 'process.h',
154 'process_linux.cc', 154 'process_linux.cc',
155 'process_posix.cc', 155 'process_posix.cc',
156 'process_util.cc',
156 'process_util.h', 157 'process_util.h',
157 'process_util_linux.cc', 158 'process_util_linux.cc',
158 'process_util_mac.mm', 159 'process_util_mac.mm',
159 'process_util_posix.cc', 160 'process_util_posix.cc',
160 'process_util_win.cc', 161 'process_util_win.cc',
161 'process_win.cc', 162 'process_win.cc',
162 'profiler.cc', 163 'profiler.cc',
163 'profiler.h', 164 'profiler.h',
164 'rand_util.cc', 165 'rand_util.cc',
165 'rand_util.h', 166 'rand_util.h',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'third_party/xdg_mime/xdgmimemagic.c', 652 'third_party/xdg_mime/xdgmimemagic.c',
652 'third_party/xdg_mime/xdgmimemagic.h', 653 'third_party/xdg_mime/xdgmimemagic.h',
653 'third_party/xdg_mime/xdgmimeparent.c', 654 'third_party/xdg_mime/xdgmimeparent.c',
654 'third_party/xdg_mime/xdgmimeparent.h', 655 'third_party/xdg_mime/xdgmimeparent.h',
655 ], 656 ],
656 }, 657 },
657 ], 658 ],
658 }], 659 }],
659 ], 660 ],
660 } 661 }
OLDNEW
« no previous file with comments | « no previous file | base/process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698