| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
| 7 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
| (...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1141 }], | 1141 }], |
| 1142 ['use_aura!=1 and OS!="win"', { | 1142 ['use_aura!=1 and OS!="win"', { |
| 1143 'sources!': [ | 1143 'sources!': [ |
| 1144 'browser/renderer_host/ui_events_helper.cc', | 1144 'browser/renderer_host/ui_events_helper.cc', |
| 1145 'browser/renderer_host/ui_events_helper.h', | 1145 'browser/renderer_host/ui_events_helper.h', |
| 1146 ], | 1146 ], |
| 1147 }], | 1147 }], |
| 1148 ['use_aura==1', { | 1148 ['use_aura==1', { |
| 1149 'dependencies': [ | 1149 'dependencies': [ |
| 1150 '../ui/aura/aura.gyp:aura', | 1150 '../ui/aura/aura.gyp:aura', |
| 1151 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 1151 '../ui/compositor/compositor.gyp:compositor', | 1152 '../ui/compositor/compositor.gyp:compositor', |
| 1152 ], | 1153 ], |
| 1153 'sources/': [ | 1154 'sources/': [ |
| 1154 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.cc
'], | 1155 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.cc
'], |
| 1155 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h'
], | 1156 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h'
], |
| 1156 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'], | 1157 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'], |
| 1157 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], | 1158 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], |
| 1158 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 1159 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
| 1159 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 1160 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
| 1160 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], | 1161 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1219 ['exclude', '^browser/speech/'], | 1220 ['exclude', '^browser/speech/'], |
| 1220 ], | 1221 ], |
| 1221 }], | 1222 }], |
| 1222 ['linux_use_libgps==1', { | 1223 ['linux_use_libgps==1', { |
| 1223 'dependencies': [ | 1224 'dependencies': [ |
| 1224 '../build/linux/system.gyp:libgps', | 1225 '../build/linux/system.gyp:libgps', |
| 1225 ], | 1226 ], |
| 1226 }], | 1227 }], |
| 1227 ], | 1228 ], |
| 1228 } | 1229 } |
| OLD | NEW |