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

Side by Side Diff: base/base.gypi

Issue 1606007: Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h. Labe... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix windows build for good this time? 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 | Annotate | Revision Log
« no previous file with comments | « app/gtk_util.cc ('k') | base/base_paths_posix.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) 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': [
11 # This part is shared between the targets defined below. Only files and 11 # This part is shared between the targets defined below. Only files and
12 # settings relevant for building the Win64 target should be added here. 12 # settings relevant for building the Win64 target should be added here.
13 # All the rest should be added to the 'base' target below. 13 # All the rest should be added to the 'base' target below.
14 ['base_target==1', { 14 ['base_target==1', {
15 'sources': [ 15 'sources': [
16 '../build/build_config.h', 16 '../build/build_config.h',
17 'third_party/dmg_fp/dmg_fp.h', 17 'third_party/dmg_fp/dmg_fp.h',
18 'third_party/dmg_fp/dtoa.cc', 18 'third_party/dmg_fp/dtoa.cc',
19 'third_party/dmg_fp/g_fmt.cc', 19 'third_party/dmg_fp/g_fmt.cc',
20 'third_party/icu/icu_utf.cc', 20 'third_party/icu/icu_utf.cc',
21 'third_party/icu/icu_utf.h', 21 'third_party/icu/icu_utf.h',
22 'third_party/nspr/prtime.cc', 22 'third_party/nspr/prtime.cc',
23 'third_party/nspr/prtime.h', 23 'third_party/nspr/prtime.h',
24 'atomicops_internals_x86_gcc.cc',
25 'at_exit.cc', 24 'at_exit.cc',
26 'at_exit.h', 25 'at_exit.h',
27 'atomic_ref_count.h', 26 'atomic_ref_count.h',
28 'atomic_sequence_num.h', 27 'atomic_sequence_num.h',
29 'atomicops.h', 28 'atomicops.h',
29 'atomicops_internals_x86_gcc.cc',
30 'atomicops_internals_x86_msvc.h', 30 'atomicops_internals_x86_msvc.h',
31 'base_paths.cc', 31 'base_paths.cc',
32 'base_paths.h', 32 'base_paths.h',
33 'base_paths_mac.h', 33 'base_paths_mac.h',
34 'base_paths_mac.mm', 34 'base_paths_mac.mm',
35 'base_paths_posix.cc', 35 'base_paths_posix.cc',
36 'base_paths_win.cc', 36 'base_paths_win.cc',
37 'base_paths_win.h', 37 'base_paths_win.h',
38 'base_switches.cc', 38 'base_switches.cc',
39 'base_switches.h', 39 'base_switches.h',
40 'basictypes.h', 40 'basictypes.h',
41 'bits.h', 41 'bits.h',
42 'bzip2_error_handler.cc', 42 'bzip2_error_handler.cc',
43 'callback.h', 43 'callback.h',
44 'cancellation_flag.cc',
44 'cancellation_flag.h', 45 'cancellation_flag.h',
45 'cancellation_flag.cc',
46 'chrome_application_mac.h', 46 'chrome_application_mac.h',
47 'chrome_application_mac.mm', 47 'chrome_application_mac.mm',
48 'cocoa_protocols_mac.h', 48 'cocoa_protocols_mac.h',
49 'command_line.cc', 49 'command_line.cc',
50 'command_line.h', 50 'command_line.h',
51 'compiler_specific.h', 51 'compiler_specific.h',
52 'condition_variable.h', 52 'condition_variable.h',
53 'condition_variable_posix.cc', 53 'condition_variable_posix.cc',
54 'condition_variable_win.cc', 54 'condition_variable_win.cc',
55 'cpu.cc', 55 'cpu.cc',
56 'cpu.h', 56 'cpu.h',
57 'debug_on_start.cc', 57 'debug_on_start.cc',
58 'debug_on_start.h', 58 'debug_on_start.h',
59 'debug_util.cc', 59 'debug_util.cc',
60 'debug_util.h', 60 'debug_util.h',
61 'debug_util_mac.cc', 61 'debug_util_mac.cc',
62 'debug_util_posix.cc', 62 'debug_util_posix.cc',
63 'debug_util_win.cc', 63 'debug_util_win.cc',
64 'dir_reader_fallback.h', 64 'dir_reader_fallback.h',
65 'dir_reader_linux.h', 65 'dir_reader_linux.h',
66 'dir_reader_posix.h', 66 'dir_reader_posix.h',
67 'env_var.cc',
68 'env_var.h',
67 'event_trace_consumer_win.h', 69 'event_trace_consumer_win.h',
68 'event_trace_controller_win.cc', 70 'event_trace_controller_win.cc',
69 'event_trace_controller_win.h', 71 'event_trace_controller_win.h',
70 'event_trace_provider_win.cc', 72 'event_trace_provider_win.cc',
71 'event_trace_provider_win.h', 73 'event_trace_provider_win.h',
72 'file_path.cc', 74 'file_path.cc',
73 'file_path.h', 75 'file_path.h',
74 'file_util.cc', 76 'file_util.cc',
75 'file_util.h', 77 'file_util.h',
76 'file_util_deprecated.h', 78 'file_util_deprecated.h',
77 'file_util_linux.cc', 79 'file_util_linux.cc',
78 'file_util_mac.mm', 80 'file_util_mac.mm',
79 'file_util_posix.cc', 81 'file_util_posix.cc',
80 'file_util_win.cc', 82 'file_util_win.cc',
81 'file_version_info.cc', 83 'file_version_info.cc',
82 'file_version_info.h', 84 'file_version_info.h',
83 'file_version_info_mac.mm', 85 'file_version_info_mac.mm',
84 'fix_wp64.h', 86 'fix_wp64.h',
85 'float_util.h', 87 'float_util.h',
86 'foundation_utils_mac.h', 88 'foundation_utils_mac.h',
89 'global_descriptors_posix.cc',
87 'global_descriptors_posix.h', 90 'global_descriptors_posix.h',
88 'global_descriptors_posix.cc',
89 'hash_tables.h', 91 'hash_tables.h',
90 'histogram.cc', 92 'histogram.cc',
91 'histogram.h', 93 'histogram.h',
92 'iat_patch.cc', 94 'iat_patch.cc',
93 'iat_patch.h', 95 'iat_patch.h',
94 'id_map.h', 96 'id_map.h',
95 'lazy_instance.cc', 97 'lazy_instance.cc',
96 'lazy_instance.h', 98 'lazy_instance.h',
97 'leak_annotations.h', 99 'leak_annotations.h',
98 'leak_tracker.h', 100 'leak_tracker.h',
99 'linked_list.h', 101 'linked_list.h',
100 'linked_ptr.h', 102 'linked_ptr.h',
101 'lock.cc', 103 'lock.cc',
102 'lock.h', 104 'lock.h',
103 'lock_impl.h', 105 'lock_impl.h',
104 'lock_impl_posix.cc', 106 'lock_impl_posix.cc',
105 'lock_impl_win.cc', 107 'lock_impl_win.cc',
106 'logging.cc', 108 'logging.cc',
109 'logging.h',
107 'logging_win.cc', 110 'logging_win.cc',
108 'logging.h',
109 'mac_util.h', 111 'mac_util.h',
110 'mac_util.mm', 112 'mac_util.mm',
111 'mach_ipc_mac.h', 113 'mach_ipc_mac.h',
112 'mach_ipc_mac.mm', 114 'mach_ipc_mac.mm',
113 'memory_debug.cc', 115 'memory_debug.cc',
114 'memory_debug.h', 116 'memory_debug.h',
115 'message_loop.cc', 117 'message_loop.cc',
116 'message_loop.h', 118 'message_loop.h',
117 'message_pump.h', 119 'message_pump.h',
118 'message_pump_default.cc', 120 'message_pump_default.cc',
(...skipping 14 matching lines...) Expand all
133 'object_watcher.h', 135 'object_watcher.h',
134 'observer_list.h', 136 'observer_list.h',
135 'observer_list_threadsafe.h', 137 'observer_list_threadsafe.h',
136 'path_service.cc', 138 'path_service.cc',
137 'path_service.h', 139 'path_service.h',
138 'pe_image.cc', 140 'pe_image.cc',
139 'pe_image.h', 141 'pe_image.h',
140 'pickle.cc', 142 'pickle.cc',
141 'pickle.h', 143 'pickle.h',
142 'platform_file.h', 144 'platform_file.h',
145 'platform_file_posix.cc',
143 'platform_file_win.cc', 146 'platform_file_win.cc',
144 'platform_file_posix.cc',
145 'platform_thread.h', 147 'platform_thread.h',
146 'platform_thread_mac.mm', 148 'platform_thread_mac.mm',
147 'platform_thread_posix.cc', 149 'platform_thread_posix.cc',
148 'platform_thread_win.cc', 150 'platform_thread_win.cc',
149 'port.h', 151 'port.h',
150 'profiler.cc',
151 'profiler.h',
152 'process.h', 152 'process.h',
153 'process_linux.cc', 153 'process_linux.cc',
154 'process_posix.cc', 154 'process_posix.cc',
155 'process_util.h', 155 'process_util.h',
156 'process_util_linux.cc', 156 'process_util_linux.cc',
157 'process_util_mac.mm', 157 'process_util_mac.mm',
158 'process_util_posix.cc', 158 'process_util_posix.cc',
159 'process_util_win.cc', 159 'process_util_win.cc',
160 'process_win.cc', 160 'process_win.cc',
161 'profiler.cc',
162 'profiler.h',
161 'rand_util.cc', 163 'rand_util.cc',
162 'rand_util.h', 164 'rand_util.h',
163 'rand_util_posix.cc', 165 'rand_util_posix.cc',
164 'rand_util_win.cc', 166 'rand_util_win.cc',
165 'raw_scoped_refptr_mismatch_checker.h', 167 'raw_scoped_refptr_mismatch_checker.h',
166 'ref_counted.cc', 168 'ref_counted.cc',
167 'ref_counted.h', 169 'ref_counted.h',
168 'ref_counted_memory.h', 170 'ref_counted_memory.h',
169 'registry.cc', 171 'registry.cc',
170 'registry.h', 172 'registry.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'time_win.cc', 242 'time_win.cc',
241 'timer.cc', 243 'timer.cc',
242 'timer.h', 244 'timer.h',
243 'trace_event.cc', 245 'trace_event.cc',
244 'trace_event.h', 246 'trace_event.h',
245 'tracked.cc', 247 'tracked.cc',
246 'tracked.h', 248 'tracked.h',
247 'tracked_objects.cc', 249 'tracked_objects.cc',
248 'tracked_objects.h', 250 'tracked_objects.h',
249 'tuple.h', 251 'tuple.h',
252 'unix_domain_socket_posix.cc',
250 'utf_offset_string_conversions.cc', 253 'utf_offset_string_conversions.cc',
251 'utf_offset_string_conversions.h', 254 'utf_offset_string_conversions.h',
252 'utf_string_conversion_utils.cc', 255 'utf_string_conversion_utils.cc',
253 'utf_string_conversion_utils.h', 256 'utf_string_conversion_utils.h',
254 'utf_string_conversions.cc', 257 'utf_string_conversions.cc',
255 'utf_string_conversions.h', 258 'utf_string_conversions.h',
256 'unix_domain_socket_posix.cc',
257 'values.cc', 259 'values.cc',
258 'values.h', 260 'values.h',
259 'waitable_event.h', 261 'waitable_event.h',
260 'waitable_event_posix.cc', 262 'waitable_event_posix.cc',
261 'waitable_event_watcher.h', 263 'waitable_event_watcher.h',
262 'waitable_event_watcher_posix.cc', 264 'waitable_event_watcher_posix.cc',
263 'waitable_event_watcher_win.cc', 265 'waitable_event_watcher_win.cc',
264 'waitable_event_win.cc', 266 'waitable_event_win.cc',
265 'watchdog.cc', 267 'watchdog.cc',
266 'watchdog.h', 268 'watchdog.h',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'third_party/xdg_mime/xdgmimemagic.c', 646 'third_party/xdg_mime/xdgmimemagic.c',
645 'third_party/xdg_mime/xdgmimemagic.h', 647 'third_party/xdg_mime/xdgmimemagic.h',
646 'third_party/xdg_mime/xdgmimeparent.c', 648 'third_party/xdg_mime/xdgmimeparent.c',
647 'third_party/xdg_mime/xdgmimeparent.h', 649 'third_party/xdg_mime/xdgmimeparent.h',
648 ], 650 ],
649 }, 651 },
650 ], 652 ],
651 }], 653 }],
652 ], 654 ],
653 } 655 }
OLDNEW
« no previous file with comments | « app/gtk_util.cc ('k') | base/base_paths_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698