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', |