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

Side by Side Diff: base/base.gypi

Issue 10479018: Add base::RunLoop and update ui_test_utils to use it to reduce flakiness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: phajdan feedback Created 8 years, 5 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 | « ash/wm/toplevel_window_event_filter.cc ('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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'profiler/alternate_timer.cc', 283 'profiler/alternate_timer.cc',
284 'profiler/alternate_timer.h', 284 'profiler/alternate_timer.h',
285 'profiler/tracked_time.cc', 285 'profiler/tracked_time.cc',
286 'profiler/tracked_time.h', 286 'profiler/tracked_time.h',
287 'property_bag.cc', 287 'property_bag.cc',
288 'property_bag.h', 288 'property_bag.h',
289 'rand_util.cc', 289 'rand_util.cc',
290 'rand_util.h', 290 'rand_util.h',
291 'rand_util_posix.cc', 291 'rand_util_posix.cc',
292 'rand_util_win.cc', 292 'rand_util_win.cc',
293 'run_loop.cc',
294 'run_loop.h',
293 'safe_strerror_posix.cc', 295 'safe_strerror_posix.cc',
294 'safe_strerror_posix.h', 296 'safe_strerror_posix.h',
295 'scoped_native_library.cc', 297 'scoped_native_library.cc',
296 'scoped_native_library.h', 298 'scoped_native_library.h',
297 'scoped_temp_dir.cc', 299 'scoped_temp_dir.cc',
298 'scoped_temp_dir.h', 300 'scoped_temp_dir.h',
299 'sequenced_task_runner.cc', 301 'sequenced_task_runner.cc',
300 'sequenced_task_runner.h', 302 'sequenced_task_runner.h',
301 'sequenced_task_runner_helpers.h', 303 'sequenced_task_runner_helpers.h',
302 'sha1.h', 304 'sha1.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 616 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
615 'sources/': [ 617 'sources/': [
616 ['exclude', '^chromeos/'], 618 ['exclude', '^chromeos/'],
617 ], 619 ],
618 }], 620 }],
619 ], 621 ],
620 }], 622 }],
621 ], 623 ],
622 }, 624 },
623 } 625 }
OLDNEW
« no previous file with comments | « ash/wm/toplevel_window_event_filter.cc ('k') | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698