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

Side by Side Diff: base/base.gyp

Issue 10795083: Enable some parts of base that were previously disabled in base_untrusted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« base/DEPS ('K') | « base/DEPS ('k') | 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) 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 ], 200 ],
201 }], 201 }],
202 ], 202 ],
203 'sources': [ 203 'sources': [
204 'third_party/nspr/prcpucfg.h', 204 'third_party/nspr/prcpucfg.h',
205 'third_party/nspr/prcpucfg_win.h', 205 'third_party/nspr/prcpucfg_win.h',
206 'third_party/nspr/prtypes.h', 206 'third_party/nspr/prtypes.h',
207 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 207 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
208 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', 208 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
209 'auto_reset.h', 209 'auto_reset.h',
210 'base64.cc',
211 'base64.h',
212 'event_recorder.h', 210 'event_recorder.h',
213 'event_recorder_stubs.cc', 211 'event_recorder_stubs.cc',
214 'event_recorder_win.cc', 212 'event_recorder_win.cc',
215 'file_descriptor_shuffle.cc', 213 'file_descriptor_shuffle.cc',
216 'file_descriptor_shuffle.h', 214 'file_descriptor_shuffle.h',
217 'linux_util.cc', 215 'linux_util.cc',
218 'linux_util.h', 216 'linux_util.h',
219 'md5.cc', 217 'md5.cc',
220 'md5.h', 218 'md5.h',
221 'message_pump_android.cc', 219 'message_pump_android.cc',
222 'message_pump_android.h', 220 'message_pump_android.h',
223 'message_pump_glib.cc', 221 'message_pump_glib.cc',
224 'message_pump_glib.h', 222 'message_pump_glib.h',
225 'message_pump_gtk.cc', 223 'message_pump_gtk.cc',
226 'message_pump_gtk.h', 224 'message_pump_gtk.h',
227 'message_pump_observer.h', 225 'message_pump_observer.h',
228 'message_pump_aurax11.cc', 226 'message_pump_aurax11.cc',
229 'message_pump_aurax11.h', 227 'message_pump_aurax11.h',
230 'message_pump_libevent.cc', 228 'message_pump_libevent.cc',
231 'message_pump_libevent.h', 229 'message_pump_libevent.h',
232 'message_pump_mac.h', 230 'message_pump_mac.h',
233 'message_pump_mac.mm', 231 'message_pump_mac.mm',
234 'metrics/field_trial.cc', 232 'metrics/field_trial.cc',
235 'metrics/field_trial.h', 233 'metrics/field_trial.h',
236 'string16.cc',
237 'string16.h',
238 'sync_socket.h', 234 'sync_socket.h',
239 'sync_socket_win.cc', 235 'sync_socket_win.cc',
240 'sync_socket_posix.cc', 236 'sync_socket_posix.cc',
241 'time_mac.cc',
242 'time_posix.cc',
243 ], 237 ],
244 }, 238 },
245 { 239 {
246 'target_name': 'base_i18n', 240 'target_name': 'base_i18n',
247 'type': '<(component)', 241 'type': '<(component)',
248 'variables': { 242 'variables': {
249 'enable_wexit_time_destructors': 1, 243 'enable_wexit_time_destructors': 1,
250 'optimize': 'max', 244 'optimize': 'max',
251 }, 245 },
252 'dependencies': [ 246 'dependencies': [
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 'test_suite_name': 'base_unittests', 990 'test_suite_name': 'base_unittests',
997 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 991 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
998 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 992 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
999 }, 993 },
1000 'includes': [ '../build/apk_test.gypi' ], 994 'includes': [ '../build/apk_test.gypi' ],
1001 }, 995 },
1002 ], 996 ],
1003 }], 997 }],
1004 ], 998 ],
1005 } 999 }
OLDNEW
« base/DEPS ('K') | « base/DEPS ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698