| OLD | NEW |
| 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 Loading... |
| 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', | 237 'time_mac.cc', |
| 242 'time_posix.cc', | |
| 243 ], | 238 ], |
| 244 }, | 239 }, |
| 245 { | 240 { |
| 246 'target_name': 'base_i18n', | 241 'target_name': 'base_i18n', |
| 247 'type': '<(component)', | 242 'type': '<(component)', |
| 248 'variables': { | 243 'variables': { |
| 249 'enable_wexit_time_destructors': 1, | 244 'enable_wexit_time_destructors': 1, |
| 250 'optimize': 'max', | 245 'optimize': 'max', |
| 251 }, | 246 }, |
| 252 'dependencies': [ | 247 'dependencies': [ |
| (...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 996 'test_suite_name': 'base_unittests', | 991 'test_suite_name': 'base_unittests', |
| 997 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 992 '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',], | 993 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
| 999 }, | 994 }, |
| 1000 'includes': [ '../build/apk_test.gypi' ], | 995 'includes': [ '../build/apk_test.gypi' ], |
| 1001 }, | 996 }, |
| 1002 ], | 997 ], |
| 1003 }], | 998 }], |
| 1004 ], | 999 ], |
| 1005 } | 1000 } |
| OLD | NEW |