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

Side by Side Diff: base/base.gypi

Issue 15682017: Move message_loop to the message_loop directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « base/base.gyp ('k') | base/message_loop.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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'memory/scoped_vector.h', 287 'memory/scoped_vector.h',
288 'memory/shared_memory.h', 288 'memory/shared_memory.h',
289 'memory/shared_memory_android.cc', 289 'memory/shared_memory_android.cc',
290 'memory/shared_memory_nacl.cc', 290 'memory/shared_memory_nacl.cc',
291 'memory/shared_memory_posix.cc', 291 'memory/shared_memory_posix.cc',
292 'memory/shared_memory_win.cc', 292 'memory/shared_memory_win.cc',
293 'memory/singleton.cc', 293 'memory/singleton.cc',
294 'memory/singleton.h', 294 'memory/singleton.h',
295 'memory/weak_ptr.cc', 295 'memory/weak_ptr.cc',
296 'memory/weak_ptr.h', 296 'memory/weak_ptr.h',
297 'message_loop/message_loop.cc',
298 'message_loop/message_loop.h',
297 'message_loop/message_loop_proxy.cc', 299 'message_loop/message_loop_proxy.cc',
298 'message_loop/message_loop_proxy.h', 300 'message_loop/message_loop_proxy.h',
299 'message_loop/message_loop_proxy_impl.cc', 301 'message_loop/message_loop_proxy_impl.cc',
300 'message_loop/message_loop_proxy_impl.h', 302 'message_loop/message_loop_proxy_impl.h',
301 'message_loop.cc',
302 'message_loop.h',
303 'message_pump.cc', 303 'message_pump.cc',
304 'message_pump.h', 304 'message_pump.h',
305 'message_pump_android.cc', 305 'message_pump_android.cc',
306 'message_pump_android.h', 306 'message_pump_android.h',
307 'message_pump_default.cc', 307 'message_pump_default.cc',
308 'message_pump_default.h', 308 'message_pump_default.h',
309 'message_pump_ozone.cc', 309 'message_pump_ozone.cc',
310 'message_pump_ozone.h', 310 'message_pump_ozone.h',
311 'message_pump_win.cc', 311 'message_pump_win.cc',
312 'message_pump_win.h', 312 'message_pump_win.h',
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 840 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
841 'sources/': [ 841 'sources/': [
842 ['exclude', '^third_party/nspr/'], 842 ['exclude', '^third_party/nspr/'],
843 ], 843 ],
844 }], 844 }],
845 ], 845 ],
846 }], 846 }],
847 ], 847 ],
848 }, 848 },
849 } 849 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698