Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 39f6015dba1f2feb436ce272430a277dfb18ac54..1d385d6e33e331243ddecfc4c32935005a36aac6 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -993,6 +993,16 @@ |
}], |
], |
}, |
+ { |
+ 'target_name': 'hello_world', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ 'base', |
+ ], |
+ 'sources': [ |
+ 'cpp101/hello_world.cc', |
+ ], |
+ }, |
], |
'conditions': [ |
['OS!="ios"', { |