summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 16:03:44 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 16:03:44 +0000
commitc3e6249b957c48aa639f662a4e15512b5ff6e7d5 (patch)
tree64fa23e8dc71783a71f868cbba6e60246ab88dbd /third_party
parentea0fa0ac4186827e4f9916045b7f733e338cbb27 (diff)
downloadchromium_src-c3e6249b957c48aa639f662a4e15512b5ff6e7d5.zip
chromium_src-c3e6249b957c48aa639f662a4e15512b5ff6e7d5.tar.gz
chromium_src-c3e6249b957c48aa639f662a4e15512b5ff6e7d5.tar.bz2
Instrumented libraries: remove unused flag and add a comment.
BUG=313751 R=glider@chromium.org Review URL: https://codereview.chromium.org/218393017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260881 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 5aef800..740e9f1 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -167,7 +167,6 @@
'--with-add-fonts=/usr/X11R6/lib/X11/fonts,/usr/local/share/fonts',
],
'run_before_build': 'libfontconfig.sh',
- 'destdir_build': 1,
'includes': ['standard_instrumented_library_target.gypi'],
},
{
@@ -391,6 +390,7 @@
{
'library_name': 'libgnome-keyring0',
'custom_configure_flags': [
+ # Build static libs (from debian/rules).
'--enable-static',
'--enable-tests=no',
],