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

Side by Side Diff: content/content_tests.gypi

Issue 8528011: Page zoom improvements (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: One last(?) tweak. 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
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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'browser/geolocation/geolocation_provider_unittest.cc', 180 'browser/geolocation/geolocation_provider_unittest.cc',
181 'browser/geolocation/gps_location_provider_unittest_linux.cc', 181 'browser/geolocation/gps_location_provider_unittest_linux.cc',
182 'browser/geolocation/location_arbitrator_unittest.cc', 182 'browser/geolocation/location_arbitrator_unittest.cc',
183 'browser/geolocation/network_location_provider_unittest.cc', 183 'browser/geolocation/network_location_provider_unittest.cc',
184 'browser/geolocation/wifi_data_provider_common_unittest.cc', 184 'browser/geolocation/wifi_data_provider_common_unittest.cc',
185 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 185 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
186 'browser/geolocation/wifi_data_provider_unittest_win.cc', 186 'browser/geolocation/wifi_data_provider_unittest_win.cc',
187 'browser/geolocation/win7_location_api_unittest_win.cc', 187 'browser/geolocation/win7_location_api_unittest_win.cc',
188 'browser/geolocation/win7_location_provider_unittest_win.cc', 188 'browser/geolocation/win7_location_provider_unittest_win.cc',
189 'browser/gpu/gpu_blacklist_unittest.cc', 189 'browser/gpu/gpu_blacklist_unittest.cc',
190 'browser/host_zoom_map_unittest.cc',
190 'browser/in_process_webkit/dom_storage_unittest.cc', 191 'browser/in_process_webkit/dom_storage_unittest.cc',
191 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', 192 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc',
192 'browser/in_process_webkit/webkit_context_unittest.cc', 193 'browser/in_process_webkit/webkit_context_unittest.cc',
193 'browser/in_process_webkit/webkit_thread_unittest.cc', 194 'browser/in_process_webkit/webkit_thread_unittest.cc',
194 'browser/mac/closure_blocks_leopard_compat_unittest.cc', 195 'browser/mac/closure_blocks_leopard_compat_unittest.cc',
195 'browser/mach_broker_mac_unittest.cc', 196 'browser/mach_broker_mac_unittest.cc',
196 'browser/notification_service_impl_unittest.cc', 197 'browser/notification_service_impl_unittest.cc',
197 'browser/plugin_loader_posix_unittest.cc', 198 'browser/plugin_loader_posix_unittest.cc',
198 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', 199 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm',
199 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 200 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
(...skipping 17 matching lines...) Expand all
217 'browser/tab_contents/tab_contents_delegate_unittest.cc', 218 'browser/tab_contents/tab_contents_delegate_unittest.cc',
218 'browser/tab_contents/web_drag_dest_mac_unittest.mm', 219 'browser/tab_contents/web_drag_dest_mac_unittest.mm',
219 'browser/trace_subscriber_stdio_unittest.cc', 220 'browser/trace_subscriber_stdio_unittest.cc',
220 'common/mac/attributed_string_coder_unittest.mm', 221 'common/mac/attributed_string_coder_unittest.mm',
221 'common/mac/font_descriptor_unittest.mm', 222 'common/mac/font_descriptor_unittest.mm',
222 'common/mac/scoped_sending_event_unittest.mm', 223 'common/mac/scoped_sending_event_unittest.mm',
223 'common/gpu/gpu_feature_flags_unittest.cc', 224 'common/gpu/gpu_feature_flags_unittest.cc',
224 'common/gpu/gpu_info_unittest.cc', 225 'common/gpu/gpu_info_unittest.cc',
225 'common/hi_res_timer_manager_unittest.cc', 226 'common/hi_res_timer_manager_unittest.cc',
226 'common/net/url_fetcher_impl_unittest.cc', 227 'common/net/url_fetcher_impl_unittest.cc',
228 'common/page_zoom_unittest.cc',
227 'common/process_watcher_unittest.cc', 229 'common/process_watcher_unittest.cc',
228 'common/property_bag_unittest.cc', 230 'common/property_bag_unittest.cc',
229 'common/resource_dispatcher_unittest.cc', 231 'common/resource_dispatcher_unittest.cc',
230 'gpu/gpu_info_collector_unittest.cc', 232 'gpu/gpu_info_collector_unittest.cc',
231 'gpu/gpu_info_collector_unittest_win.cc', 233 'gpu/gpu_info_collector_unittest_win.cc',
232 'renderer/active_notification_tracker_unittest.cc', 234 'renderer/active_notification_tracker_unittest.cc',
233 'renderer/gpu/input_event_filter_unittest.cc', 235 'renderer/gpu/input_event_filter_unittest.cc',
234 'renderer/media/audio_message_filter_unittest.cc', 236 'renderer/media/audio_message_filter_unittest.cc',
235 'renderer/media/audio_renderer_impl_unittest.cc', 237 'renderer/media/audio_renderer_impl_unittest.cc',
236 'renderer/media/capture_video_decoder_unittest.cc', 238 'renderer/media/capture_video_decoder_unittest.cc',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 ], 387 ],
386 'sources': [ 388 'sources': [
387 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 389 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
388 ], 390 ],
389 } 391 }
390 ], 392 ],
391 }, 393 },
392 ], 394 ],
393 ], 395 ],
394 } 396 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698