Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: content/content_renderer.gypi

Issue 8396043: Allow building without notification support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable notification interactive UI test. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698