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

Unified Diff: rlz/rlz.gyp

Issue 10872005: rlz: Add a binary that prints the machine id (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rlz: Add a binary that prints the machine id Created 8 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
« rlz/examples/rlz_id.cc ('K') | « rlz/examples/rlz_id.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/rlz.gyp
diff --git a/rlz/rlz.gyp b/rlz/rlz.gyp
index 5b0db4b798d1cca3979a4c1b2c61331440935403..528413411c24246efc9da77b5c6740e0a52f8591 100644
--- a/rlz/rlz.gyp
+++ b/rlz/rlz.gyp
@@ -27,7 +27,6 @@
{
'target_name': 'rlz_lib',
'type': 'static_library',
- 'include_dirs': [],
'dependencies': [
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
@@ -99,7 +98,6 @@
{
'target_name': 'rlz_unittests',
'type': 'executable',
- 'include_dirs': [],
'dependencies': [
':rlz_lib',
'../base/base.gyp:base',
@@ -128,6 +126,16 @@
}]
],
},
+ {
+ 'target_name': 'rlz_id',
+ 'type': 'executable',
+ 'dependencies': [
+ ':rlz_lib',
+ ],
+ 'sources': [
+ 'examples/rlz_id.cc',
+ ],
+ },
],
'conditions': [
['OS=="win"', {
@@ -135,7 +143,6 @@
{
'target_name': 'rlz',
'type': 'shared_library',
- 'include_dirs': [],
'sources': [
'win/dll/dll_main.cc',
'win/dll/exports.cc',
« rlz/examples/rlz_id.cc ('K') | « rlz/examples/rlz_id.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698