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

Unified Diff: trunk/src/sandbox/linux/sandbox_linux.gypi

Issue 54463008: Revert 232280 "Linux: add a Credentials class to handle Linux ca..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/src/sandbox/linux/sandbox_linux_test_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/sandbox/linux/sandbox_linux.gypi
===================================================================
--- trunk/src/sandbox/linux/sandbox_linux.gypi (revision 232280)
+++ trunk/src/sandbox/linux/sandbox_linux.gypi (working copy)
@@ -7,10 +7,8 @@
'conditions': [
['OS=="linux"', {
'compile_suid_client': 1,
- 'compile_credentials': 1,
}, {
'compile_suid_client': 0,
- 'compile_credentials': 0,
}],
['((OS=="linux" or OS=="android") and '
'(target_arch=="ia32" or target_arch=="x64" or '
@@ -151,18 +149,6 @@
'dependencies': [
'../base/base.gyp:base',
],
- 'conditions': [
- ['compile_credentials==1', {
- 'sources': [
- 'services/credentials.cc',
- 'services/credentials.h',
- ],
- 'dependencies': [
- # for capabilities.cc.
- '../build/linux/system.gyp:libcap',
- ],
- }],
- ],
'include_dirs': [
'..',
],
« no previous file with comments | « no previous file | trunk/src/sandbox/linux/sandbox_linux_test_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698