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

Side by Side Diff: net/net.gyp

Issue 199105: Continue with the FreeBSD port - this version builds and links, though... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 months 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 | « net/http/des.cc ('k') | net/socket/client_socket.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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/common.gypi', 10 '../build/common.gypi',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 ], 368 ],
369 'export_dependent_settings': [ 369 'export_dependent_settings': [
370 '../base/base.gyp:base', 370 '../base/base.gyp:base',
371 ], 371 ],
372 'conditions': [ 372 'conditions': [
373 ['javascript_engine=="v8"', { 373 ['javascript_engine=="v8"', {
374 'dependencies': [ 374 'dependencies': [
375 '../v8/tools/gyp/v8.gyp:v8', 375 '../v8/tools/gyp/v8.gyp:v8',
376 ], 376 ],
377 }], 377 }],
378 [ 'OS == "linux"', { 378 [ 'OS == "linux" or OS == "freebsd"', {
379 'dependencies': [ 379 'dependencies': [
380 '../build/linux/system.gyp:gconf', 380 '../build/linux/system.gyp:gconf',
381 '../build/linux/system.gyp:gdk', 381 '../build/linux/system.gyp:gdk',
382 '../build/linux/system.gyp:nss', 382 '../build/linux/system.gyp:nss',
383 ], 383 ],
384 }], 384 }],
385 [ 'OS == "win"', { 385 [ 'OS == "win"', {
386 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ], 386 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ],
387 'sources!': [ 387 'sources!': [
388 'http/http_auth_handler_ntlm_portable.cc', 388 'http/http_auth_handler_ntlm_portable.cc',
389 'socket/tcp_client_socket_libevent.cc', 389 'socket/tcp_client_socket_libevent.cc',
390 ], 390 ],
391 'dependencies': [ 391 'dependencies': [
392 'tld_cleanup', 392 'tld_cleanup',
393 ], 393 ],
394 }, 394 },
395 { # else: OS != "win" 395 { # else: OS != "win"
396 'sources!': [ 396 'sources!': [
397 'base/wininet_util.cc', 397 'base/wininet_util.cc',
398 'base/winsock_init.cc', 398 'base/winsock_init.cc',
399 'proxy/proxy_resolver_winhttp.cc', 399 'proxy/proxy_resolver_winhttp.cc',
400 'url_request/url_request_ftp_job.cc', 400 'url_request/url_request_ftp_job.cc',
401 'url_request/url_request_inet_job.cc', 401 'url_request/url_request_inet_job.cc',
402 ], 402 ],
403 }, 403 },
404 ], 404 ],
405 [ 'OS == "linux"', { 405 [ 'OS == "linux" or OS == "freebsd"', {
406 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ], 406 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ],
407 }, 407 },
408 { # else: OS != "linux" 408 { # else: OS != "linux" and OS != "freebsd"
409 'sources!': [ 409 'sources!': [
410 'base/nss_memio.c', 410 'base/nss_memio.c',
411 'base/nss_memio.h', 411 'base/nss_memio.h',
412 'base/x509_certificate_nss.cc', 412 'base/x509_certificate_nss.cc',
413 'ocsp/nss_ocsp.cc', 413 'ocsp/nss_ocsp.cc',
414 'ocsp/nss_ocsp.h', 414 'ocsp/nss_ocsp.h',
415 'socket/ssl_client_socket_nss.cc', 415 'socket/ssl_client_socket_nss.cc',
416 'socket/ssl_client_socket_nss.h', 416 'socket/ssl_client_socket_nss.h',
417 ], 417 ],
418 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux. 418 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux.
419 'dependencies': [ 419 'dependencies': [
420 '../third_party/icu/icu.gyp:icui18n', 420 '../third_party/icu/icu.gyp:icui18n',
421 '../third_party/icu/icu.gyp:icuuc', 421 '../third_party/icu/icu.gyp:icuuc',
422 ], 422 ],
423 }, 423 },
424 ], 424 ],
425 [ 'OS == "freebsd"', {
426 'sources!': [ 'proxy/proxy_config_service_linux.cc' ],
427 },
428 ],
425 [ 'OS == "mac"', { 429 [ 'OS == "mac"', {
426 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ], 430 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ],
427 'link_settings': { 431 'link_settings': {
428 'libraries': [ 432 'libraries': [
429 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 433 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
430 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framew ork', 434 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framew ork',
431 ] 435 ]
432 }, 436 },
433 }, 437 },
434 ], 438 ],
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 [ 'OS == "win"', { 538 [ 'OS == "win"', {
535 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ], 539 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ],
536 }, 540 },
537 ], 541 ],
538 [ 'OS != "win"', { 542 [ 'OS != "win"', {
539 'sources!': [ 543 'sources!': [
540 'base/wininet_util_unittest.cc', 544 'base/wininet_util_unittest.cc',
541 ], 545 ],
542 }, 546 },
543 ], 547 ],
544 [ 'OS == "linux"', { 548 [ 'OS == "linux" or OS == "freebsd"', {
545 'sources/': [ ['exclude', '_(mac|win)_unittest\\.cc$'] ], 549 'sources/': [ ['exclude', '_(mac|win)_unittest\\.cc$'] ],
546 'dependencies': [ 550 'dependencies': [
547 '../build/linux/system.gyp:gtk', 551 '../build/linux/system.gyp:gtk',
548 ], 552 ],
549 'sources!': [ 553 'sources!': [
550 'base/sdch_filter_unittest.cc', 554 'base/sdch_filter_unittest.cc',
551 ], 555 ],
552 }, 556 },
553 ], 557 ],
554 [ 'OS == "mac"', { 558 [ 'OS == "mac"', {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'tools/dump_cache/dump_cache.cc', 740 'tools/dump_cache/dump_cache.cc',
737 'tools/dump_cache/dump_files.cc', 741 'tools/dump_cache/dump_files.cc',
738 'tools/dump_cache/upgrade.cc', 742 'tools/dump_cache/upgrade.cc',
739 'tools/dump_cache/url_to_filename_encoder.h', 743 'tools/dump_cache/url_to_filename_encoder.h',
740 ], 744 ],
741 }, 745 },
742 ], 746 ],
743 }], 747 }],
744 ], 748 ],
745 } 749 }
OLDNEW
« no previous file with comments | « net/http/des.cc ('k') | net/socket/client_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698