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

Side by Side Diff: base/base.gypi

Issue 3452030: FBTF: Moves code to the headers. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: 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 | « app/text_elider.cc ('k') | base/histogram.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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'logging.h', 121 'logging.h',
122 'logging_win.cc', 122 'logging_win.cc',
123 'mac_util.h', 123 'mac_util.h',
124 'mac_util.mm', 124 'mac_util.mm',
125 'mach_ipc_mac.h', 125 'mach_ipc_mac.h',
126 'mach_ipc_mac.mm', 126 'mach_ipc_mac.mm',
127 'memory_debug.cc', 127 'memory_debug.cc',
128 'memory_debug.h', 128 'memory_debug.h',
129 'message_loop.cc', 129 'message_loop.cc',
130 'message_loop.h', 130 'message_loop.h',
131 'message_loop_proxy.cc',
131 'message_loop_proxy.h', 132 'message_loop_proxy.h',
132 'message_loop_proxy_impl.cc', 133 'message_loop_proxy_impl.cc',
133 'message_loop_proxy_impl.h', 134 'message_loop_proxy_impl.h',
135 'message_pump.cc',
134 'message_pump.h', 136 'message_pump.h',
135 'message_pump_default.cc', 137 'message_pump_default.cc',
136 'message_pump_default.h', 138 'message_pump_default.h',
137 'message_pump_win.cc', 139 'message_pump_win.cc',
138 'message_pump_win.h', 140 'message_pump_win.h',
139 'mime_util.h', 141 'mime_util.h',
140 'mime_util_xdg.cc', 142 'mime_util_xdg.cc',
141 'move.h', 143 'move.h',
142 'native_library.h', 144 'native_library.h',
143 'native_library_linux.cc', 145 'native_library_linux.cc',
(...skipping 602 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 | « app/text_elider.cc ('k') | base/histogram.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698