commit | 100534ca49c59cd6d0aa9874a65f3b89dc722c16 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Mon Sep 07 15:51:23 2015 -0400 |
committer | Brian Silverman <brian@peloton-tech.com> | Mon Sep 07 15:51:23 2015 -0400 |
tree | 63931cf111dcc5844c2e5d9710c1a5bf67b280c9 | |
parent | f073651e5cb34f2d9550b3cc19baa9cae66bd415 [diff] [blame] |
Finish auto-converting most of the gyp files. I've also started writing down which ones need manual work. Change-Id: I442782e1e3352e0de32b612f1bd2c167f231495a
diff --git a/aos/common/common.gyp b/aos/common/common.gyp index 461200e..17df955 100644 --- a/aos/common/common.gyp +++ b/aos/common/common.gyp
@@ -4,7 +4,7 @@ 'target_name': 'test_queue', 'type': 'static_library', 'sources': [ - '<(AOS)/common/test_queue.q', + 'test_queue.q', ], 'variables': { 'header_path': 'aos/common',