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

Side by Side Diff: base/base.gypi

Issue 3448028: Implemented VLOG() et al. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Addressed evmar's comments Created 10 years, 2 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 | « base/base.gyp ('k') | base/base_switches.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 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'tuple.h', 282 'tuple.h',
283 'unix_domain_socket_posix.cc', 283 'unix_domain_socket_posix.cc',
284 'utf_offset_string_conversions.cc', 284 'utf_offset_string_conversions.cc',
285 'utf_offset_string_conversions.h', 285 'utf_offset_string_conversions.h',
286 'utf_string_conversion_utils.cc', 286 'utf_string_conversion_utils.cc',
287 'utf_string_conversion_utils.h', 287 'utf_string_conversion_utils.h',
288 'utf_string_conversions.cc', 288 'utf_string_conversions.cc',
289 'utf_string_conversions.h', 289 'utf_string_conversions.h',
290 'values.cc', 290 'values.cc',
291 'values.h', 291 'values.h',
292 'vlog.cc',
293 'vlog.h',
292 'waitable_event.h', 294 'waitable_event.h',
293 'waitable_event_posix.cc', 295 'waitable_event_posix.cc',
294 'waitable_event_watcher.h', 296 'waitable_event_watcher.h',
295 'waitable_event_watcher_posix.cc', 297 'waitable_event_watcher_posix.cc',
296 'waitable_event_watcher_win.cc', 298 'waitable_event_watcher_win.cc',
297 'waitable_event_win.cc', 299 'waitable_event_win.cc',
298 'watchdog.cc', 300 'watchdog.cc',
299 'watchdog.h', 301 'watchdog.h',
300 'weak_ptr.cc', 302 'weak_ptr.cc',
301 'weak_ptr.h', 303 'weak_ptr.h',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'third_party/xdg_mime/xdgmimemagic.c', 748 'third_party/xdg_mime/xdgmimemagic.c',
747 'third_party/xdg_mime/xdgmimemagic.h', 749 'third_party/xdg_mime/xdgmimemagic.h',
748 'third_party/xdg_mime/xdgmimeparent.c', 750 'third_party/xdg_mime/xdgmimeparent.c',
749 'third_party/xdg_mime/xdgmimeparent.h', 751 'third_party/xdg_mime/xdgmimeparent.h',
750 ], 752 ],
751 }, 753 },
752 ], 754 ],
753 }], 755 }],
754 ], 756 ],
755 } 757 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698