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

Side by Side Diff: base/base.gypi

Issue 13333003: Create a new base/message_loop directory and move the message_loop_proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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.cc » ('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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'memory/scoped_handle.h', 269 'memory/scoped_handle.h',
270 'memory/scoped_nsobject.h', 270 'memory/scoped_nsobject.h',
271 'memory/scoped_open_process.h', 271 'memory/scoped_open_process.h',
272 'memory/scoped_policy.h', 272 'memory/scoped_policy.h',
273 'memory/scoped_ptr.h', 273 'memory/scoped_ptr.h',
274 'memory/scoped_vector.h', 274 'memory/scoped_vector.h',
275 'memory/singleton.cc', 275 'memory/singleton.cc',
276 'memory/singleton.h', 276 'memory/singleton.h',
277 'memory/weak_ptr.cc', 277 'memory/weak_ptr.cc',
278 'memory/weak_ptr.h', 278 'memory/weak_ptr.h',
279 'message_loop/message_loop_proxy.cc',
280 'message_loop/message_loop_proxy.h',
281 'message_loop/message_loop_proxy_impl.cc',
282 'message_loop/message_loop_proxy_impl.h',
279 'message_loop.cc', 283 'message_loop.cc',
280 'message_loop.h', 284 'message_loop.h',
281 'message_loop_proxy.cc',
282 'message_loop_proxy.h',
283 'message_loop_proxy_impl.cc',
284 'message_loop_proxy_impl.h',
285 'message_pump.cc', 285 'message_pump.cc',
286 'message_pump.h', 286 'message_pump.h',
287 'message_pump_android.cc', 287 'message_pump_android.cc',
288 'message_pump_android.h', 288 'message_pump_android.h',
289 'message_pump_default.cc', 289 'message_pump_default.cc',
290 'message_pump_default.h', 290 'message_pump_default.h',
291 'message_pump_win.cc', 291 'message_pump_win.cc',
292 'message_pump_win.h', 292 'message_pump_win.h',
293 'metrics/sample_map.cc', 293 'metrics/sample_map.cc',
294 'metrics/sample_map.h', 294 'metrics/sample_map.h',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 764 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
765 'sources/': [ 765 'sources/': [
766 ['exclude', '^third_party/nspr/'], 766 ['exclude', '^third_party/nspr/'],
767 ], 767 ],
768 }], 768 }],
769 ], 769 ],
770 }], 770 }],
771 ], 771 ],
772 }, 772 },
773 } 773 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698