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

Side by Side Diff: base/base.gypi

Issue 10446043: Cleanup: Remove the C version of GetUrandomFD() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 8 years, 6 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/rand_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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'profiler/scoped_profile.cc', 267 'profiler/scoped_profile.cc',
268 'profiler/scoped_profile.h', 268 'profiler/scoped_profile.h',
269 'profiler/alternate_timer.cc', 269 'profiler/alternate_timer.cc',
270 'profiler/alternate_timer.h', 270 'profiler/alternate_timer.h',
271 'profiler/tracked_time.cc', 271 'profiler/tracked_time.cc',
272 'profiler/tracked_time.h', 272 'profiler/tracked_time.h',
273 'property_bag.cc', 273 'property_bag.cc',
274 'property_bag.h', 274 'property_bag.h',
275 'rand_util.cc', 275 'rand_util.cc',
276 'rand_util.h', 276 'rand_util.h',
277 'rand_util_c.h',
278 'rand_util_posix.cc', 277 'rand_util_posix.cc',
279 'rand_util_win.cc', 278 'rand_util_win.cc',
280 'safe_strerror_posix.cc', 279 'safe_strerror_posix.cc',
281 'safe_strerror_posix.h', 280 'safe_strerror_posix.h',
282 'scoped_native_library.cc', 281 'scoped_native_library.cc',
283 'scoped_native_library.h', 282 'scoped_native_library.h',
284 'scoped_temp_dir.cc', 283 'scoped_temp_dir.cc',
285 'scoped_temp_dir.h', 284 'scoped_temp_dir.h',
286 'sequenced_task_runner.cc', 285 'sequenced_task_runner.cc',
287 'sequenced_task_runner.h', 286 'sequenced_task_runner.h',
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'third_party/xdg_mime/xdgmimemagic.c', 936 'third_party/xdg_mime/xdgmimemagic.c',
938 'third_party/xdg_mime/xdgmimemagic.h', 937 'third_party/xdg_mime/xdgmimemagic.h',
939 'third_party/xdg_mime/xdgmimeparent.c', 938 'third_party/xdg_mime/xdgmimeparent.c',
940 'third_party/xdg_mime/xdgmimeparent.h', 939 'third_party/xdg_mime/xdgmimeparent.h',
941 ], 940 ],
942 }, 941 },
943 ], 942 ],
944 }], 943 }],
945 ], 944 ],
946 } 945 }
OLDNEW
« no previous file with comments | « no previous file | base/rand_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698