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

Side by Side Diff: content/content_tests.gypi

Issue 8674003: Move the ProcessWatcher methods out of content/common/process_watcher into base/process_util, alo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years 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
« base/process_util_win.cc ('K') | « content/content_common.gypi ('k') | no next file » | 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'browser/tab_contents/web_drag_dest_mac_unittest.mm', 219 'browser/tab_contents/web_drag_dest_mac_unittest.mm',
220 'browser/trace_subscriber_stdio_unittest.cc', 220 'browser/trace_subscriber_stdio_unittest.cc',
221 'common/mac/attributed_string_coder_unittest.mm', 221 'common/mac/attributed_string_coder_unittest.mm',
222 'common/mac/font_descriptor_unittest.mm', 222 'common/mac/font_descriptor_unittest.mm',
223 'common/mac/scoped_sending_event_unittest.mm', 223 'common/mac/scoped_sending_event_unittest.mm',
224 'common/gpu/gpu_feature_flags_unittest.cc', 224 'common/gpu/gpu_feature_flags_unittest.cc',
225 'common/gpu/gpu_info_unittest.cc', 225 'common/gpu/gpu_info_unittest.cc',
226 'common/hi_res_timer_manager_unittest.cc', 226 'common/hi_res_timer_manager_unittest.cc',
227 'common/net/url_fetcher_impl_unittest.cc', 227 'common/net/url_fetcher_impl_unittest.cc',
228 'common/page_zoom_unittest.cc', 228 'common/page_zoom_unittest.cc',
229 'common/process_watcher_unittest.cc',
230 'common/property_bag_unittest.cc', 229 'common/property_bag_unittest.cc',
231 'common/resource_dispatcher_unittest.cc', 230 'common/resource_dispatcher_unittest.cc',
232 'gpu/gpu_info_collector_unittest.cc', 231 'gpu/gpu_info_collector_unittest.cc',
233 'gpu/gpu_info_collector_unittest_win.cc', 232 'gpu/gpu_info_collector_unittest_win.cc',
234 'renderer/active_notification_tracker_unittest.cc', 233 'renderer/active_notification_tracker_unittest.cc',
235 'renderer/gpu/input_event_filter_unittest.cc', 234 'renderer/gpu/input_event_filter_unittest.cc',
236 'renderer/media/audio_message_filter_unittest.cc', 235 'renderer/media/audio_message_filter_unittest.cc',
237 'renderer/media/audio_renderer_impl_unittest.cc', 236 'renderer/media/audio_renderer_impl_unittest.cc',
238 'renderer/media/capture_video_decoder_unittest.cc', 237 'renderer/media/capture_video_decoder_unittest.cc',
239 'renderer/media/media_stream_dispatcher_unittest.cc', 238 'renderer/media/media_stream_dispatcher_unittest.cc',
(...skipping 16 matching lines...) Expand all
256 'sources!': [ 255 'sources!': [
257 'renderer/active_notification_tracker_unittest.cc', 256 'renderer/active_notification_tracker_unittest.cc',
258 ], 257 ],
259 }], 258 }],
260 ['use_x11 == 1', { 259 ['use_x11 == 1', {
261 'dependencies': [ 260 'dependencies': [
262 '../build/linux/system.gyp:dbus', 261 '../build/linux/system.gyp:dbus',
263 '../dbus/dbus.gyp:dbus_test_support', 262 '../dbus/dbus.gyp:dbus_test_support',
264 ], 263 ],
265 }], 264 }],
266 ['os_posix!=1', {
267 'sources!': [
268 # TODO(port): port those unit tests.
269 'common/process_watcher_unittest.cc',
270 ],
271 }],
272 ['OS=="win" and win_use_allocator_shim==1', { 265 ['OS=="win" and win_use_allocator_shim==1', {
273 'dependencies': [ 266 'dependencies': [
274 '../base/allocator/allocator.gyp:allocator', 267 '../base/allocator/allocator.gyp:allocator',
275 ], 268 ],
276 }], 269 }],
277 ['chromeos==1', { 270 ['chromeos==1', {
278 'sources/': [ 271 'sources/': [
279 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'], 272 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'],
280 ], 273 ],
281 }], 274 }],
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 ], 380 ],
388 'sources': [ 381 'sources': [
389 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 382 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
390 ], 383 ],
391 } 384 }
392 ], 385 ],
393 }, 386 },
394 ], 387 ],
395 ], 388 ],
396 } 389 }
OLDNEW
« base/process_util_win.cc ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698