| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'sources': [ | 210 'sources': [ |
| 211 'third_party/nspr/prcpucfg.h', | 211 'third_party/nspr/prcpucfg.h', |
| 212 'third_party/nspr/prcpucfg_win.h', | 212 'third_party/nspr/prcpucfg_win.h', |
| 213 'third_party/nspr/prtypes.h', | 213 'third_party/nspr/prtypes.h', |
| 214 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', | 214 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', |
| 215 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', | 215 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', |
| 216 'auto_reset.h', | 216 'auto_reset.h', |
| 217 'event_recorder.h', | 217 'event_recorder.h', |
| 218 'event_recorder_stubs.cc', | 218 'event_recorder_stubs.cc', |
| 219 'event_recorder_win.cc', | 219 'event_recorder_win.cc', |
| 220 'file_descriptor_shuffle.cc', | |
| 221 'file_descriptor_shuffle.h', | |
| 222 'linux_util.cc', | 220 'linux_util.cc', |
| 223 'linux_util.h', | 221 'linux_util.h', |
| 224 'md5.cc', | 222 'md5.cc', |
| 225 'md5.h', | 223 'md5.h', |
| 226 'message_pump_android.cc', | 224 'message_pump_android.cc', |
| 227 'message_pump_android.h', | 225 'message_pump_android.h', |
| 228 'message_pump_glib.cc', | 226 'message_pump_glib.cc', |
| 229 'message_pump_glib.h', | 227 'message_pump_glib.h', |
| 230 'message_pump_gtk.cc', | 228 'message_pump_gtk.cc', |
| 231 'message_pump_gtk.h', | 229 'message_pump_gtk.h', |
| 232 'message_pump_observer.h', | 230 'message_pump_observer.h', |
| 233 'message_pump_aurax11.cc', | 231 'message_pump_aurax11.cc', |
| 234 'message_pump_aurax11.h', | 232 'message_pump_aurax11.h', |
| 235 'message_pump_libevent.cc', | 233 'message_pump_libevent.cc', |
| 236 'message_pump_libevent.h', | 234 'message_pump_libevent.h', |
| 237 'message_pump_mac.h', | 235 'message_pump_mac.h', |
| 238 'message_pump_mac.mm', | 236 'message_pump_mac.mm', |
| 239 'metrics/field_trial.cc', | 237 'metrics/field_trial.cc', |
| 240 'metrics/field_trial.h', | 238 'metrics/field_trial.h', |
| 239 'posix/file_descriptor_shuffle.cc', |
| 240 'posix/file_descriptor_shuffle.h', |
| 241 'sync_socket.h', | 241 'sync_socket.h', |
| 242 'sync_socket_win.cc', | 242 'sync_socket_win.cc', |
| 243 'sync_socket_posix.cc', | 243 'sync_socket_posix.cc', |
| 244 ], | 244 ], |
| 245 }, | 245 }, |
| 246 { | 246 { |
| 247 'target_name': 'base_i18n', | 247 'target_name': 'base_i18n', |
| 248 'type': '<(component)', | 248 'type': '<(component)', |
| 249 'variables': { | 249 'variables': { |
| 250 'enable_wexit_time_destructors': 1, | 250 'enable_wexit_time_destructors': 1, |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 'callback_unittest.nc', | 420 'callback_unittest.nc', |
| 421 'cancelable_callback_unittest.cc', | 421 'cancelable_callback_unittest.cc', |
| 422 'command_line_unittest.cc', | 422 'command_line_unittest.cc', |
| 423 'cpu_unittest.cc', | 423 'cpu_unittest.cc', |
| 424 'debug/leak_tracker_unittest.cc', | 424 'debug/leak_tracker_unittest.cc', |
| 425 'debug/stack_trace_unittest.cc', | 425 'debug/stack_trace_unittest.cc', |
| 426 'debug/trace_event_unittest.cc', | 426 'debug/trace_event_unittest.cc', |
| 427 'debug/trace_event_unittest.h', | 427 'debug/trace_event_unittest.h', |
| 428 'debug/trace_event_win_unittest.cc', | 428 'debug/trace_event_win_unittest.cc', |
| 429 'environment_unittest.cc', | 429 'environment_unittest.cc', |
| 430 'file_descriptor_shuffle_unittest.cc', | |
| 431 'file_path_unittest.cc', | 430 'file_path_unittest.cc', |
| 432 'file_util_proxy_unittest.cc', | 431 'file_util_proxy_unittest.cc', |
| 433 'file_util_unittest.cc', | 432 'file_util_unittest.cc', |
| 434 'file_version_info_unittest.cc', | 433 'file_version_info_unittest.cc', |
| 435 'files/dir_reader_posix_unittest.cc', | 434 'files/dir_reader_posix_unittest.cc', |
| 436 'files/important_file_writer_unittest.cc', | 435 'files/important_file_writer_unittest.cc', |
| 437 'gmock_unittest.cc', | 436 'gmock_unittest.cc', |
| 438 'guid_unittest.cc', | 437 'guid_unittest.cc', |
| 439 'hi_res_timer_manager_unittest.cc', | 438 'hi_res_timer_manager_unittest.cc', |
| 440 'id_map_unittest.cc', | 439 'id_map_unittest.cc', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 'metrics/field_trial_unittest.cc', | 485 'metrics/field_trial_unittest.cc', |
| 487 'metrics/histogram_unittest.cc', | 486 'metrics/histogram_unittest.cc', |
| 488 'metrics/sparse_histogram_unittest.cc', | 487 'metrics/sparse_histogram_unittest.cc', |
| 489 'metrics/stats_table_unittest.cc', | 488 'metrics/stats_table_unittest.cc', |
| 490 'metrics/statistics_recorder_unittest.cc', | 489 'metrics/statistics_recorder_unittest.cc', |
| 491 'observer_list_unittest.cc', | 490 'observer_list_unittest.cc', |
| 492 'os_compat_android_unittest.cc', | 491 'os_compat_android_unittest.cc', |
| 493 'path_service_unittest.cc', | 492 'path_service_unittest.cc', |
| 494 'pickle_unittest.cc', | 493 'pickle_unittest.cc', |
| 495 'platform_file_unittest.cc', | 494 'platform_file_unittest.cc', |
| 495 'posix/file_descriptor_shuffle_unittest.cc', |
| 496 'pr_time_unittest.cc', | 496 'pr_time_unittest.cc', |
| 497 'process_util_unittest.cc', | 497 'process_util_unittest.cc', |
| 498 'process_util_unittest_ios.cc', | 498 'process_util_unittest_ios.cc', |
| 499 'process_util_unittest_mac.h', | 499 'process_util_unittest_mac.h', |
| 500 'process_util_unittest_mac.mm', | 500 'process_util_unittest_mac.mm', |
| 501 'profiler/tracked_time_unittest.cc', | 501 'profiler/tracked_time_unittest.cc', |
| 502 'rand_util_unittest.cc', | 502 'rand_util_unittest.cc', |
| 503 'scoped_native_library_unittest.cc', | 503 'scoped_native_library_unittest.cc', |
| 504 'scoped_observer.h', | 504 'scoped_observer.h', |
| 505 'scoped_temp_dir_unittest.cc', | 505 'scoped_temp_dir_unittest.cc', |
| (...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1094 'base_unittests.isolate', | 1094 'base_unittests.isolate', |
| 1095 ], | 1095 ], |
| 1096 'sources': [ | 1096 'sources': [ |
| 1097 'base_unittests.isolate', | 1097 'base_unittests.isolate', |
| 1098 ], | 1098 ], |
| 1099 }, | 1099 }, |
| 1100 ], | 1100 ], |
| 1101 }], | 1101 }], |
| 1102 ], | 1102 ], |
| 1103 } | 1103 } |
| OLD | NEW |