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/diagnostics/diagnostics_api.cc', | 8 'browser/extensions/api/diagnostics/diagnostics_api.cc', |
9 'browser/extensions/api/diagnostics/diagnostics_api.h', | 9 'browser/extensions/api/diagnostics/diagnostics_api.h', |
10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', | 10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', |
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
969 'browser/extensions/api/tabs/ash_panel_contents.cc', | 969 'browser/extensions/api/tabs/ash_panel_contents.cc', |
970 'browser/extensions/api/tabs/ash_panel_contents.h', | 970 'browser/extensions/api/tabs/ash_panel_contents.h', |
971 ], | 971 ], |
972 }], | 972 }], |
973 ['use_aura==1', { | 973 ['use_aura==1', { |
974 'dependencies': [ | 974 'dependencies': [ |
975 '../ui/keyboard/keyboard.gyp:keyboard', | 975 '../ui/keyboard/keyboard.gyp:keyboard', |
976 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 976 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
977 ], | 977 ], |
978 }], | 978 }], |
| 979 ['use_athena==1', { |
| 980 'defines': ['USE_ATHENA=1'], |
| 981 'sources': ['browser/extensions/api/tabs/tabs_api_athena.cc' ], |
| 982 'sources!': ['browser/extensions/api/tabs/tabs_api.cc' ], |
| 983 }], |
979 ['OS=="linux"', { | 984 ['OS=="linux"', { |
980 'conditions': [ | 985 'conditions': [ |
981 ['use_aura==1', { | 986 ['use_aura==1', { |
982 'dependencies': [ | 987 'dependencies': [ |
983 '../build/linux/system.gyp:dbus', | 988 '../build/linux/system.gyp:dbus', |
984 '../build/linux/system.gyp:fontconfig', | 989 '../build/linux/system.gyp:fontconfig', |
985 '../dbus/dbus.gyp:dbus', | 990 '../dbus/dbus.gyp:dbus', |
986 ], | 991 ], |
987 }], | 992 }], |
988 # x11 build | 993 # x11 build |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1088 ], | 1093 ], |
1089 }, { # use_brlapi==0 | 1094 }, { # use_brlapi==0 |
1090 'sources': [ | 1095 'sources': [ |
1091 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1096 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
1092 ], | 1097 ], |
1093 }], | 1098 }], |
1094 ], | 1099 ], |
1095 }, | 1100 }, |
1096 ], | 1101 ], |
1097 } | 1102 } |
OLD | NEW |