| Index: chrome/browser/resources/chromeos/compiled_resources.gyp
|
| diff --git a/chrome/browser/resources/chromeos/compiled_resources.gyp b/chrome/browser/resources/chromeos/compiled_resources.gyp
|
| index 3038cb9fa92cb1f1573a9c3d6c41d4aee538a6c1..ed55ffde616030cfceeabc12e371c52113b6ee0f 100644
|
| --- a/chrome/browser/resources/chromeos/compiled_resources.gyp
|
| +++ b/chrome/browser/resources/chromeos/compiled_resources.gyp
|
| @@ -4,6 +4,13 @@
|
| {
|
| 'targets': [
|
| {
|
| + 'target_name': 'chromeos_resources',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'quick_unlock/compiled_resources.gyp:*',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'bluetooth_pair_device',
|
| 'variables': {
|
| 'depends': [
|
| @@ -23,9 +30,5 @@
|
| },
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
|
| },
|
| - {
|
| - 'target_name': 'quick_unlock/pin_keyboard',
|
| - 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
|
| - }
|
| ],
|
| }
|
|
|