| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | |
| 5 { | 4 { |
| 6 'targets': [ | 5 'targets': [ |
| 7 { | 6 { |
| 8 'target_name': 'etc1', | 7 'target_name': 'keyboard', |
| 9 'type': 'static_library', | 8 'includes': ['../../../third_party/closure_compiler/compile_js.gypi'], |
| 10 'sources': [ | 9 } |
| 11 'etc1.cpp', | 10 ], |
| 12 'etc1.h', | |
| 13 ], | |
| 14 }, | |
| 15 ] | |
| 16 } | 11 } |
| OLD | NEW |