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

Side by Side Diff: net/net.gyp

Issue 42340: Update the gyp Linux build: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « media/media.gyp ('k') | site_scons/site_tools/chromium_builders.py » ('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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'url_request/url_request_view_cache_job.h', 295 'url_request/url_request_view_cache_job.h',
296 ], 296 ],
297 'sources!': [ 297 'sources!': [
298 'build/precompiled_net.h', 298 'build/precompiled_net.h',
299 'build/precompiled_net.cc', 299 'build/precompiled_net.cc',
300 ], 300 ],
301 'export_dependent_settings': [ 301 'export_dependent_settings': [
302 '../base/base.gyp:base', 302 '../base/base.gyp:base',
303 ], 303 ],
304 'conditions': [ 304 'conditions': [
305 [ 'OS == "linux"', {
306 'dependencies': [
307 '../build/linux/system.gyp:nss',
308 ],
309 }],
305 [ 'OS == "win"', { 310 [ 'OS == "win"', {
306 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ], 311 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ],
307 'sources!': [ 312 'sources!': [
308 'base/tcp_client_socket_libevent.cc', 313 'base/tcp_client_socket_libevent.cc',
309 ], 314 ],
310 'dependencies': [ 315 'dependencies': [
311 'tld_cleanup', 316 'tld_cleanup',
312 ], 317 ],
313 'configurations': { 318 'configurations': {
314 'Debug': { 319 'Debug': {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'url_request/url_request_unittest.h', 433 'url_request/url_request_unittest.h',
429 ], 434 ],
430 'conditions': [ 435 'conditions': [
431 [ 'OS != "win"', { 436 [ 'OS != "win"', {
432 'sources!': [ 437 'sources!': [
433 'base/wininet_util_unittest.cc', 438 'base/wininet_util_unittest.cc',
434 ], 439 ],
435 }, 440 },
436 ], 441 ],
437 [ 'OS == "linux"', { 442 [ 'OS == "linux"', {
443 'dependencies': [
444 '../build/linux/system.gyp:gtk',
445 ],
438 'sources!': [ 446 'sources!': [
439 'base/sdch_filter_unittest.cc', 447 'base/sdch_filter_unittest.cc',
440 'base/ssl_config_service_unittest.cc', 448 'base/ssl_config_service_unittest.cc',
441 ], 449 ],
442 }, 450 },
443 ], 451 ],
444 [ 'OS == "mac"', { 452 [ 'OS == "mac"', {
445 'sources!': [ 453 'sources!': [
446 'base/ssl_config_service_unittest.cc', 454 'base/ssl_config_service_unittest.cc',
447 ], 455 ],
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'sources': [ 586 'sources': [
579 'tools/dump_cache/dump_cache.cc', 587 'tools/dump_cache/dump_cache.cc',
580 'tools/dump_cache/dump_files.cc', 588 'tools/dump_cache/dump_files.cc',
581 'tools/dump_cache/upgrade.cc', 589 'tools/dump_cache/upgrade.cc',
582 ], 590 ],
583 }, 591 },
584 ], 592 ],
585 }], 593 }],
586 ], 594 ],
587 } 595 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | site_scons/site_tools/chromium_builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698