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

Unified Diff: base/base.gyp

Issue 8734021: Make CHECK not print messages in official builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | base/check_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 3579c2da4ccd1ed914193ce20ece45a6c8cc31dd..ce37629fb3b62bba09f93760d66ba3813c8308ea 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -342,6 +342,16 @@
],
},
{
+ 'target_name': 'check_example',
+ 'type': 'executable',
+ 'sources': [
+ 'check_example.cc',
+ ],
+ 'dependencies': [
+ 'base',
+ ],
+ },
+ {
'target_name': 'test_support_base',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « no previous file | base/check_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698