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

Unified Diff: extensions/shell/app_shell.gyp

Issue 491723002: Exclude shell_nacl_browser_delegate_unittest.cc on disable_nacl configuration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/app_shell.gyp
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index e78d3b72a3acfd70eec6d7d61af1910232a74f07..04bfeb7196a50972f28f1c3531481f533947d67f 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -200,6 +200,13 @@
'../test/extensions_unittests_main.cc',
'browser/shell_nacl_browser_delegate_unittest.cc',
],
+ 'conditions': [
+ ['disable_nacl==1', {
+ 'sources!': [
+ 'browser/shell_nacl_browser_delegate_unittest.cc',
+ ],
+ }],
+ ],
},
{
'target_name': 'app_shell_version_header',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698