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

Side by Side Diff: base/base.gypi

Issue 6109007: Unified callback system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Address Will's comments. Created 9 years, 10 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 | « base/base.gyp ('k') | base/bind.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 18 matching lines...) Expand all
29 'base_paths.cc', 29 'base_paths.cc',
30 'base_paths.h', 30 'base_paths.h',
31 'base_paths_mac.h', 31 'base_paths_mac.h',
32 'base_paths_mac.mm', 32 'base_paths_mac.mm',
33 'base_paths_linux.cc', 33 'base_paths_linux.cc',
34 'base_paths_win.cc', 34 'base_paths_win.cc',
35 'base_paths_win.h', 35 'base_paths_win.h',
36 'base_switches.cc', 36 'base_switches.cc',
37 'base_switches.h', 37 'base_switches.h',
38 'basictypes.h', 38 'basictypes.h',
39 'bind.h',
40 'bind_helpers.h',
41 'bind_internal.h',
39 'bits.h', 42 'bits.h',
40 'bzip2_error_handler.cc', 43 'bzip2_error_handler.cc',
41 'callback.h', 44 'callback.h',
45 'callback_helpers.h',
46 'callback_old.h',
42 'command_line.cc', 47 'command_line.cc',
43 'command_line.h', 48 'command_line.h',
44 'compiler_specific.h', 49 'compiler_specific.h',
45 'cpu.cc', 50 'cpu.cc',
46 'cpu.h', 51 'cpu.h',
47 'debug/debug_on_start_win.cc', 52 'debug/debug_on_start_win.cc',
48 'debug/debug_on_start_win.h', 53 'debug/debug_on_start_win.h',
49 'debug/debugger.cc', 54 'debug/debugger.cc',
50 'debug/debugger.h', 55 'debug/debugger.h',
51 'debug/debugger_posix.cc', 56 'debug/debugger_posix.cc',
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'third_party/xdg_mime/xdgmimemagic.c', 740 'third_party/xdg_mime/xdgmimemagic.c',
736 'third_party/xdg_mime/xdgmimemagic.h', 741 'third_party/xdg_mime/xdgmimemagic.h',
737 'third_party/xdg_mime/xdgmimeparent.c', 742 'third_party/xdg_mime/xdgmimeparent.c',
738 'third_party/xdg_mime/xdgmimeparent.h', 743 'third_party/xdg_mime/xdgmimeparent.h',
739 ], 744 ],
740 }, 745 },
741 ], 746 ],
742 }], 747 }],
743 ], 748 ],
744 } 749 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/bind.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698