| Index: ui/keyboard/resources/compiled_resources.gyp
|
| diff --git a/net/net.isolate b/ui/keyboard/resources/compiled_resources.gyp
|
| similarity index 55%
|
| copy from net/net.isolate
|
| copy to ui/keyboard/resources/compiled_resources.gyp
|
| index cd2d2666a830f73955db56800360e94ce9f3c218..4830be15b8b9372c47897435d4b4ce08558c619b 100644
|
| --- a/net/net.isolate
|
| +++ b/ui/keyboard/resources/compiled_resources.gyp
|
| @@ -2,10 +2,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| {
|
| - 'conditions': [
|
| - ],
|
| - 'includes': [
|
| - '../base/base.isolate',
|
| - '../gin/v8.isolate',
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'keyboard',
|
| + 'includes': ['../../../third_party/closure_compiler/compile_js.gypi'],
|
| + }
|
| ],
|
| }
|
|
|