| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1307 'toolsets': ['host'], | 1307 'toolsets': ['host'], |
| 1308 'include_dirs': [ | 1308 'include_dirs': [ |
| 1309 '..', | 1309 '..', |
| 1310 ], | 1310 ], |
| 1311 'sources': [ | 1311 'sources': [ |
| 1312 'base/ssl_false_start_blacklist_process.cc', | 1312 'base/ssl_false_start_blacklist_process.cc', |
| 1313 ], | 1313 ], |
| 1314 }, | 1314 }, |
| 1315 ], | 1315 ], |
| 1316 'conditions': [ | 1316 'conditions': [ |
| 1317 # ['OS=="linux"', { | 1317 ['OS=="linux"', { |
| 1318 # 'targets': [ | 1318 'targets': [ |
| 1319 # { | 1319 { |
| 1320 # 'target_name': 'flip_in_mem_edsm_server', | 1320 'target_name': 'flip_in_mem_edsm_server', |
| 1321 # 'type': 'executable', | 1321 'type': 'executable', |
| 1322 # 'dependencies': [ | 1322 'dependencies': [ |
| 1323 # '../base/base.gyp:base', | 1323 '../base/base.gyp:base', |
| 1324 # 'net.gyp:net', | 1324 'net.gyp:net', |
| 1325 # ], | 1325 ], |
| 1326 # 'link_settings': { | 1326 'link_settings': { |
| 1327 # 'ldflags': [ | 1327 'ldflags': [ |
| 1328 # '-lssl' | 1328 '-lcrypto', |
| 1329 # ], | 1329 '-lssl' |
| 1330 # 'libraries': [ | 1330 ], |
| 1331 # '-lssl' | 1331 'libraries': [ |
| 1332 # ], | 1332 '-lcrypto', |
| 1333 # }, | 1333 '-lssl' |
| 1334 # 'sources': [ | 1334 ], |
| 1335 # 'tools/dump_cache/url_to_filename_encoder.cc', | 1335 }, |
| 1336 # 'tools/dump_cache/url_to_filename_encoder.h', | 1336 'sources': [ |
| 1337 # 'tools/dump_cache/url_utilities.h', | 1337 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1338 # 'tools/dump_cache/url_utilities.cc', | 1338 'tools/dump_cache/url_to_filename_encoder.h', |
| 1339 'tools/dump_cache/url_utilities.h', |
| 1340 'tools/dump_cache/url_utilities.cc', |
| 1339 | 1341 |
| 1340 # 'tools/flip_server/balsa_enums.h', | 1342 'tools/flip_server/balsa_enums.h', |
| 1341 # 'tools/flip_server/balsa_frame.cc', | 1343 'tools/flip_server/balsa_frame.cc', |
| 1342 # 'tools/flip_server/balsa_frame.h', | 1344 'tools/flip_server/balsa_frame.h', |
| 1343 # 'tools/flip_server/balsa_headers.cc', | 1345 'tools/flip_server/balsa_headers.cc', |
| 1344 # 'tools/flip_server/balsa_headers.h', | 1346 'tools/flip_server/balsa_headers.h', |
| 1345 # 'tools/flip_server/balsa_headers_token_utils.cc', | 1347 'tools/flip_server/balsa_headers_token_utils.cc', |
| 1346 # 'tools/flip_server/balsa_headers_token_utils.h', | 1348 'tools/flip_server/balsa_headers_token_utils.h', |
| 1347 # 'tools/flip_server/balsa_visitor_interface.h', | 1349 'tools/flip_server/balsa_visitor_interface.h', |
| 1348 # 'tools/flip_server/buffer_interface.h', | 1350 'tools/flip_server/buffer_interface.h', |
| 1349 # 'tools/flip_server/create_listener.cc', | 1351 'tools/flip_server/create_listener.cc', |
| 1350 # 'tools/flip_server/create_listener.h', | 1352 'tools/flip_server/create_listener.h', |
| 1351 # 'tools/flip_server/epoll_server.cc', | 1353 'tools/flip_server/epoll_server.cc', |
| 1352 # 'tools/flip_server/epoll_server.h', | 1354 'tools/flip_server/epoll_server.h', |
| 1353 # 'tools/flip_server/flip_in_mem_edsm_server.cc', | 1355 'tools/flip_server/flip_in_mem_edsm_server.cc', |
| 1354 # 'tools/flip_server/http_message_constants.cc', | 1356 'tools/flip_server/http_message_constants.cc', |
| 1355 # 'tools/flip_server/http_message_constants.h', | 1357 'tools/flip_server/http_message_constants.h', |
| 1356 # 'tools/flip_server/loadtime_measurement.h', | 1358 'tools/flip_server/loadtime_measurement.h', |
| 1357 # 'tools/flip_server/porting.txt', | 1359 'tools/flip_server/porting.txt', |
| 1358 # 'tools/flip_server/ring_buffer.cc', | 1360 'tools/flip_server/ring_buffer.cc', |
| 1359 # 'tools/flip_server/ring_buffer.h', | 1361 'tools/flip_server/ring_buffer.h', |
| 1360 # 'tools/flip_server/simple_buffer.cc', | 1362 'tools/flip_server/simple_buffer.cc', |
| 1361 # 'tools/flip_server/simple_buffer.h', | 1363 'tools/flip_server/simple_buffer.h', |
| 1362 # 'tools/flip_server/split.h', | 1364 'tools/flip_server/split.h', |
| 1363 # 'tools/flip_server/split.cc', | 1365 'tools/flip_server/split.cc', |
| 1364 # 'tools/flip_server/string_piece_utils.h', | 1366 'tools/flip_server/string_piece_utils.h', |
| 1365 # 'tools/flip_server/thread.h', | 1367 'tools/flip_server/thread.h', |
| 1366 # 'tools/flip_server/url_to_filename_encoder.h', | 1368 'tools/flip_server/url_to_filename_encoder.h', |
| 1367 # 'tools/flip_server/url_utilities.h', | 1369 'tools/flip_server/url_utilities.h', |
| 1368 # ], | 1370 ], |
| 1369 # }, | 1371 }, |
| 1370 # ] | 1372 ] |
| 1371 # }], | 1373 }], |
| 1372 ['OS=="win"', { | 1374 ['OS=="win"', { |
| 1373 'targets': [ | 1375 'targets': [ |
| 1374 { | 1376 { |
| 1375 # TODO(port): dump_cache is still Windows-specific. | 1377 # TODO(port): dump_cache is still Windows-specific. |
| 1376 'target_name': 'dump_cache', | 1378 'target_name': 'dump_cache', |
| 1377 'type': 'executable', | 1379 'type': 'executable', |
| 1378 'dependencies': [ | 1380 'dependencies': [ |
| 1379 'net', | 1381 'net', |
| 1380 '../base/base.gyp:base', | 1382 '../base/base.gyp:base', |
| 1381 ], | 1383 ], |
| (...skipping 12 matching lines...) Expand all Loading... |
| 1394 ], | 1396 ], |
| 1395 }], | 1397 }], |
| 1396 ], | 1398 ], |
| 1397 } | 1399 } |
| 1398 | 1400 |
| 1399 # Local Variables: | 1401 # Local Variables: |
| 1400 # tab-width:2 | 1402 # tab-width:2 |
| 1401 # indent-tabs-mode:nil | 1403 # indent-tabs-mode:nil |
| 1402 # End: | 1404 # End: |
| 1403 # vim: set expandtab tabstop=2 shiftwidth=2: | 1405 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |