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

Unified Diff: chrome/chrome_common.gypi

Issue 7084010: Move sandbox_policy to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
Index: chrome/chrome_common.gypi
===================================================================
--- chrome/chrome_common.gypi (revision 87093)
+++ chrome/chrome_common.gypi (working copy)
@@ -69,8 +69,6 @@
'common/profiling.h',
'common/ref_counted_util.h',
'common/safe_browsing/safebrowsing_messages.h',
- 'common/sandbox_policy.cc',
- 'common/sandbox_policy.h',
'common/switch_utils.cc',
'common/switch_utils.h',
'common/time_format.cc',
@@ -330,11 +328,6 @@
'../third_party/GTM',
],
}],
- ['OS!="win"', {
- 'sources!': [
- 'common/sandbox_policy.cc',
- ],
- }],
['remoting==1', {
'dependencies': [
'../remoting/remoting.gyp:remoting_client_plugin',

Powered by Google App Engine
This is Rietveld 408576698