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

Side by Side Diff: net/net.gyp

Issue 43050: Adding more guids (realized unit tests get included in slns up higher in the ... (Closed) Base URL: svn://chrome-svn.corp.google.com/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
« no previous file with comments | « base/base.gyp ('k') | no next file » | 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 }, 358 },
359 { 359 {
360 'target_name': 'net_unittests', 360 'target_name': 'net_unittests',
361 'type': 'executable', 361 'type': 'executable',
362 'dependencies': [ 362 'dependencies': [
363 'net', 363 'net',
364 'net_test_support', 364 'net_test_support',
365 '../base/base.gyp:base', 365 '../base/base.gyp:base',
366 '../testing/gtest.gyp:gtest', 366 '../testing/gtest.gyp:gtest',
367 ], 367 ],
368 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
368 'sources': [ 369 'sources': [
369 'base/base64_unittest.cc', 370 'base/base64_unittest.cc',
370 'base/bzip2_filter_unittest.cc', 371 'base/bzip2_filter_unittest.cc',
371 'base/client_socket_pool_unittest.cc', 372 'base/client_socket_pool_unittest.cc',
372 'base/cookie_monster_unittest.cc', 373 'base/cookie_monster_unittest.cc',
373 'base/cookie_policy_unittest.cc', 374 'base/cookie_policy_unittest.cc',
374 'base/data_url_unittest.cc', 375 'base/data_url_unittest.cc',
375 'base/directory_lister_unittest.cc', 376 'base/directory_lister_unittest.cc',
376 'base/escape_unittest.cc', 377 'base/escape_unittest.cc',
377 'base/file_stream_unittest.cc', 378 'base/file_stream_unittest.cc',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 }, 459 },
459 { 460 {
460 'target_name': 'net_perftests', 461 'target_name': 'net_perftests',
461 'type': 'executable', 462 'type': 'executable',
462 'dependencies': [ 463 'dependencies': [
463 'net', 464 'net',
464 'net_test_support', 465 'net_test_support',
465 '../base/base.gyp:base', 466 '../base/base.gyp:base',
466 '../testing/gtest.gyp:gtest', 467 '../testing/gtest.gyp:gtest',
467 ], 468 ],
469 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
468 'sources': [ 470 'sources': [
469 '../base/perftimer.cc', 471 '../base/perftimer.cc',
470 '../base/run_all_perftests.cc', 472 '../base/run_all_perftests.cc',
471 'base/cookie_monster_perftest.cc', 473 'base/cookie_monster_perftest.cc',
472 'disk_cache/disk_cache_perftest.cc', 474 'disk_cache/disk_cache_perftest.cc',
473 'proxy/proxy_resolver_perftest.cc', 475 'proxy/proxy_resolver_perftest.cc',
474 ], 476 ],
475 'conditions': [ 477 'conditions': [
476 # This is needed to trigger the dll copy step on windows. 478 # This is needed to trigger the dll copy step on windows.
477 # TODO(mark): Specifying this here shouldn't be necessary. 479 # TODO(mark): Specifying this here shouldn't be necessary.
(...skipping 30 matching lines...) Expand all
508 ], 510 ],
509 }, 511 },
510 { 512 {
511 'target_name': 'crash_cache', 513 'target_name': 'crash_cache',
512 'type': 'executable', 514 'type': 'executable',
513 'dependencies': [ 515 'dependencies': [
514 'net', 516 'net',
515 'net_test_support', 517 'net_test_support',
516 '../base/base.gyp:base', 518 '../base/base.gyp:base',
517 ], 519 ],
520 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
518 'sources': [ 521 'sources': [
519 'tools/crash_cache/crash_cache.cc', 522 'tools/crash_cache/crash_cache.cc',
520 ], 523 ],
521 }, 524 },
522 { 525 {
523 'target_name': 'net_test_support', 526 'target_name': 'net_test_support',
524 'type': 'static_library', 527 'type': 'static_library',
525 'dependencies': [ 528 'dependencies': [
526 'net', 529 'net',
527 '../base/base.gyp:base', 530 '../base/base.gyp:base',
528 ], 531 ],
529 'sources': [ 532 'sources': [
530 'disk_cache/disk_cache_test_util.cc', 533 'disk_cache/disk_cache_test_util.cc',
531 'disk_cache/disk_cache_test_util.h', 534 'disk_cache/disk_cache_test_util.h',
532 ], 535 ],
533 }, 536 },
534 ], 537 ],
535 'conditions': [ 538 'conditions': [
536 ['OS!="mac"', { 539 ['OS!="mac"', {
537 'targets': [ 540 'targets': [
538 { 541 {
539 'target_name': 'net_resources', 542 'target_name': 'net_resources',
540 'type': 'none', 543 'type': 'none',
544 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
541 'sources': [ 545 'sources': [
542 'base/net_resources.grd', 546 'base/net_resources.grd',
543 ], 547 ],
544 #'msvs_tool_files': ['../tools/grit/build/grit_resources.rules'], 548 #'msvs_tool_files': ['../tools/grit/build/grit_resources.rules'],
545 # This was orignally in grit_resources.rules 549 # This was orignally in grit_resources.rules
546 # NOTE: this version doesn't mimic the Properties specified there. 550 # NOTE: this version doesn't mimic the Properties specified there.
547 'rules': [ 551 'rules': [
548 { 552 {
549 'rule_name': 'grit', 553 'rule_name': 'grit',
550 'extension': 'grd', 554 'extension': 'grd',
(...skipping 30 matching lines...) Expand all
581 'sources': [ 585 'sources': [
582 'tools/dump_cache/dump_cache.cc', 586 'tools/dump_cache/dump_cache.cc',
583 'tools/dump_cache/dump_files.cc', 587 'tools/dump_cache/dump_files.cc',
584 'tools/dump_cache/upgrade.cc', 588 'tools/dump_cache/upgrade.cc',
585 ], 589 ],
586 }, 590 },
587 ], 591 ],
588 }], 592 }],
589 ], 593 ],
590 } 594 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698