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

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: Rebase again... Created 9 years, 6 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'test/test_file_util_linux.cc', 327 'test/test_file_util_linux.cc',
328 'test/test_file_util_mac.cc', 328 'test/test_file_util_mac.cc',
329 'test/test_file_util_posix.cc', 329 'test/test_file_util_posix.cc',
330 'test/test_file_util_win.cc', 330 'test/test_file_util_win.cc',
331 'test/test_suite.cc', 331 'test/test_suite.cc',
332 'test/test_suite.h', 332 'test/test_suite.h',
333 'test/test_switches.cc', 333 'test/test_switches.cc',
334 'test/test_switches.h', 334 'test/test_switches.h',
335 'test/test_timeouts.cc', 335 'test/test_timeouts.cc',
336 'test/test_timeouts.h', 336 'test/test_timeouts.h',
337 'test/test_util.h',
337 ], 338 ],
338 }, 339 },
339 { 340 {
340 'target_name': 'test_support_perf', 341 'target_name': 'test_support_perf',
341 'type': 'static_library', 342 'type': 'static_library',
342 'dependencies': [ 343 'dependencies': [
343 'base', 344 'base',
344 '../testing/gtest.gyp:gtest', 345 '../testing/gtest.gyp:gtest',
345 ], 346 ],
346 'sources': [ 347 'sources': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 ], 384 ],
384 }], 385 }],
385 ], 386 ],
386 } 387 }
387 388
388 # Local Variables: 389 # Local Variables:
389 # tab-width:2 390 # tab-width:2
390 # indent-tabs-mode:nil 391 # indent-tabs-mode:nil
391 # End: 392 # End:
392 # vim: set expandtab tabstop=2 shiftwidth=2: 393 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | base/sys_string_conversions_unittest.cc » ('j') | base/test/test_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698