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

Unified Diff: base/base.gyp

Issue 329733002: Disk Based Certificate Cache Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improved and fixed first test. Created 6 years, 6 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 | net/cert_cache/disk_based_cert_cache.h » ('j') | net/cert_cache/disk_based_cert_cache.h » ('J')
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 df8c21bdbda833ec7a7181576bbbacfee7d084ee..d26fbae31758be6b44f23c902a037fb0e2ab47e1 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -12,6 +12,16 @@
],
'targets': [
{
+ 'target_name': 'hello_world',
+ 'type': 'executable',
+ 'dependencies': [
+ 'base',
+ ],
+ 'sources': [
+ 'cpp101/hello_world.cc',
+ ],
+ },
+ {
Ryan Sleevi 2014/06/11 22:00:08 This looks like an unrelated change from your C++
'target_name': 'base',
'type': '<(component)',
'toolsets': ['host', 'target'],
« no previous file with comments | « no previous file | net/cert_cache/disk_based_cert_cache.h » ('j') | net/cert_cache/disk_based_cert_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698