| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chrome_browser_extensions_chromeos_sources': [ | 7 'chrome_browser_extensions_chromeos_sources': [ |
| 8 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.cc', | 8 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.cc', |
| 9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', | 9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', |
| 10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', | 10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', |
| (...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1011 'browser/extensions/api/tabs/ash_panel_contents.cc', | 1011 'browser/extensions/api/tabs/ash_panel_contents.cc', |
| 1012 'browser/extensions/api/tabs/ash_panel_contents.h', | 1012 'browser/extensions/api/tabs/ash_panel_contents.h', |
| 1013 ], | 1013 ], |
| 1014 }], | 1014 }], |
| 1015 ['use_aura==1', { | 1015 ['use_aura==1', { |
| 1016 'dependencies': [ | 1016 'dependencies': [ |
| 1017 '../ui/keyboard/keyboard.gyp:keyboard', | 1017 '../ui/keyboard/keyboard.gyp:keyboard', |
| 1018 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 1018 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
| 1019 ], | 1019 ], |
| 1020 }], | 1020 }], |
| 1021 ['toolkit_views==1', { | |
| 1022 'dependencies': [ | |
| 1023 '../ui/views/views.gyp:views', | |
| 1024 ], | |
| 1025 }], | |
| 1026 ['OS=="linux"', { | 1021 ['OS=="linux"', { |
| 1027 'conditions': [ | 1022 'conditions': [ |
| 1028 ['use_aura==1', { | 1023 ['use_aura==1', { |
| 1029 'dependencies': [ | 1024 'dependencies': [ |
| 1030 '../build/linux/system.gyp:dbus', | 1025 '../build/linux/system.gyp:dbus', |
| 1031 '../build/linux/system.gyp:fontconfig', | 1026 '../build/linux/system.gyp:fontconfig', |
| 1032 '../dbus/dbus.gyp:dbus', | 1027 '../dbus/dbus.gyp:dbus', |
| 1033 ], | 1028 ], |
| 1034 }], | 1029 }], |
| 1035 # x11 build | 1030 # x11 build |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1121 ], | 1116 ], |
| 1122 }, { # use_brlapi==0 | 1117 }, { # use_brlapi==0 |
| 1123 'sources': [ | 1118 'sources': [ |
| 1124 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1119 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1125 ], | 1120 ], |
| 1126 }], | 1121 }], |
| 1127 ], | 1122 ], |
| 1128 }, | 1123 }, |
| 1129 ], | 1124 ], |
| 1130 } | 1125 } |
| OLD | NEW |