Chromium Code Reviews| 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 929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 940 'browser/extensions/api/storage/policy_value_store.cc', | 940 'browser/extensions/api/storage/policy_value_store.cc', |
| 941 'browser/extensions/api/storage/policy_value_store.h', | 941 'browser/extensions/api/storage/policy_value_store.h', |
| 942 ], | 942 ], |
| 943 'chrome_browser_extensions_input_ime_linux_win_sources': [ | 943 'chrome_browser_extensions_input_ime_linux_win_sources': [ |
| 944 'browser/extensions/api/input_ime/input_ime_api.cc', | 944 'browser/extensions/api/input_ime/input_ime_api.cc', |
| 945 'browser/extensions/api/input_ime/input_ime_api.h', | 945 'browser/extensions/api/input_ime/input_ime_api.h', |
| 946 'browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc', | 946 'browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc', |
| 947 'browser/extensions/api/input_ime/input_ime_api_nonchromeos.h', | 947 'browser/extensions/api/input_ime/input_ime_api_nonchromeos.h', |
| 948 'browser/extensions/api/input_ime/input_ime_event_router_base.cc', | 948 'browser/extensions/api/input_ime/input_ime_event_router_base.cc', |
| 949 'browser/extensions/api/input_ime/input_ime_event_router_base.h', | 949 'browser/extensions/api/input_ime/input_ime_event_router_base.h', |
| 950 'browser/input_method/input_method_engine.cc', | |
| 951 'browser/input_method/input_method_engine.h', | |
| 952 'browser/input_method/input_method_engine_base.cc', | |
| 953 'browser/input_method/input_method_engine_base.h', | |
| 950 ], | 954 ], |
| 951 }, | 955 }, |
| 952 # ---------------------------------------------------------------------------- | 956 # ---------------------------------------------------------------------------- |
| 953 # Note on GN build: everything below here is duplicated in | 957 # Note on GN build: everything below here is duplicated in |
| 954 # chrome/browser/BUILD.gn. If you change anything, you will also have to | 958 # chrome/browser/BUILD.gn. If you change anything, you will also have to |
| 955 # update that file. Some short and probably rarely-changing file lists are | 959 # update that file. Some short and probably rarely-changing file lists are |
| 956 # duplicated between the builds. If a list gets longer or is changed it is | 960 # duplicated between the builds. If a list gets longer or is changed it is |
| 957 # probably worth sharing. | 961 # probably worth sharing. |
| 958 'targets': [ | 962 'targets': [ |
| 959 { | 963 { |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1087 'dependencies': [ | 1091 'dependencies': [ |
| 1088 '../build/linux/system.gyp:x11', | 1092 '../build/linux/system.gyp:x11', |
| 1089 '../ui/events/platform/events_platform.gyp:events_platform', | 1093 '../ui/events/platform/events_platform.gyp:events_platform', |
| 1090 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_pl atform', | 1094 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_pl atform', |
| 1091 ], | 1095 ], |
| 1092 }], | 1096 }], |
| 1093 ['chromeos==0', { | 1097 ['chromeos==0', { |
| 1094 'sources': [ | 1098 'sources': [ |
| 1095 '<@(chrome_browser_extensions_input_ime_linux_win_sources)', | 1099 '<@(chrome_browser_extensions_input_ime_linux_win_sources)', |
| 1096 ], | 1100 ], |
| 1101 'dependencies': [ | |
| 1102 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | |
| 1103 '../ui/events/events.gyp:dom_keycode_converter', | |
| 1104 ], | |
| 1097 }], | 1105 }], |
| 1098 ], | 1106 ], |
| 1099 }], | 1107 }], |
| 1100 ['configuration_policy==1', { | 1108 ['configuration_policy==1', { |
| 1101 'dependencies': [ | 1109 'dependencies': [ |
| 1102 '../components/components.gyp:policy', | 1110 '../components/components.gyp:policy', |
| 1103 ], | 1111 ], |
| 1104 'sources': [ | 1112 'sources': [ |
| 1105 'browser/extensions/policy_handlers.cc', | 1113 'browser/extensions/policy_handlers.cc', |
| 1106 'browser/extensions/policy_handlers.h', | 1114 'browser/extensions/policy_handlers.h', |
| 1107 '<@(chrome_browser_extensions_policy_sources)', | 1115 '<@(chrome_browser_extensions_policy_sources)', |
| 1108 ], | 1116 ], |
| 1109 }], | 1117 }], |
| 1110 ['OS=="win" or OS=="mac"', { | 1118 ['OS=="win" or OS=="mac"', { |
| 1111 'dependencies': [ | 1119 'dependencies': [ |
| 1112 '../components/components.gyp:wifi_component', | 1120 '../components/components.gyp:wifi_component', |
| 1113 ], | 1121 ], |
| 1114 'sources': [ | 1122 'sources': [ |
| 1115 '<@(chrome_browser_extensions_networking_private_sources_winmac)', | 1123 '<@(chrome_browser_extensions_networking_private_sources_winmac)', |
| 1116 ], | 1124 ], |
| 1117 }], | 1125 }], |
| 1118 ['OS=="win"', { | 1126 ['OS=="win"', { |
| 1119 'dependencies': [ | 1127 'dependencies': [ |
| 1120 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 1128 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 1121 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 1129 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 1130 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | |
| 1131 '../ui/events/events.gyp:dom_keycode_converter', | |
| 1122 ], | 1132 ], |
| 1123 'sources': [ | 1133 'sources': [ |
| 1124 '<@(chrome_browser_extensions_input_ime_linux_win_sources)', | 1134 '<@(chrome_browser_extensions_input_ime_linux_win_sources)', |
| 1125 ], | 1135 ], |
| 1136 'conditions': [ | |
| 1137 ['component=="shared_library"', { | |
| 1138 'sources': [ | |
| 1139 '../ui/base/ime/ime_engine_handler_interface.cc', | |
|
Ken Rockot(use gerrit already)
2016/01/11 21:58:36
This is almost definitely wrong, in GN as well. Yo
Azure Wei
2016/01/13 02:28:10
"../ui/base/ime/ui_base_ime.gyp:ui_base_ime" was u
| |
| 1140 '../ui/base/ime/ime_engine_handler_interface.h', | |
| 1141 ], | |
| 1142 }], | |
| 1143 ], | |
| 1126 }, { # 'OS!="win" | 1144 }, { # 'OS!="win" |
| 1127 'conditions': [ | 1145 'conditions': [ |
| 1128 ['OS=="linux" and toolkit_views==1',{ | 1146 ['OS=="linux" and toolkit_views==1',{ |
| 1129 'include_dirs': [ | 1147 'include_dirs': [ |
| 1130 '<(INTERMEDIATE_DIR)', | 1148 '<(INTERMEDIATE_DIR)', |
| 1131 '<(INTERMEDIATE_DIR)/chrome', | 1149 '<(INTERMEDIATE_DIR)/chrome', |
| 1132 ], | 1150 ], |
| 1133 }], | 1151 }], |
| 1134 ['chromeos==1',{ | 1152 ['chromeos==1',{ |
| 1135 'dependencies': [ | 1153 'dependencies': [ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1172 ], | 1190 ], |
| 1173 }, { # use_brlapi==0 | 1191 }, { # use_brlapi==0 |
| 1174 'sources': [ | 1192 'sources': [ |
| 1175 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', | 1193 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', |
| 1176 ], | 1194 ], |
| 1177 }], | 1195 }], |
| 1178 ], | 1196 ], |
| 1179 }, | 1197 }, |
| 1180 ], | 1198 ], |
| 1181 } | 1199 } |
| OLD | NEW |