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

Side by Side Diff: net/net.gyp

Issue 4541002: Revert 65313 - flip_in_mem_edsm_server builds again.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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
« no previous file with comments | « no previous file | net/tools/flip_server/balsa_headers.cc » ('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) 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 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 'toolsets': ['host'], 1319 'toolsets': ['host'],
1320 'include_dirs': [ 1320 'include_dirs': [
1321 '..', 1321 '..',
1322 ], 1322 ],
1323 'sources': [ 1323 'sources': [
1324 'base/ssl_false_start_blacklist_process.cc', 1324 'base/ssl_false_start_blacklist_process.cc',
1325 ], 1325 ],
1326 }, 1326 },
1327 ], 1327 ],
1328 'conditions': [ 1328 'conditions': [
1329 ['OS=="linux"', { 1329 # ['OS=="linux"', {
1330 'targets': [ 1330 # 'targets': [
1331 { 1331 # {
1332 'target_name': 'flip_in_mem_edsm_server', 1332 # 'target_name': 'flip_in_mem_edsm_server',
1333 'type': 'executable', 1333 # 'type': 'executable',
1334 'dependencies': [ 1334 # 'dependencies': [
1335 '../base/base.gyp:base', 1335 # '../base/base.gyp:base',
1336 'net.gyp:net', 1336 # 'net.gyp:net',
1337 ], 1337 # ],
1338 'link_settings': { 1338 # 'link_settings': {
1339 'ldflags': [ 1339 # 'ldflags': [
1340 '-lcrypto', 1340 # '-lssl'
1341 '-lssl' 1341 # ],
1342 ], 1342 # 'libraries': [
1343 'libraries': [ 1343 # '-lssl'
1344 '-lcrypto', 1344 # ],
1345 '-lssl' 1345 # },
1346 ], 1346 # 'sources': [
1347 }, 1347 # 'tools/dump_cache/url_to_filename_encoder.cc',
1348 'sources': [ 1348 # 'tools/dump_cache/url_to_filename_encoder.h',
1349 'tools/dump_cache/url_to_filename_encoder.cc', 1349 # 'tools/dump_cache/url_utilities.h',
1350 'tools/dump_cache/url_to_filename_encoder.h', 1350 # 'tools/dump_cache/url_utilities.cc',
1351 'tools/dump_cache/url_utilities.h',
1352 'tools/dump_cache/url_utilities.cc',
1353 1351
1354 'tools/flip_server/balsa_enums.h', 1352 # 'tools/flip_server/balsa_enums.h',
1355 'tools/flip_server/balsa_frame.cc', 1353 # 'tools/flip_server/balsa_frame.cc',
1356 'tools/flip_server/balsa_frame.h', 1354 # 'tools/flip_server/balsa_frame.h',
1357 'tools/flip_server/balsa_headers.cc', 1355 # 'tools/flip_server/balsa_headers.cc',
1358 'tools/flip_server/balsa_headers.h', 1356 # 'tools/flip_server/balsa_headers.h',
1359 'tools/flip_server/balsa_headers_token_utils.cc', 1357 # 'tools/flip_server/balsa_headers_token_utils.cc',
1360 'tools/flip_server/balsa_headers_token_utils.h', 1358 # 'tools/flip_server/balsa_headers_token_utils.h',
1361 'tools/flip_server/balsa_visitor_interface.h', 1359 # 'tools/flip_server/balsa_visitor_interface.h',
1362 'tools/flip_server/buffer_interface.h', 1360 # 'tools/flip_server/buffer_interface.h',
1363 'tools/flip_server/create_listener.cc', 1361 # 'tools/flip_server/create_listener.cc',
1364 'tools/flip_server/create_listener.h', 1362 # 'tools/flip_server/create_listener.h',
1365 'tools/flip_server/epoll_server.cc', 1363 # 'tools/flip_server/epoll_server.cc',
1366 'tools/flip_server/epoll_server.h', 1364 # 'tools/flip_server/epoll_server.h',
1367 'tools/flip_server/flip_in_mem_edsm_server.cc', 1365 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1368 'tools/flip_server/http_message_constants.cc', 1366 # 'tools/flip_server/http_message_constants.cc',
1369 'tools/flip_server/http_message_constants.h', 1367 # 'tools/flip_server/http_message_constants.h',
1370 'tools/flip_server/loadtime_measurement.h', 1368 # 'tools/flip_server/loadtime_measurement.h',
1371 'tools/flip_server/porting.txt', 1369 # 'tools/flip_server/porting.txt',
1372 'tools/flip_server/ring_buffer.cc', 1370 # 'tools/flip_server/ring_buffer.cc',
1373 'tools/flip_server/ring_buffer.h', 1371 # 'tools/flip_server/ring_buffer.h',
1374 'tools/flip_server/simple_buffer.cc', 1372 # 'tools/flip_server/simple_buffer.cc',
1375 'tools/flip_server/simple_buffer.h', 1373 # 'tools/flip_server/simple_buffer.h',
1376 'tools/flip_server/split.h', 1374 # 'tools/flip_server/split.h',
1377 'tools/flip_server/split.cc', 1375 # 'tools/flip_server/split.cc',
1378 'tools/flip_server/string_piece_utils.h', 1376 # 'tools/flip_server/string_piece_utils.h',
1379 'tools/flip_server/thread.h', 1377 # 'tools/flip_server/thread.h',
1380 'tools/flip_server/url_to_filename_encoder.h', 1378 # 'tools/flip_server/url_to_filename_encoder.h',
1381 'tools/flip_server/url_utilities.h', 1379 # 'tools/flip_server/url_utilities.h',
1382 ], 1380 # ],
1383 }, 1381 # },
1384 ] 1382 # ]
1385 }], 1383 # }],
1386 ['OS=="win"', { 1384 ['OS=="win"', {
1387 'targets': [ 1385 'targets': [
1388 { 1386 {
1389 # TODO(port): dump_cache is still Windows-specific. 1387 # TODO(port): dump_cache is still Windows-specific.
1390 'target_name': 'dump_cache', 1388 'target_name': 'dump_cache',
1391 'type': 'executable', 1389 'type': 'executable',
1392 'dependencies': [ 1390 'dependencies': [
1393 'net', 1391 'net',
1394 '../base/base.gyp:base', 1392 '../base/base.gyp:base',
1395 ], 1393 ],
(...skipping 12 matching lines...) Expand all
1408 ], 1406 ],
1409 }], 1407 }],
1410 ], 1408 ],
1411 } 1409 }
1412 1410
1413 # Local Variables: 1411 # Local Variables:
1414 # tab-width:2 1412 # tab-width:2
1415 # indent-tabs-mode:nil 1413 # indent-tabs-mode:nil
1416 # End: 1414 # End:
1417 # vim: set expandtab tabstop=2 shiftwidth=2: 1415 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | net/tools/flip_server/balsa_headers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698