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

Side by Side Diff: content/content_tests.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 | « content/content_renderer.gypi ('k') | content/renderer/render_view_impl.cc » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'renderer/paint_aggregator_unittest.cc', 201 'renderer/paint_aggregator_unittest.cc',
202 'renderer/v8_value_converter_impl_unittest.cc', 202 'renderer/v8_value_converter_impl_unittest.cc',
203 'test/run_all_unittests.cc', 203 'test/run_all_unittests.cc',
204 ], 204 ],
205 'conditions': [ 205 'conditions': [
206 ['input_speech==0', { 206 ['input_speech==0', {
207 'sources/': [ 207 'sources/': [
208 ['exclude', '^browser/speech/'], 208 ['exclude', '^browser/speech/'],
209 ] 209 ]
210 }], 210 }],
211 ['notifications==0', {
212 'sources!': [
213 'renderer/active_notification_tracker_unittest.cc',
214 ],
215 }],
211 ['use_x11 == 1', { 216 ['use_x11 == 1', {
212 'dependencies': [ 217 'dependencies': [
213 '../build/linux/system.gyp:dbus', 218 '../build/linux/system.gyp:dbus',
214 '../dbus/dbus.gyp:dbus_test_support', 219 '../dbus/dbus.gyp:dbus_test_support',
215 ], 220 ],
216 }], 221 }],
217 ['os_posix!=1', { 222 ['os_posix!=1', {
218 'sources!': [ 223 'sources!': [
219 # TODO(port): port those unit tests. 224 # TODO(port): port those unit tests.
220 'common/process_watcher_unittest.cc', 225 'common/process_watcher_unittest.cc',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ], 343 ],
339 'sources': [ 344 'sources': [
340 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 345 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
341 ], 346 ],
342 } 347 }
343 ], 348 ],
344 }, 349 },
345 ], 350 ],
346 ], 351 ],
347 } 352 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698