diff options
-rw-r--r-- | chrome/chrome_tests.gypi | 2 | ||||
-rw-r--r-- | content/content_tests.gypi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 994648e..c59de0d 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2010,7 +2010,6 @@ '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc', '../content/browser/in_process_webkit/webkit_context_unittest.cc', '../content/browser/in_process_webkit/webkit_thread_unittest.cc', - '../content/browser/mach_broker_mac_unittest.cc', '../content/browser/renderer_host/render_view_host_unittest.cc', '../content/browser/renderer_host/render_widget_host_unittest.cc', '../content/browser/site_instance_unittest.cc', @@ -2018,7 +2017,6 @@ '../content/browser/tab_contents/navigation_entry_unittest.cc', '../content/browser/tab_contents/render_view_host_manager_unittest.cc', '../content/browser/tab_contents/tab_contents_delegate_unittest.cc', - '../content/common/font_descriptor_mac_unittest.mm', '../content/common/sandbox_mac_diraccess_unittest.mm', '../content/common/sandbox_mac_fontloading_unittest.mm', '../content/common/sandbox_mac_unittest_helper.h', diff --git a/content/content_tests.gypi b/content/content_tests.gypi index a0ccdd2..294cb13 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -101,6 +101,7 @@ 'browser/geolocation/win7_location_api_unittest_win.cc', 'browser/geolocation/win7_location_provider_unittest_win.cc', 'browser/gpu/gpu_blacklist_unittest.cc', + 'browser/mach_broker_mac_unittest.cc', 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', 'browser/renderer_host/media/audio_renderer_host_unittest.cc', @@ -115,6 +116,7 @@ 'browser/speech/speech_recognizer_unittest.cc', 'browser/ssl/ssl_host_state_unittest.cc', 'browser/trace_subscriber_stdio_unittest.cc', + 'common/font_descriptor_mac_unittest.mm', 'common/gpu/gpu_feature_flags_unittest.cc', 'common/gpu/gpu_info_unittest.cc', 'common/hi_res_timer_manager_unittest.cc', |