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

Side by Side Diff: base/base.gyp

Issue 1784623003: Add histograms to compare GetVersionEx() with VerQueryValue() of kernel32 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
« no previous file with comments | « base/BUILD.gn ('k') | base/win/windows_version.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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'win/pe_image_unittest.cc', 592 'win/pe_image_unittest.cc',
593 'win/registry_unittest.cc', 593 'win/registry_unittest.cc',
594 'win/scoped_bstr_unittest.cc', 594 'win/scoped_bstr_unittest.cc',
595 'win/scoped_comptr_unittest.cc', 595 'win/scoped_comptr_unittest.cc',
596 'win/scoped_handle_unittest.cc', 596 'win/scoped_handle_unittest.cc',
597 'win/scoped_process_information_unittest.cc', 597 'win/scoped_process_information_unittest.cc',
598 'win/scoped_variant_unittest.cc', 598 'win/scoped_variant_unittest.cc',
599 'win/shortcut_unittest.cc', 599 'win/shortcut_unittest.cc',
600 'win/startup_information_unittest.cc', 600 'win/startup_information_unittest.cc',
601 'win/win_util_unittest.cc', 601 'win/win_util_unittest.cc',
602 'win/windows_version_unittest.cc',
602 'win/wrapped_window_proc_unittest.cc', 603 'win/wrapped_window_proc_unittest.cc',
603 '<@(trace_event_test_sources)', 604 '<@(trace_event_test_sources)',
604 ], 605 ],
605 'dependencies': [ 606 'dependencies': [
606 'base', 607 'base',
607 'base_i18n', 608 'base_i18n',
608 'base_message_loop_tests', 609 'base_message_loop_tests',
609 'base_static', 610 'base_static',
610 'run_all_unittests', 611 'run_all_unittests',
611 'test_support_base', 612 'test_support_base',
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
1694 '../build/isolate.gypi', 1695 '../build/isolate.gypi',
1695 ], 1696 ],
1696 'sources': [ 1697 'sources': [
1697 'base_unittests.isolate', 1698 'base_unittests.isolate',
1698 ], 1699 ],
1699 }, 1700 },
1700 ], 1701 ],
1701 }], 1702 }],
1702 ], 1703 ],
1703 } 1704 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/win/windows_version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698