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

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 18337010: Avoid std::string copying in GetFileNameInWhitelist. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 5 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 | sandbox/linux/services/broker_process.cc » ('j') | sandbox/linux/services/broker_process.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/sandbox_linux.gypi
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
index 29639f8f648524e477aa0d5a10d113a26fc5655f..2f261265957e7267d91f44f83239d3cd5ac29ace 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -145,6 +145,8 @@
'sources': [
'services/broker_process.cc',
'services/broker_process.h',
+ 'services/broker_process_utils.cc',
+ 'services/broker_process_utils.h',
],
'dependencies': [
'../base/base.gyp:base',
« no previous file with comments | « no previous file | sandbox/linux/services/broker_process.cc » ('j') | sandbox/linux/services/broker_process.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698