OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |