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

Unified Diff: base/base.gyp

Issue 23567011: Example solution for C++ 101 Exercise 0 (hello world) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to 224002 Created 7 years, 3 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 | base/cpp101/hello_world.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 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"', {
« no previous file with comments | « no previous file | base/cpp101/hello_world.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698