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

Side by Side Diff: net/net.gyp

Issue 48108: Switching net over to use gyp on windows. (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 | « chrome/test/unit/unittests.vcproj ('k') | net/net.sln » ('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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 'disk_cache/stress_cache.cc', 494 'disk_cache/stress_cache.cc',
495 ], 495 ],
496 }, 496 },
497 { 497 {
498 'target_name': 'tld_cleanup', 498 'target_name': 'tld_cleanup',
499 'type': 'executable', 499 'type': 'executable',
500 'dependencies': [ 500 'dependencies': [
501 '../base/base.gyp:base', 501 '../base/base.gyp:base',
502 '../build/temp_gyp/googleurl.gyp:googleurl', 502 '../build/temp_gyp/googleurl.gyp:googleurl',
503 ], 503 ],
504 'msvs_guid': '{E13045CD-7E1F-4A41-9B18-8D288B2E7B41}', 504 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
505 'sources': [ 505 'sources': [
506 'tools/tld_cleanup/tld_cleanup.cc', 506 'tools/tld_cleanup/tld_cleanup.cc',
507 ], 507 ],
508 }, 508 },
509 { 509 {
510 'target_name': 'crash_cache', 510 'target_name': 'crash_cache',
511 'type': 'executable', 511 'type': 'executable',
512 'dependencies': [ 512 'dependencies': [
513 'net', 513 'net',
514 'net_test_support', 514 'net_test_support',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'sources': [ 576 'sources': [
577 'tools/dump_cache/dump_cache.cc', 577 'tools/dump_cache/dump_cache.cc',
578 'tools/dump_cache/dump_files.cc', 578 'tools/dump_cache/dump_files.cc',
579 'tools/dump_cache/upgrade.cc', 579 'tools/dump_cache/upgrade.cc',
580 ], 580 ],
581 }, 581 },
582 ], 582 ],
583 }], 583 }],
584 ], 584 ],
585 } 585 }
OLDNEW
« no previous file with comments | « chrome/test/unit/unittests.vcproj ('k') | net/net.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698