| 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 '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 12 matching lines...) Expand all Loading... |
| 23 '../ui/gfx/compositor/compositor.gyp:test_compositor', | 23 '../ui/gfx/compositor/compositor.gyp:test_compositor', |
| 24 '../ui/gfx/surface/surface.gyp:surface', | 24 '../ui/gfx/surface/surface.gyp:surface', |
| 25 '../ui/ui.gyp:ui_test_support', | 25 '../ui/ui.gyp:ui_test_support', |
| 26 '../webkit/support/webkit_support.gyp:appcache', | 26 '../webkit/support/webkit_support.gyp:appcache', |
| 27 ], | 27 ], |
| 28 'include_dirs': [ | 28 'include_dirs': [ |
| 29 '..', | 29 '..', |
| 30 ], | 30 ], |
| 31 'sources': [ | 31 'sources': [ |
| 32 # TODO(phajdan.jr): All of those files should live in content/test. | 32 # TODO(phajdan.jr): All of those files should live in content/test. |
| 33 'browser/download/mock_download_manager.cc', |
| 33 'browser/download/mock_download_manager.h', | 34 'browser/download/mock_download_manager.h', |
| 34 'browser/download/mock_download_manager_delegate.cc', | 35 'browser/download/mock_download_manager_delegate.cc', |
| 35 'browser/download/mock_download_manager_delegate.h', | 36 'browser/download/mock_download_manager_delegate.h', |
| 36 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', | 37 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', |
| 37 'browser/geolocation/arbitrator_dependency_factories_for_test.h', | 38 'browser/geolocation/arbitrator_dependency_factories_for_test.h', |
| 38 'browser/geolocation/fake_access_token_store.cc', | 39 'browser/geolocation/fake_access_token_store.cc', |
| 39 'browser/geolocation/fake_access_token_store.h', | 40 'browser/geolocation/fake_access_token_store.h', |
| 40 'browser/geolocation/mock_location_provider.cc', | 41 'browser/geolocation/mock_location_provider.cc', |
| 41 'browser/geolocation/mock_location_provider.h', | 42 'browser/geolocation/mock_location_provider.h', |
| 42 'browser/mock_content_browser_client.cc', | 43 'browser/mock_content_browser_client.cc', |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 ], | 374 ], |
| 374 'sources': [ | 375 'sources': [ |
| 375 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 376 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 376 ], | 377 ], |
| 377 } | 378 } |
| 378 ], | 379 ], |
| 379 }, | 380 }, |
| 380 ], | 381 ], |
| 381 ], | 382 ], |
| 382 } | 383 } |
| OLD | NEW |