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

Side by Side Diff: base/base.gyp

Issue 1925683002: Add simple bit_cast unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bit_cast.h, fix windows test compile Created 4 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
« no previous file with comments | « base/BUILD.gn ('k') | base/bit_cast.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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'android/scoped_java_ref_unittest.cc', 372 'android/scoped_java_ref_unittest.cc',
373 'android/sys_utils_unittest.cc', 373 'android/sys_utils_unittest.cc',
374 'at_exit_unittest.cc', 374 'at_exit_unittest.cc',
375 'atomicops_unittest.cc', 375 'atomicops_unittest.cc',
376 'barrier_closure_unittest.cc', 376 'barrier_closure_unittest.cc',
377 'base64_unittest.cc', 377 'base64_unittest.cc',
378 'base64url_unittest.cc', 378 'base64url_unittest.cc',
379 'big_endian_unittest.cc', 379 'big_endian_unittest.cc',
380 'bind_unittest.cc', 380 'bind_unittest.cc',
381 'bind_unittest.nc', 381 'bind_unittest.nc',
382 'bit_cast_unittest.cc',
382 'bits_unittest.cc', 383 'bits_unittest.cc',
383 'build_time_unittest.cc', 384 'build_time_unittest.cc',
384 'callback_helpers_unittest.cc', 385 'callback_helpers_unittest.cc',
385 'callback_list_unittest.cc', 386 'callback_list_unittest.cc',
386 'callback_list_unittest.nc', 387 'callback_list_unittest.nc',
387 'callback_unittest.cc', 388 'callback_unittest.cc',
388 'callback_unittest.nc', 389 'callback_unittest.nc',
389 'cancelable_callback_unittest.cc', 390 'cancelable_callback_unittest.cc',
390 'command_line_unittest.cc', 391 'command_line_unittest.cc',
391 'containers/adapters_unittest.cc', 392 'containers/adapters_unittest.cc',
(...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1725 '../build/isolate.gypi', 1726 '../build/isolate.gypi',
1726 ], 1727 ],
1727 'sources': [ 1728 'sources': [
1728 'base_unittests.isolate', 1729 'base_unittests.isolate',
1729 ], 1730 ],
1730 }, 1731 },
1731 ], 1732 ],
1732 }], 1733 }],
1733 ], 1734 ],
1734 } 1735 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/bit_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698