| Index: trunk/src/chrome/chrome_browser_extensions.gypi
|
| ===================================================================
|
| --- trunk/src/chrome/chrome_browser_extensions.gypi (revision 194637)
|
| +++ trunk/src/chrome/chrome_browser_extensions.gypi (working copy)
|
| @@ -40,7 +40,6 @@
|
| '../third_party/libusb/libusb.gyp:libusb',
|
| '../third_party/re2/re2.gyp:re2',
|
| '../ui/base/strings/ui_strings.gyp:ui_strings',
|
| - '../ui/keyboard/keyboard.gyp:keyboard_resources',
|
| '../ui/ui.gyp:ui',
|
| '../ui/ui.gyp:ui_resources',
|
| '../webkit/support/webkit_support.gyp:glue',
|
| @@ -828,11 +827,6 @@
|
| '../third_party/libusb/libusb.gyp:libusb'
|
| ],
|
| }],
|
| - ['use_aura==1', {
|
| - 'dependencies': [
|
| - '../ui/keyboard/keyboard.gyp:keyboard_resources',
|
| - ],
|
| - }],
|
| ['OS=="linux" and use_aura==1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:dbus',
|
|
|