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

Side by Side Diff: net/net.gyp

Issue 6525004: Enable sdch_filter_unittest to run on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed MOZ_Z prefixes Created 9 years, 10 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 | « net/base/sdch_filter_unittest.cc ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 ['chromeos==1', { 1013 ['chromeos==1', {
1014 'sources!': [ 1014 'sources!': [
1015 'proxy/proxy_config_service_linux_unittest.cc', 1015 'proxy/proxy_config_service_linux_unittest.cc',
1016 ], 1016 ],
1017 }], 1017 }],
1018 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 1018 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
1019 'dependencies': [ 1019 'dependencies': [
1020 '../build/linux/system.gyp:gtk', 1020 '../build/linux/system.gyp:gtk',
1021 '../build/linux/system.gyp:nss', 1021 '../build/linux/system.gyp:nss',
1022 ], 1022 ],
1023 'sources!': [
1024 'base/sdch_filter_unittest.cc',
1025 ],
1026 }, 1023 },
1027 { # else: OS is not in the above list 1024 { # else: OS is not in the above list
1028 'sources!': [ 1025 'sources!': [
1029 'base/cert_database_nss_unittest.cc', 1026 'base/cert_database_nss_unittest.cc',
1030 ], 1027 ],
1031 } 1028 }
1032 ], 1029 ],
1033 [ 'OS == "linux"', { 1030 [ 'OS == "linux"', {
1034 'conditions': [ 1031 'conditions': [
1035 ['linux_use_tcmalloc==1', { 1032 ['linux_use_tcmalloc==1', {
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 ], 1460 ],
1464 }], 1461 }],
1465 ], 1462 ],
1466 } 1463 }
1467 1464
1468 # Local Variables: 1465 # Local Variables:
1469 # tab-width:2 1466 # tab-width:2
1470 # indent-tabs-mode:nil 1467 # indent-tabs-mode:nil
1471 # End: 1468 # End:
1472 # vim: set expandtab tabstop=2 shiftwidth=2: 1469 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/sdch_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698