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

Side by Side Diff: base/base.gyp

Issue 8438034: Moving the SignalingTask class to base/test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressed comments Created 9 years, 1 month 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/test/signaling_task.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'test/mock_chrome_application_mac.h', 422 'test/mock_chrome_application_mac.h',
423 'test/mock_chrome_application_mac.mm', 423 'test/mock_chrome_application_mac.mm',
424 'test/mock_time_provider.cc', 424 'test/mock_time_provider.cc',
425 'test/mock_time_provider.h', 425 'test/mock_time_provider.h',
426 'test/multiprocess_test.cc', 426 'test/multiprocess_test.cc',
427 'test/multiprocess_test.h', 427 'test/multiprocess_test.h',
428 'test/perf_test_suite.cc', 428 'test/perf_test_suite.cc',
429 'test/perf_test_suite.h', 429 'test/perf_test_suite.h',
430 'test/scoped_locale.cc', 430 'test/scoped_locale.cc',
431 'test/scoped_locale.h', 431 'test/scoped_locale.h',
432 'test/signaling_task.cc',
433 'test/signaling_task.h',
432 'test/test_file_util.h', 434 'test/test_file_util.h',
433 'test/test_file_util_linux.cc', 435 'test/test_file_util_linux.cc',
434 'test/test_file_util_mac.cc', 436 'test/test_file_util_mac.cc',
435 'test/test_file_util_posix.cc', 437 'test/test_file_util_posix.cc',
436 'test/test_file_util_win.cc', 438 'test/test_file_util_win.cc',
437 'test/test_reg_util_win.cc', 439 'test/test_reg_util_win.cc',
438 'test/test_reg_util_win.h', 440 'test/test_reg_util_win.h',
439 'test/test_suite.cc', 441 'test/test_suite.cc',
440 'test/test_suite.h', 442 'test/test_suite.h',
441 'test/test_stub_android.cc', 443 'test/test_stub_android.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'msvs_settings': { 492 'msvs_settings': {
491 'VCLinkerTool': { 493 'VCLinkerTool': {
492 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 494 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
493 }, 495 },
494 }, 496 },
495 }, 497 },
496 ], 498 ],
497 }], 499 }],
498 ], 500 ],
499 } 501 }
OLDNEW
« no previous file with comments | « no previous file | base/test/signaling_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698