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

Side by Side Diff: base/base.gyp

Issue 9483002: Move values_test_util.{h,cc} to base/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 9 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/test/values_test_util.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 '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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'test/test_suite.h', 420 'test/test_suite.h',
421 'test/test_stub_android.cc', 421 'test/test_stub_android.cc',
422 'test/test_switches.cc', 422 'test/test_switches.cc',
423 'test/test_switches.h', 423 'test/test_switches.h',
424 'test/test_timeouts.cc', 424 'test/test_timeouts.cc',
425 'test/test_timeouts.h', 425 'test/test_timeouts.h',
426 'test/thread_test_helper.cc', 426 'test/thread_test_helper.cc',
427 'test/thread_test_helper.h', 427 'test/thread_test_helper.h',
428 'test/trace_event_analyzer.cc', 428 'test/trace_event_analyzer.cc',
429 'test/trace_event_analyzer.h', 429 'test/trace_event_analyzer.h',
430 'test/values_test_util.cc',
431 'test/values_test_util.h',
430 ], 432 ],
431 }, 433 },
432 { 434 {
433 'target_name': 'test_support_perf', 435 'target_name': 'test_support_perf',
434 'type': 'static_library', 436 'type': 'static_library',
435 'dependencies': [ 437 'dependencies': [
436 'base', 438 'base',
437 '../testing/gtest.gyp:gtest', 439 '../testing/gtest.gyp:gtest',
438 ], 440 ],
439 'sources': [ 441 'sources': [
(...skipping 30 matching lines...) Expand all
470 'msvs_settings': { 472 'msvs_settings': {
471 'VCLinkerTool': { 473 'VCLinkerTool': {
472 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 474 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
473 }, 475 },
474 }, 476 },
475 }, 477 },
476 ], 478 ],
477 }], 479 }],
478 ], 480 ],
479 } 481 }
OLDNEW
« no previous file with comments | « no previous file | base/test/values_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698