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

Side by Side Diff: base/base.gyp

Issue 2111613002: Don't use ::GetFileVersionInfo() in CreateFileVersionInfoForModule() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build error Created 4 years, 5 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/file_version_info_unittest.cc » ('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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'cpu_unittest.cc', 400 'cpu_unittest.cc',
401 'debug/crash_logging_unittest.cc', 401 'debug/crash_logging_unittest.cc',
402 'debug/debugger_unittest.cc', 402 'debug/debugger_unittest.cc',
403 'debug/leak_tracker_unittest.cc', 403 'debug/leak_tracker_unittest.cc',
404 'debug/proc_maps_linux_unittest.cc', 404 'debug/proc_maps_linux_unittest.cc',
405 'debug/stack_trace_unittest.cc', 405 'debug/stack_trace_unittest.cc',
406 'debug/task_annotator_unittest.cc', 406 'debug/task_annotator_unittest.cc',
407 'deferred_sequenced_task_runner_unittest.cc', 407 'deferred_sequenced_task_runner_unittest.cc',
408 'environment_unittest.cc', 408 'environment_unittest.cc',
409 'feature_list_unittest.cc', 409 'feature_list_unittest.cc',
410 'file_version_info_unittest.cc', 410 'file_version_info_win_unittest.cc',
411 'files/dir_reader_posix_unittest.cc', 411 'files/dir_reader_posix_unittest.cc',
412 'files/file_locking_unittest.cc', 412 'files/file_locking_unittest.cc',
413 'files/file_path_unittest.cc', 413 'files/file_path_unittest.cc',
414 'files/file_path_watcher_unittest.cc', 414 'files/file_path_watcher_unittest.cc',
415 'files/file_proxy_unittest.cc', 415 'files/file_proxy_unittest.cc',
416 'files/file_unittest.cc', 416 'files/file_unittest.cc',
417 'files/file_util_proxy_unittest.cc', 417 'files/file_util_proxy_unittest.cc',
418 'files/file_util_unittest.cc', 418 'files/file_util_unittest.cc',
419 'files/important_file_writer_unittest.cc', 419 'files/important_file_writer_unittest.cc',
420 'files/memory_mapped_file_unittest.cc', 420 'files/memory_mapped_file_unittest.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 'test_data_prefix': 'base', 677 'test_data_prefix': 'base',
678 }, 678 },
679 'includes': [ '../build/copy_test_data_ios.gypi' ], 679 'includes': [ '../build/copy_test_data_ios.gypi' ],
680 }, 680 },
681 ], 681 ],
682 }], 682 }],
683 ['desktop_linux == 1 or chromeos == 1', { 683 ['desktop_linux == 1 or chromeos == 1', {
684 'defines': [ 684 'defines': [
685 'USE_SYMBOLIZE', 685 'USE_SYMBOLIZE',
686 ], 686 ],
687 'sources!': [
688 'file_version_info_unittest.cc',
689 ],
690 'conditions': [ 687 'conditions': [
691 [ 'desktop_linux==1', { 688 [ 'desktop_linux==1', {
692 'sources': [ 689 'sources': [
693 'nix/xdg_util_unittest.cc', 690 'nix/xdg_util_unittest.cc',
694 ], 691 ],
695 }], 692 }],
696 ], 693 ],
697 }], 694 }],
698 ['use_glib == 1', { 695 ['use_glib == 1', {
699 'dependencies': [ 696 'dependencies': [
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1788 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], 1785 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'],
1789 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], 1786 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'],
1790 ], 1787 ],
1791 }] 1788 }]
1792 ], 1789 ],
1793 }, 1790 },
1794 ], 1791 ],
1795 }], 1792 }],
1796 ], 1793 ],
1797 } 1794 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/file_version_info_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698