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

Side by Side Diff: base/base.gypi

Issue 10578026: Remove message_loop_helpers.h and update the includes to point to the new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/message_loop_helpers.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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'memory/scoped_open_process.h', 214 'memory/scoped_open_process.h',
215 'memory/scoped_policy.h', 215 'memory/scoped_policy.h',
216 'memory/scoped_ptr.h', 216 'memory/scoped_ptr.h',
217 'memory/scoped_vector.h', 217 'memory/scoped_vector.h',
218 'memory/singleton.cc', 218 'memory/singleton.cc',
219 'memory/singleton.h', 219 'memory/singleton.h',
220 'memory/weak_ptr.cc', 220 'memory/weak_ptr.cc',
221 'memory/weak_ptr.h', 221 'memory/weak_ptr.h',
222 'message_loop.cc', 222 'message_loop.cc',
223 'message_loop.h', 223 'message_loop.h',
224 'message_loop_helpers.h',
225 'message_loop_proxy.cc', 224 'message_loop_proxy.cc',
226 'message_loop_proxy.h', 225 'message_loop_proxy.h',
227 'message_loop_proxy_impl.cc', 226 'message_loop_proxy_impl.cc',
228 'message_loop_proxy_impl.h', 227 'message_loop_proxy_impl.h',
229 'message_pump.cc', 228 'message_pump.cc',
230 'message_pump.h', 229 'message_pump.h',
231 'message_pump_android.cc', 230 'message_pump_android.cc',
232 'message_pump_android.h', 231 'message_pump_android.h',
233 'message_pump_default.cc', 232 'message_pump_default.cc',
234 'message_pump_default.h', 233 'message_pump_default.h',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 614 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
616 'sources/': [ 615 'sources/': [
617 ['exclude', '^chromeos/'], 616 ['exclude', '^chromeos/'],
618 ], 617 ],
619 }], 618 }],
620 ], 619 ],
621 }], 620 }],
622 ], 621 ],
623 }, 622 },
624 } 623 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698