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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'message_loop/message_pump_glib.cc', | 238 'message_loop/message_pump_glib.cc', |
239 'message_loop/message_pump_glib.h', | 239 'message_loop/message_pump_glib.h', |
240 'message_loop/message_pump_io_ios.cc', | 240 'message_loop/message_pump_io_ios.cc', |
241 'message_loop/message_pump_io_ios.h', | 241 'message_loop/message_pump_io_ios.h', |
242 'message_loop/message_pump_libevent.cc', | 242 'message_loop/message_pump_libevent.cc', |
243 'message_loop/message_pump_libevent.h', | 243 'message_loop/message_pump_libevent.h', |
244 'message_loop/message_pump_mac.h', | 244 'message_loop/message_pump_mac.h', |
245 'message_loop/message_pump_mac.mm', | 245 'message_loop/message_pump_mac.mm', |
246 'metrics/field_trial.cc', | 246 'metrics/field_trial.cc', |
247 'metrics/field_trial.h', | 247 'metrics/field_trial.h', |
| 248 'native_sync_socket.cc', |
| 249 'native_sync_socket.h', |
248 'posix/file_descriptor_shuffle.cc', | 250 'posix/file_descriptor_shuffle.cc', |
249 'posix/file_descriptor_shuffle.h', | 251 'posix/file_descriptor_shuffle.h', |
250 'sync_socket.h', | 252 'sync_socket.h', |
251 'sync_socket_win.cc', | 253 'sync_socket_win.cc', |
252 'sync_socket_posix.cc', | 254 'sync_socket_posix.cc', |
253 ], | 255 ], |
254 }, | 256 }, |
255 { | 257 { |
256 'target_name': 'base_i18n', | 258 'target_name': 'base_i18n', |
257 'type': '<(component)', | 259 'type': '<(component)', |
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1124 'event_recorder_stubs.cc', | 1126 'event_recorder_stubs.cc', |
1125 'event_recorder_win.cc', | 1127 'event_recorder_win.cc', |
1126 'linux_util.cc', | 1128 'linux_util.cc', |
1127 'linux_util.h', | 1129 'linux_util.h', |
1128 'md5.cc', | 1130 'md5.cc', |
1129 'md5.h', | 1131 'md5.h', |
1130 'message_loop/message_pump_libevent.cc', | 1132 'message_loop/message_pump_libevent.cc', |
1131 'message_loop/message_pump_libevent.h', | 1133 'message_loop/message_pump_libevent.h', |
1132 'metrics/field_trial.cc', | 1134 'metrics/field_trial.cc', |
1133 'metrics/field_trial.h', | 1135 'metrics/field_trial.h', |
| 1136 'native_sync_socket.cc', |
| 1137 'native_sync_socket.h', |
1134 'posix/file_descriptor_shuffle.cc', | 1138 'posix/file_descriptor_shuffle.cc', |
1135 'posix/file_descriptor_shuffle.h', | 1139 'posix/file_descriptor_shuffle.h', |
1136 'sync_socket.h', | 1140 'sync_socket.h', |
1137 'sync_socket_win.cc', | 1141 'sync_socket_win.cc', |
1138 'sync_socket_posix.cc', | 1142 'sync_socket_posix.cc', |
1139 ], | 1143 ], |
1140 }, | 1144 }, |
1141 { | 1145 { |
1142 'target_name': 'base_i18n_nacl_win64', | 1146 'target_name': 'base_i18n_nacl_win64', |
1143 'type': '<(component)', | 1147 'type': '<(component)', |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1501 'dependencies': [ | 1505 'dependencies': [ |
1502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1503 ], | 1507 ], |
1504 }], | 1508 }], |
1505 ], | 1509 ], |
1506 }, | 1510 }, |
1507 ], | 1511 ], |
1508 }], | 1512 }], |
1509 ], | 1513 ], |
1510 } | 1514 } |
OLD | NEW |