summaryrefslogtreecommitdiffstats
path: root/base/third_party
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-15 05:05:48 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-15 05:05:48 +0000
commit74ad623c24565e02ccd15774eb513e7ec07836d1 (patch)
tree88df70a681db8d6b3e8c2b692c00bef682067859 /base/third_party
parentd690157e701ea410a9d6255a4693198d9a363754 (diff)
downloadchromium_src-74ad623c24565e02ccd15774eb513e7ec07836d1.zip
chromium_src-74ad623c24565e02ccd15774eb513e7ec07836d1.tar.gz
chromium_src-74ad623c24565e02ccd15774eb513e7ec07836d1.tar.bz2
Remove use_system_nspr build flag. It's not "officially" supported
BUG=none R=wtc@chromium.org, phajdan.jr@chromium.org TBR=willchan Review URL: https://codereview.chromium.org/167693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/third_party')
-rw-r--r--base/third_party/nspr/nspr.gyp41
1 files changed, 0 insertions, 41 deletions
diff --git a/base/third_party/nspr/nspr.gyp b/base/third_party/nspr/nspr.gyp
deleted file mode 100644
index 681e6ae..0000000
--- a/base/third_party/nspr/nspr.gyp
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'conditions': [
- ['use_system_nspr==1', {
- 'targets': [
- {
- 'target_name': 'nspr',
- 'type': 'none',
- 'toolsets': ['host', 'target'],
- 'variables': {
- 'headers_root_path': '.',
- 'header_filenames': [
- 'prcpucfg.h',
- 'prtime.h',
- 'prtypes.h',
- ],
- },
- 'includes': [
- '../../../build/shim_headers.gypi',
- ],
- 'direct_dependent_settings': {
- 'cflags': [
- '<!@(pkg-config --cflags nspr)',
- ],
- },
- 'link_settings': {
- 'ldflags': [
- '<!@(pkg-config --libs-only-L --libs-only-other nspr)',
- ],
- 'libraries': [
- '<!@(pkg-config --libs-only-l nspr)',
- ],
- },
- }
- ],
- }],
- ],
-}