OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 'dependencies': [ | 220 'dependencies': [ |
221 '../base/allocator/allocator.gyp:allocator', | 221 '../base/allocator/allocator.gyp:allocator', |
222 ], | 222 ], |
223 }], | 223 }], |
224 ['input_speech==0', { | 224 ['input_speech==0', { |
225 'sources!': [ | 225 'sources!': [ |
226 'renderer/speech_input_dispatcher.cc', | 226 'renderer/speech_input_dispatcher.cc', |
227 'renderer/speech_input_dispatcher.h', | 227 'renderer/speech_input_dispatcher.h', |
228 ] | 228 ] |
229 }], | 229 }], |
| 230 ['notifications==0', { |
| 231 'sources!': [ |
| 232 'renderer/notification_provider.cc', |
| 233 'renderer/active_notification_tracker.cc', |
| 234 ], |
| 235 }], |
230 ], | 236 ], |
231 'dependencies': [ | 237 'dependencies': [ |
232 '../build/linux/system.gyp:gtk', | 238 '../build/linux/system.gyp:gtk', |
233 ], | 239 ], |
234 }], | 240 }], |
235 ['OS=="mac"', { | 241 ['OS=="mac"', { |
236 'sources!': [ | 242 'sources!': [ |
237 'common/process_watcher_posix.cc', | 243 'common/process_watcher_posix.cc', |
238 ], | 244 ], |
239 'link_settings': { | 245 'link_settings': { |
(...skipping 28 matching lines...) Expand all Loading... |
268 }, { | 274 }, { |
269 'sources!': [ | 275 'sources!': [ |
270 'renderer/java_bridge_channel.cc', | 276 'renderer/java_bridge_channel.cc', |
271 'renderer/java_bridge_channel.h', | 277 'renderer/java_bridge_channel.h', |
272 'renderer/java_bridge_dispatcher.cc', | 278 'renderer/java_bridge_dispatcher.cc', |
273 'renderer/java_bridge_dispatcher.h', | 279 'renderer/java_bridge_dispatcher.h', |
274 ], | 280 ], |
275 }], | 281 }], |
276 ], | 282 ], |
277 } | 283 } |
OLD | NEW |