| OLD | NEW |
| 1 # GYP file to build experimental directory. |
| 1 { | 2 { |
| 2 'targets': [ | 3 'targets': [ |
| 3 { | 4 { |
| 4 'target_name': 'experimental', | 5 'target_name': 'experimental', |
| 5 'type': 'static_library', | 6 'type': 'static_library', |
| 6 'include_dirs': [ | 7 'include_dirs': [ |
| 7 '../include/config', | 8 '../include/config', |
| 8 '../include/core', | 9 '../include/core', |
| 9 ], | 10 ], |
| 10 'sources': [ | 11 'sources': [ |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 ], | 89 ], |
| 89 } | 90 } |
| 90 ], | 91 ], |
| 91 } | 92 } |
| 92 | 93 |
| 93 # Local Variables: | 94 # Local Variables: |
| 94 # tab-width:2 | 95 # tab-width:2 |
| 95 # indent-tabs-mode:nil | 96 # indent-tabs-mode:nil |
| 96 # End: | 97 # End: |
| 97 # vim: set expandtab tabstop=2 shiftwidth=2: | 98 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |