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

Side by Side Diff: base/base.gyp

Issue 6805019: Move crypto files out of base, to a top level directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fixes comments by eroman Created 9 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 | « no previous file | base/base.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'base.gypi', 10 'base.gypi',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 105
106 # Tests. 106 # Tests.
107 'at_exit_unittest.cc', 107 'at_exit_unittest.cc',
108 'atomicops_unittest.cc', 108 'atomicops_unittest.cc',
109 'base64_unittest.cc', 109 'base64_unittest.cc',
110 'bind_unittest.cc', 110 'bind_unittest.cc',
111 'bits_unittest.cc', 111 'bits_unittest.cc',
112 'callback_unittest.cc', 112 'callback_unittest.cc',
113 'command_line_unittest.cc', 113 'command_line_unittest.cc',
114 'cpu_unittest.cc', 114 'cpu_unittest.cc',
115 'crypto/encryptor_unittest.cc',
116 'crypto/rsa_private_key_unittest.cc',
117 'crypto/rsa_private_key_nss_unittest.cc',
118 'crypto/secure_hash_unittest.cc',
119 'crypto/signature_creator_unittest.cc',
120 'crypto/signature_verifier_unittest.cc',
121 'crypto/symmetric_key_unittest.cc',
122 'debug/leak_tracker_unittest.cc', 115 'debug/leak_tracker_unittest.cc',
123 'debug/stack_trace_unittest.cc', 116 'debug/stack_trace_unittest.cc',
124 'debug/trace_event_win_unittest.cc', 117 'debug/trace_event_win_unittest.cc',
125 'dir_reader_posix_unittest.cc', 118 'dir_reader_posix_unittest.cc',
126 'environment_unittest.cc', 119 'environment_unittest.cc',
127 'file_descriptor_shuffle_unittest.cc', 120 'file_descriptor_shuffle_unittest.cc',
128 'file_path_unittest.cc', 121 'file_path_unittest.cc',
129 'file_util_unittest.cc', 122 'file_util_unittest.cc',
130 'file_version_info_unittest.cc', 123 'file_version_info_unittest.cc',
131 'gmock_unittest.cc', 124 'gmock_unittest.cc',
132 'hmac_unittest.cc',
133 'id_map_unittest.cc', 125 'id_map_unittest.cc',
134 'i18n/break_iterator_unittest.cc', 126 'i18n/break_iterator_unittest.cc',
135 'i18n/char_iterator_unittest.cc', 127 'i18n/char_iterator_unittest.cc',
136 'i18n/file_util_icu_unittest.cc', 128 'i18n/file_util_icu_unittest.cc',
137 'i18n/icu_string_conversions_unittest.cc', 129 'i18n/icu_string_conversions_unittest.cc',
138 'i18n/rtl_unittest.cc', 130 'i18n/rtl_unittest.cc',
139 'json/json_reader_unittest.cc', 131 'json/json_reader_unittest.cc',
140 'json/json_writer_unittest.cc', 132 'json/json_writer_unittest.cc',
141 'json/string_escape_unittest.cc', 133 'json/string_escape_unittest.cc',
142 'lazy_instance_unittest.cc', 134 'lazy_instance_unittest.cc',
(...skipping 17 matching lines...) Expand all
160 'observer_list_unittest.cc', 152 'observer_list_unittest.cc',
161 'path_service_unittest.cc', 153 'path_service_unittest.cc',
162 'pickle_unittest.cc', 154 'pickle_unittest.cc',
163 'platform_file_unittest.cc', 155 'platform_file_unittest.cc',
164 'pr_time_unittest.cc', 156 'pr_time_unittest.cc',
165 'process_util_unittest.cc', 157 'process_util_unittest.cc',
166 'process_util_unittest_mac.h', 158 'process_util_unittest_mac.h',
167 'process_util_unittest_mac.mm', 159 'process_util_unittest_mac.mm',
168 'rand_util_unittest.cc', 160 'rand_util_unittest.cc',
169 'sha1_unittest.cc', 161 'sha1_unittest.cc',
170 'sha2_unittest.cc',
171 'shared_memory_unittest.cc', 162 'shared_memory_unittest.cc',
172 'stack_container_unittest.cc', 163 'stack_container_unittest.cc',
173 'string16_unittest.cc', 164 'string16_unittest.cc',
174 'string_number_conversions_unittest.cc', 165 'string_number_conversions_unittest.cc',
175 'string_piece_unittest.cc', 166 'string_piece_unittest.cc',
176 'string_split_unittest.cc', 167 'string_split_unittest.cc',
177 'string_tokenizer_unittest.cc', 168 'string_tokenizer_unittest.cc',
178 'string_util_unittest.cc', 169 'string_util_unittest.cc',
179 'stringize_macros_unittest.cc', 170 'stringize_macros_unittest.cc',
180 'stringprintf_unittest.cc', 171 'stringprintf_unittest.cc',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 ], 240 ],
250 ], 241 ],
251 'dependencies': [ 242 'dependencies': [
252 '../build/linux/system.gyp:gtk', 243 '../build/linux/system.gyp:gtk',
253 '../build/linux/system.gyp:nss', 244 '../build/linux/system.gyp:nss',
254 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 245 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
255 ], 246 ],
256 }, { # OS != "linux" and OS != "freebsd" and OS != "openbsd" and OS != "solaris" 247 }, { # OS != "linux" and OS != "freebsd" and OS != "openbsd" and OS != "solaris"
257 'sources!': [ 248 'sources!': [
258 'message_pump_glib_unittest.cc', 249 'message_pump_glib_unittest.cc',
259 'crypto/rsa_private_key_nss_unittest.cc',
260 ] 250 ]
261 }], 251 }],
262 # This is needed to trigger the dll copy step on windows. 252 # This is needed to trigger the dll copy step on windows.
263 # TODO(mark): This should not be necessary. 253 # TODO(mark): This should not be necessary.
264 ['OS == "win"', { 254 ['OS == "win"', {
265 'dependencies': [ 255 'dependencies': [
266 '../third_party/icu/icu.gyp:icudata', 256 '../third_party/icu/icu.gyp:icudata',
267 ], 257 ],
268 'sources!': [ 258 'sources!': [
269 'dir_reader_posix_unittest.cc', 259 'dir_reader_posix_unittest.cc',
270 'file_descriptor_shuffle_unittest.cc', 260 'file_descriptor_shuffle_unittest.cc',
271 'threading/worker_pool_posix_unittest.cc', 261 'threading/worker_pool_posix_unittest.cc',
272 ], 262 ],
273 }, { # OS != "win" 263 }, { # OS != "win"
274 'sources/': [ 264 'sources/': [
275 ['exclude', '^win/'], 265 ['exclude', '^win/'],
276 ], 266 ],
277 'sources!': [ 267 'sources!': [
278 'system_monitor_unittest.cc', 268 'system_monitor_unittest.cc',
279 'time_win_unittest.cc', 269 'time_win_unittest.cc',
280 'trace_event_win_unittest.cc', 270 'trace_event_win_unittest.cc',
281 'win_util_unittest.cc', 271 'win_util_unittest.cc',
282 ], 272 ],
283 }], 273 }],
284 [ 'use_openssl==1', {
285 'sources!': [
286 'crypto/rsa_private_key_nss_unittest.cc',
287 ],
288 }],
289 ], 274 ],
290 }, 275 },
291 { 276 {
292 'target_name': 'test_support_base', 277 'target_name': 'test_support_base',
293 'type': '<(library)', 278 'type': '<(library)',
294 'dependencies': [ 279 'dependencies': [
295 'base', 280 'base',
296 'base_i18n', 281 'base_i18n',
297 '../testing/gmock.gyp:gmock', 282 '../testing/gmock.gyp:gmock',
298 '../testing/gtest.gyp:gtest', 283 '../testing/gtest.gyp:gtest',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 ], 358 ],
374 }], 359 }],
375 ], 360 ],
376 } 361 }
377 362
378 # Local Variables: 363 # Local Variables:
379 # tab-width:2 364 # tab-width:2
380 # indent-tabs-mode:nil 365 # indent-tabs-mode:nil
381 # End: 366 # End:
382 # vim: set expandtab tabstop=2 shiftwidth=2: 367 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698