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

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
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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'win/pe_image_unittest.cc', 588 'win/pe_image_unittest.cc',
589 'win/registry_unittest.cc', 589 'win/registry_unittest.cc',
590 'win/scoped_bstr_unittest.cc', 590 'win/scoped_bstr_unittest.cc',
591 'win/scoped_comptr_unittest.cc', 591 'win/scoped_comptr_unittest.cc',
592 'win/scoped_handle_unittest.cc', 592 'win/scoped_handle_unittest.cc',
593 'win/scoped_process_information_unittest.cc', 593 'win/scoped_process_information_unittest.cc',
594 'win/scoped_variant_unittest.cc', 594 'win/scoped_variant_unittest.cc',
595 'win/shortcut_unittest.cc', 595 'win/shortcut_unittest.cc',
596 'win/startup_information_unittest.cc', 596 'win/startup_information_unittest.cc',
597 'win/win_util_unittest.cc', 597 'win/win_util_unittest.cc',
598 'win/windows_version_unittest.cc',
598 'win/wrapped_window_proc_unittest.cc', 599 'win/wrapped_window_proc_unittest.cc',
599 '<@(trace_event_test_sources)', 600 '<@(trace_event_test_sources)',
600 ], 601 ],
601 'dependencies': [ 602 'dependencies': [
602 'base', 603 'base',
603 'base_i18n', 604 'base_i18n',
604 'base_message_loop_tests', 605 'base_message_loop_tests',
605 'base_static', 606 'base_static',
606 'run_all_unittests', 607 'run_all_unittests',
607 'test_support_base', 608 'test_support_base',
(...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after
1684 '../build/isolate.gypi', 1685 '../build/isolate.gypi',
1685 ], 1686 ],
1686 'sources': [ 1687 'sources': [
1687 'base_unittests.isolate', 1688 'base_unittests.isolate',
1688 ], 1689 ],
1689 }, 1690 },
1690 ], 1691 ],
1691 }], 1692 }],
1692 ], 1693 ],
1693 } 1694 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/win/windows_version.h » ('j') | base/win/windows_version.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698