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

Side by Side Diff: net/net.gyp

Issue 99053: Reverting 14597,14596,14595. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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/chrome.sln ('k') | webkit/webkit.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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'sources!': [ 307 'sources!': [
308 'build/precompiled_net.h', 308 'build/precompiled_net.h',
309 'build/precompiled_net.cc', 309 'build/precompiled_net.cc',
310 ], 310 ],
311 'export_dependent_settings': [ 311 'export_dependent_settings': [
312 '../base/base.gyp:base', 312 '../base/base.gyp:base',
313 ], 313 ],
314 'conditions': [ 314 'conditions': [
315 ['javascript_engine=="v8"', { 315 ['javascript_engine=="v8"', {
316 'dependencies': [ 316 'dependencies': [
317 '../v8/tools/gyp/v8.gyp:v8', 317 '../build/temp_gyp/v8.gyp:v8',
318 ], 318 ],
319 }], 319 }],
320 [ 'OS == "linux"', { 320 [ 'OS == "linux"', {
321 'dependencies': [ 321 'dependencies': [
322 '../build/linux/system.gyp:gconf', 322 '../build/linux/system.gyp:gconf',
323 '../build/linux/system.gyp:gdk', 323 '../build/linux/system.gyp:gdk',
324 '../build/linux/system.gyp:nss', 324 '../build/linux/system.gyp:nss',
325 ], 325 ],
326 }], 326 }],
327 [ 'OS == "win"', { 327 [ 'OS == "win"', {
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'sources': [ 614 'sources': [
615 'tools/dump_cache/dump_cache.cc', 615 'tools/dump_cache/dump_cache.cc',
616 'tools/dump_cache/dump_files.cc', 616 'tools/dump_cache/dump_files.cc',
617 'tools/dump_cache/upgrade.cc', 617 'tools/dump_cache/upgrade.cc',
618 ], 618 ],
619 }, 619 },
620 ], 620 ],
621 }], 621 }],
622 ], 622 ],
623 } 623 }
OLDNEW
« no previous file with comments | « chrome/chrome.sln ('k') | webkit/webkit.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698