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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 'export_dependent_settings': [ | 950 'export_dependent_settings': [ |
951 'browser/extensions/api/api_registration.gyp:chrome_api_registration', | 951 'browser/extensions/api/api_registration.gyp:chrome_api_registration', |
952 'common/extensions/api/api.gyp:chrome_api', | 952 'common/extensions/api/api.gyp:chrome_api', |
953 '../content/content.gyp:content_browser', | 953 '../content/content.gyp:content_browser', |
954 ], | 954 ], |
955 'sources': [ | 955 'sources': [ |
956 '<@(chrome_browser_extensions_enabled_sources)', | 956 '<@(chrome_browser_extensions_enabled_sources)', |
957 ], | 957 ], |
958 'conditions': [ | 958 'conditions': [ |
959 ['chromeos==1', { | 959 ['chromeos==1', { |
| 960 'conditions': [ |
| 961 ['use_x11==1', { |
| 962 'dependencies': [ |
| 963 '../remoting/remoting.gyp:remoting_it2me_host_static', |
| 964 ], |
| 965 'include_dirs': [ |
| 966 '../third_party/libjingle/source', |
| 967 ], |
| 968 }] |
| 969 ], |
960 'dependencies': [ | 970 'dependencies': [ |
961 '../build/linux/system.gyp:dbus', | 971 '../build/linux/system.gyp:dbus', |
962 '../chromeos/ime/input_method.gyp:gencode', | 972 '../chromeos/ime/input_method.gyp:gencode', |
963 '../third_party/libevent/libevent.gyp:libevent', | 973 '../third_party/libevent/libevent.gyp:libevent', |
964 ], | 974 ], |
965 'sources': [ | 975 'sources': [ |
966 '<@(chrome_browser_extensions_chromeos_sources)', | 976 '<@(chrome_browser_extensions_chromeos_sources)', |
967 ], | 977 ], |
968 }, { # chromeos==0 | 978 }, { # chromeos==0 |
969 'sources': [ | 979 'sources': [ |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1107 ], | 1117 ], |
1108 }, { # use_brlapi==0 | 1118 }, { # use_brlapi==0 |
1109 'sources': [ | 1119 'sources': [ |
1110 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1120 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
1111 ], | 1121 ], |
1112 }], | 1122 }], |
1113 ], | 1123 ], |
1114 }, | 1124 }, |
1115 ], | 1125 ], |
1116 } | 1126 } |
OLD | NEW |