| Index: ui/keyboard/resources/compiled_resources.gyp
|
| diff --git a/third_party/android_opengl/etc1/etc1.gyp b/ui/keyboard/resources/compiled_resources.gyp
|
| similarity index 57%
|
| copy from third_party/android_opengl/etc1/etc1.gyp
|
| copy to ui/keyboard/resources/compiled_resources.gyp
|
| index bd9d4bf750f4e807207cffa291953179fd6af564..4830be15b8b9372c47897435d4b4ce08558c619b 100644
|
| --- a/third_party/android_opengl/etc1/etc1.gyp
|
| +++ b/ui/keyboard/resources/compiled_resources.gyp
|
| @@ -1,16 +1,11 @@
|
| # Copyright 2014 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| -
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'etc1',
|
| - 'type': 'static_library',
|
| - 'sources': [
|
| - 'etc1.cpp',
|
| - 'etc1.h',
|
| - ],
|
| - },
|
| - ]
|
| + 'target_name': 'keyboard',
|
| + 'includes': ['../../../third_party/closure_compiler/compile_js.gypi'],
|
| + }
|
| + ],
|
| }
|
|
|