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

Side by Side Diff: base/base.gyp

Issue 7003028: Added a test checking for TimeFormat:: producing NaN, rolled icu version (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved to a dedicated browser_test. Created 9 years, 7 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
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 'base.gypi', 10 'base.gypi',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'test/test_file_util_linux.cc', 322 'test/test_file_util_linux.cc',
323 'test/test_file_util_mac.cc', 323 'test/test_file_util_mac.cc',
324 'test/test_file_util_posix.cc', 324 'test/test_file_util_posix.cc',
325 'test/test_file_util_win.cc', 325 'test/test_file_util_win.cc',
326 'test/test_suite.cc', 326 'test/test_suite.cc',
327 'test/test_suite.h', 327 'test/test_suite.h',
328 'test/test_switches.cc', 328 'test/test_switches.cc',
329 'test/test_switches.h', 329 'test/test_switches.h',
330 'test/test_timeouts.cc', 330 'test/test_timeouts.cc',
331 'test/test_timeouts.h', 331 'test/test_timeouts.h',
332 'test/test_util.h',
332 ], 333 ],
333 }, 334 },
334 { 335 {
335 'target_name': 'test_support_perf', 336 'target_name': 'test_support_perf',
336 'type': '<(library)', 337 'type': '<(library)',
337 'dependencies': [ 338 'dependencies': [
338 'base', 339 'base',
339 '../testing/gtest.gyp:gtest', 340 '../testing/gtest.gyp:gtest',
340 ], 341 ],
341 'sources': [ 342 'sources': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 ], 379 ],
379 }], 380 }],
380 ], 381 ],
381 } 382 }
382 383
383 # Local Variables: 384 # Local Variables:
384 # tab-width:2 385 # tab-width:2
385 # indent-tabs-mode:nil 386 # indent-tabs-mode:nil
386 # End: 387 # End:
387 # vim: set expandtab tabstop=2 shiftwidth=2: 388 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/sys_string_conversions_unittest.cc » ('j') | chrome/common/time_format_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698