| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'browser/debugger/devtools_manager_unittest.cc', | 240 'browser/debugger/devtools_manager_unittest.cc', |
| 241 'browser/device_orientation/provider_unittest.cc', | 241 'browser/device_orientation/provider_unittest.cc', |
| 242 'browser/download/base_file_unittest.cc', | 242 'browser/download/base_file_unittest.cc', |
| 243 'browser/download/byte_stream_unittest.cc', | 243 'browser/download/byte_stream_unittest.cc', |
| 244 'browser/download/download_file_manager_unittest.cc', | 244 'browser/download/download_file_manager_unittest.cc', |
| 245 'browser/download/download_file_unittest.cc', | 245 'browser/download/download_file_unittest.cc', |
| 246 'browser/download/download_id_unittest.cc', | 246 'browser/download/download_id_unittest.cc', |
| 247 'browser/download/download_item_impl_unittest.cc', | 247 'browser/download/download_item_impl_unittest.cc', |
| 248 'browser/download/download_manager_impl_unittest.cc', | 248 'browser/download/download_manager_impl_unittest.cc', |
| 249 'browser/download/save_package_unittest.cc', | 249 'browser/download/save_package_unittest.cc', |
| 250 'browser/file_metadata_unittest_linux.cc', |
| 250 'browser/gamepad/gamepad_provider_unittest.cc', | 251 'browser/gamepad/gamepad_provider_unittest.cc', |
| 251 'browser/geolocation/device_data_provider_unittest.cc', | 252 'browser/geolocation/device_data_provider_unittest.cc', |
| 252 'browser/geolocation/geolocation_provider_unittest.cc', | 253 'browser/geolocation/geolocation_provider_unittest.cc', |
| 253 'browser/geolocation/gps_location_provider_unittest_linux.cc', | 254 'browser/geolocation/gps_location_provider_unittest_linux.cc', |
| 254 'browser/geolocation/location_arbitrator_unittest.cc', | 255 'browser/geolocation/location_arbitrator_unittest.cc', |
| 255 'browser/geolocation/network_location_provider_unittest.cc', | 256 'browser/geolocation/network_location_provider_unittest.cc', |
| 256 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 257 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 257 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 258 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 258 'browser/geolocation/wifi_data_provider_unittest_win.cc', | 259 'browser/geolocation/wifi_data_provider_unittest_win.cc', |
| 259 'browser/geolocation/win7_location_api_unittest_win.cc', | 260 'browser/geolocation/win7_location_api_unittest_win.cc', |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 676 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
| 676 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', | 677 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', |
| 677 ], | 678 ], |
| 678 }, | 679 }, |
| 679 'includes': [ '../build/apk_test.gypi' ], | 680 'includes': [ '../build/apk_test.gypi' ], |
| 680 }, | 681 }, |
| 681 ], | 682 ], |
| 682 }], | 683 }], |
| 683 ], | 684 ], |
| 684 } | 685 } |
| OLD | NEW |