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

Side by Side Diff: base/base.gypi

Issue 1560027: Refactor FileVersionInfo into an interface with platform implementations. (Closed)
Patch Set: comments Created 10 years, 8 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/base.gyp ('k') | base/file_version_info.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'event_trace_provider_win.h', 73 'event_trace_provider_win.h',
74 'file_path.cc', 74 'file_path.cc',
75 'file_path.h', 75 'file_path.h',
76 'file_util.cc', 76 'file_util.cc',
77 'file_util.h', 77 'file_util.h',
78 'file_util_deprecated.h', 78 'file_util_deprecated.h',
79 'file_util_linux.cc', 79 'file_util_linux.cc',
80 'file_util_mac.mm', 80 'file_util_mac.mm',
81 'file_util_posix.cc', 81 'file_util_posix.cc',
82 'file_util_win.cc', 82 'file_util_win.cc',
83 'file_version_info.cc',
84 'file_version_info.h', 83 'file_version_info.h',
84 'file_version_info_mac.h',
85 'file_version_info_mac.mm', 85 'file_version_info_mac.mm',
86 'file_version_info_win.cc',
87 'file_version_info_win.h',
86 'fix_wp64.h', 88 'fix_wp64.h',
87 'float_util.h', 89 'float_util.h',
88 'foundation_utils_mac.h', 90 'foundation_utils_mac.h',
89 'global_descriptors_posix.cc', 91 'global_descriptors_posix.cc',
90 'global_descriptors_posix.h', 92 'global_descriptors_posix.h',
91 'hash_tables.h', 93 'hash_tables.h',
92 'histogram.cc', 94 'histogram.cc',
93 'histogram.h', 95 'histogram.h',
94 'iat_patch.cc', 96 'iat_patch.cc',
95 'iat_patch.h', 97 'iat_patch.h',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'sources/': [ 296 'sources/': [
295 ['exclude', '/xdg_user_dirs/'], 297 ['exclude', '/xdg_user_dirs/'],
296 ['exclude', '_nss\.cc$'], 298 ['exclude', '_nss\.cc$'],
297 ], 299 ],
298 'sources!': [ 300 'sources!': [
299 'atomicops_internals_x86_gcc.cc', 301 'atomicops_internals_x86_gcc.cc',
300 'base_paths_posix.cc', 302 'base_paths_posix.cc',
301 'linux_util.cc', 303 'linux_util.cc',
302 'message_pump_glib.cc', 304 'message_pump_glib.cc',
303 ], 305 ],
304 },], 306 }],
305 [ 'OS != "linux"', { 307 [ 'OS != "linux"', {
306 'sources!': [ 308 'sources!': [
307 # Not automatically excluded by the *linux.cc rules. 309 # Not automatically excluded by the *linux.cc rules.
308 'setproctitle_linux.c', 310 'setproctitle_linux.c',
309 'setproctitle_linux.h', 311 'setproctitle_linux.h',
310 ], 312 ],
311 }, 313 },
312 ], 314 ],
313 # For now, just test the *BSD platforms enough to exclude them. 315 # For now, just test the *BSD platforms enough to exclude them.
314 # Subsequent changes will include them further. 316 # Subsequent changes will include them further.
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'third_party/xdg_mime/xdgmimemagic.c', 648 'third_party/xdg_mime/xdgmimemagic.c',
647 'third_party/xdg_mime/xdgmimemagic.h', 649 'third_party/xdg_mime/xdgmimemagic.h',
648 'third_party/xdg_mime/xdgmimeparent.c', 650 'third_party/xdg_mime/xdgmimeparent.c',
649 'third_party/xdg_mime/xdgmimeparent.h', 651 'third_party/xdg_mime/xdgmimeparent.h',
650 ], 652 ],
651 }, 653 },
652 ], 654 ],
653 }], 655 }],
654 ], 656 ],
655 } 657 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/file_version_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698