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

Side by Side Diff: base/BUILD.gn

Issue 2046583002: Don't use ::GetFileVersionInfo() in CreateFileVersionInfoForModule() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self-review Created 4 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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/file_version_info_win.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1743 "cpu_unittest.cc", 1743 "cpu_unittest.cc",
1744 "debug/crash_logging_unittest.cc", 1744 "debug/crash_logging_unittest.cc",
1745 "debug/debugger_unittest.cc", 1745 "debug/debugger_unittest.cc",
1746 "debug/leak_tracker_unittest.cc", 1746 "debug/leak_tracker_unittest.cc",
1747 "debug/proc_maps_linux_unittest.cc", 1747 "debug/proc_maps_linux_unittest.cc",
1748 "debug/stack_trace_unittest.cc", 1748 "debug/stack_trace_unittest.cc",
1749 "debug/task_annotator_unittest.cc", 1749 "debug/task_annotator_unittest.cc",
1750 "deferred_sequenced_task_runner_unittest.cc", 1750 "deferred_sequenced_task_runner_unittest.cc",
1751 "environment_unittest.cc", 1751 "environment_unittest.cc",
1752 "feature_list_unittest.cc", 1752 "feature_list_unittest.cc",
1753 "file_version_info_unittest.cc", 1753 "file_version_info_win_unittest.cc",
1754 "files/dir_reader_posix_unittest.cc", 1754 "files/dir_reader_posix_unittest.cc",
1755 "files/file_locking_unittest.cc", 1755 "files/file_locking_unittest.cc",
1756 "files/file_path_unittest.cc", 1756 "files/file_path_unittest.cc",
1757 "files/file_path_watcher_unittest.cc", 1757 "files/file_path_watcher_unittest.cc",
1758 "files/file_proxy_unittest.cc", 1758 "files/file_proxy_unittest.cc",
1759 "files/file_unittest.cc", 1759 "files/file_unittest.cc",
1760 "files/file_util_proxy_unittest.cc", 1760 "files/file_util_proxy_unittest.cc",
1761 "files/file_util_unittest.cc", 1761 "files/file_util_unittest.cc",
1762 "files/important_file_writer_unittest.cc", 1762 "files/important_file_writer_unittest.cc",
1763 "files/memory_mapped_file_unittest.cc", 1763 "files/memory_mapped_file_unittest.cc",
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
2416 2416
2417 # GYP: //base.gyp:base_java_unittest_support 2417 # GYP: //base.gyp:base_java_unittest_support
2418 android_library("base_java_unittest_support") { 2418 android_library("base_java_unittest_support") {
2419 deps = [ 2419 deps = [
2420 ":base_java", 2420 ":base_java",
2421 ] 2421 ]
2422 java_files = 2422 java_files =
2423 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2423 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2424 } 2424 }
2425 } 2425 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/file_version_info_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698