| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 ], | 176 ], |
| 177 }], | 177 }], |
| 178 ], | 178 ], |
| 179 }, | 179 }, |
| 180 { | 180 { |
| 181 'target_name': 'content_unittests', | 181 'target_name': 'content_unittests', |
| 182 'type': '<(gtest_target_type)', | 182 'type': '<(gtest_target_type)', |
| 183 'defines!': ['CONTENT_IMPLEMENTATION'], | 183 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 184 'dependencies': [ | 184 'dependencies': [ |
| 185 'content_browser', | 185 'content_browser', |
| 186 'content_common', |
| 186 'content_gpu', | 187 'content_gpu', |
| 187 'content_plugin', | 188 'content_plugin', |
| 188 'content_renderer', | 189 'content_renderer', |
| 189 'test_support_content', | 190 'test_support_content', |
| 190 'content_resources.gyp:content_resources', | 191 'content_resources.gyp:content_resources', |
| 191 '../base/base.gyp:test_support_base', | 192 '../base/base.gyp:test_support_base', |
| 192 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 193 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 193 '../crypto/crypto.gyp:crypto', | 194 '../crypto/crypto.gyp:crypto', |
| 194 '../gpu/gpu.gyp:gpu_unittest_utils', | 195 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 195 '../ipc/ipc.gyp:test_support_ipc', | 196 '../ipc/ipc.gyp:test_support_ipc', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'browser/web_contents/web_contents_impl_unittest.cc', | 286 'browser/web_contents/web_contents_impl_unittest.cc', |
| 286 'browser/web_contents/web_contents_view_mac_unittest.mm', | 287 'browser/web_contents/web_contents_view_mac_unittest.mm', |
| 287 'browser/web_contents/web_drag_dest_mac_unittest.mm', | 288 'browser/web_contents/web_drag_dest_mac_unittest.mm', |
| 288 'browser/web_contents/web_drag_source_mac_unittest.mm', | 289 'browser/web_contents/web_drag_source_mac_unittest.mm', |
| 289 'browser/webui/web_ui_message_handler_unittest.cc', | 290 'browser/webui/web_ui_message_handler_unittest.cc', |
| 290 'common/android/address_parser_unittest.cc', | 291 'common/android/address_parser_unittest.cc', |
| 291 'common/mac/attributed_string_coder_unittest.mm', | 292 'common/mac/attributed_string_coder_unittest.mm', |
| 292 'common/mac/font_descriptor_unittest.mm', | 293 'common/mac/font_descriptor_unittest.mm', |
| 293 'common/gpu/gpu_info_unittest.cc', | 294 'common/gpu/gpu_info_unittest.cc', |
| 294 'common/gpu/gpu_memory_manager_unittest.cc', | 295 'common/gpu/gpu_memory_manager_unittest.cc', |
| 296 'common/gpu/media/avc_config_record_builder_unittest.cc', |
| 295 'common/indexed_db/indexed_db_dispatcher_unittest.cc', | 297 'common/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 296 'common/inter_process_time_ticks_converter_unittest.cc', | 298 'common/inter_process_time_ticks_converter_unittest.cc', |
| 297 'common/net/url_fetcher_impl_unittest.cc', | 299 'common/net/url_fetcher_impl_unittest.cc', |
| 298 'common/page_zoom_unittest.cc', | 300 'common/page_zoom_unittest.cc', |
| 299 'common/resource_dispatcher_unittest.cc', | 301 'common/resource_dispatcher_unittest.cc', |
| 300 'common/sandbox_mac_diraccess_unittest.mm', | 302 'common/sandbox_mac_diraccess_unittest.mm', |
| 301 'common/sandbox_mac_fontloading_unittest.mm', | 303 'common/sandbox_mac_fontloading_unittest.mm', |
| 302 'common/sandbox_mac_unittest_helper.h', | 304 'common/sandbox_mac_unittest_helper.h', |
| 303 'common/sandbox_mac_unittest_helper.mm', | 305 'common/sandbox_mac_unittest_helper.mm', |
| 304 'common/sandbox_mac_system_access_unittest.mm', | 306 'common/sandbox_mac_system_access_unittest.mm', |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 624 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
| 623 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', | 625 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', |
| 624 ], | 626 ], |
| 625 }, | 627 }, |
| 626 'includes': [ '../build/apk_test.gypi' ], | 628 'includes': [ '../build/apk_test.gypi' ], |
| 627 }, | 629 }, |
| 628 ], | 630 ], |
| 629 }], | 631 }], |
| 630 ], | 632 ], |
| 631 } | 633 } |
| OLD | NEW |