| 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/cast_devices_private/cast_devices_private_api.cc', | 8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', |
| 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', | 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', |
| 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', | 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', |
| (...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1034 }], | 1034 }], |
| 1035 ['use_ash==1', { | 1035 ['use_ash==1', { |
| 1036 'sources': [ | 1036 'sources': [ |
| 1037 'browser/extensions/api/tabs/ash_panel_contents.cc', | 1037 'browser/extensions/api/tabs/ash_panel_contents.cc', |
| 1038 'browser/extensions/api/tabs/ash_panel_contents.h', | 1038 'browser/extensions/api/tabs/ash_panel_contents.h', |
| 1039 ], | 1039 ], |
| 1040 }], | 1040 }], |
| 1041 ['use_aura==1', { | 1041 ['use_aura==1', { |
| 1042 'dependencies': [ | 1042 'dependencies': [ |
| 1043 '../ui/keyboard/keyboard.gyp:keyboard', | 1043 '../ui/keyboard/keyboard.gyp:keyboard', |
| 1044 '../ui/keyboard/keyboard.gyp:keyboard_with_content', |
| 1044 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 1045 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
| 1045 ], | 1046 ], |
| 1046 }], | 1047 }], |
| 1047 ['toolkit_views==1', { | 1048 ['toolkit_views==1', { |
| 1048 'dependencies': [ | 1049 'dependencies': [ |
| 1049 '../ui/views/views.gyp:views', | 1050 '../ui/views/views.gyp:views', |
| 1050 ], | 1051 ], |
| 1051 }], | 1052 }], |
| 1052 ['OS=="linux"', { | 1053 ['OS=="linux"', { |
| 1053 'conditions': [ | 1054 'conditions': [ |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1147 ], | 1148 ], |
| 1148 }, { # use_brlapi==0 | 1149 }, { # use_brlapi==0 |
| 1149 'sources': [ | 1150 'sources': [ |
| 1150 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1151 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1151 ], | 1152 ], |
| 1152 }], | 1153 }], |
| 1153 ], | 1154 ], |
| 1154 }, | 1155 }, |
| 1155 ], | 1156 ], |
| 1156 } | 1157 } |
| OLD | NEW |