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

Side by Side Diff: net/net.gyp

Issue 115154: Add a 'cygwin' target to execute setup_mount.bat explicitly as a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « chrome/installer/util/prebuild/util_prebuild.gyp ('k') | third_party/ffmpeg/ffmpeg.gyp » ('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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 }, 594 },
595 ], 595 ],
596 'sources': [ 596 'sources': [
597 'base/net_resources.grd', 597 'base/net_resources.grd',
598 ], 598 ],
599 'direct_dependent_settings': { 599 'direct_dependent_settings': {
600 'include_dirs': [ 600 'include_dirs': [
601 '<(SHARED_INTERMEDIATE_DIR)/net', 601 '<(SHARED_INTERMEDIATE_DIR)/net',
602 ], 602 ],
603 }, 603 },
604 'conditions': [
605 ['OS=="win"', {
606 'dependencies': ['../build/win/system.gyp:cygwin'],
607 }],
608 ],
604 }, 609 },
605 ], 610 ],
606 'conditions': [ 611 'conditions': [
607 ['OS=="win"', { 612 ['OS=="win"', {
608 'targets': [ 613 'targets': [
609 { 614 {
610 # TODO(port): dump_cache is still Windows-specific. 615 # TODO(port): dump_cache is still Windows-specific.
611 'target_name': 'dump_cache', 616 'target_name': 'dump_cache',
612 'type': 'executable', 617 'type': 'executable',
613 'dependencies': [ 618 'dependencies': [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'tools/fetch/http_server.cc', 656 'tools/fetch/http_server.cc',
652 'tools/fetch/http_server.h', 657 'tools/fetch/http_server.h',
653 'tools/fetch/http_session.cc', 658 'tools/fetch/http_session.cc',
654 'tools/fetch/http_session.h', 659 'tools/fetch/http_session.h',
655 ], 660 ],
656 }, 661 },
657 ], 662 ],
658 }], 663 }],
659 ], 664 ],
660 } 665 }
OLDNEW
« no previous file with comments | « chrome/installer/util/prebuild/util_prebuild.gyp ('k') | third_party/ffmpeg/ffmpeg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698