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

Side by Side Diff: content/content_tests.gypi

Issue 18572014: Implement Android shared memory data fetcher for Device Motion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-sync-12June-tryASYNC-2-bis-tryRebase-6
Patch Set: rebased Created 7 years, 5 months 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
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 ], 270 ],
271 'sources': [ 271 'sources': [
272 'browser/accessibility/browser_accessibility_mac_unittest.mm', 272 'browser/accessibility/browser_accessibility_mac_unittest.mm',
273 'browser/accessibility/browser_accessibility_manager_unittest.cc', 273 'browser/accessibility/browser_accessibility_manager_unittest.cc',
274 'browser/accessibility/browser_accessibility_win_unittest.cc', 274 'browser/accessibility/browser_accessibility_win_unittest.cc',
275 'browser/appcache/chrome_appcache_service_unittest.cc', 275 'browser/appcache/chrome_appcache_service_unittest.cc',
276 'browser/browser_thread_unittest.cc', 276 'browser/browser_thread_unittest.cc',
277 'browser/browser_url_handler_impl_unittest.cc', 277 'browser/browser_url_handler_impl_unittest.cc',
278 'browser/byte_stream_unittest.cc', 278 'browser/byte_stream_unittest.cc',
279 'browser/child_process_security_policy_unittest.cc', 279 'browser/child_process_security_policy_unittest.cc',
280 'browser/device_orientation/data_fetcher_impl_android_unittest.cc',
281 'browser/device_orientation/provider_unittest.cc',
280 'browser/devtools/devtools_http_handler_unittest.cc', 282 'browser/devtools/devtools_http_handler_unittest.cc',
281 'browser/devtools/devtools_manager_unittest.cc', 283 'browser/devtools/devtools_manager_unittest.cc',
282 'browser/device_orientation/provider_unittest.cc',
283 'browser/download/base_file_unittest.cc', 284 'browser/download/base_file_unittest.cc',
284 'browser/download/download_file_unittest.cc', 285 'browser/download/download_file_unittest.cc',
285 'browser/download/download_item_impl_unittest.cc', 286 'browser/download/download_item_impl_unittest.cc',
286 'browser/download/download_manager_impl_unittest.cc', 287 'browser/download/download_manager_impl_unittest.cc',
287 'browser/download/file_metadata_unittest_linux.cc', 288 'browser/download/file_metadata_unittest_linux.cc',
288 'browser/download/rate_estimator_unittest.cc', 289 'browser/download/rate_estimator_unittest.cc',
289 'browser/download/save_package_unittest.cc', 290 'browser/download/save_package_unittest.cc',
290 'browser/fileapi/fileapi_message_filter_unittest.cc', 291 'browser/fileapi/fileapi_message_filter_unittest.cc',
291 'browser/gamepad/gamepad_provider_unittest.cc', 292 'browser/gamepad/gamepad_provider_unittest.cc',
292 'browser/gamepad/gamepad_test_helpers.cc', 293 'browser/gamepad/gamepad_test_helpers.cc',
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 'resource_dir': 'shell/android/shell_apk/res', 1228 'resource_dir': 'shell/android/shell_apk/res',
1228 'additional_src_dirs': ['public/android/javatests/',], 1229 'additional_src_dirs': ['public/android/javatests/',],
1229 'is_test_apk': 1, 1230 'is_test_apk': 1,
1230 }, 1231 },
1231 'includes': [ '../build/java_apk.gypi' ], 1232 'includes': [ '../build/java_apk.gypi' ],
1232 }, 1233 },
1233 ], 1234 ],
1234 }], 1235 }],
1235 ], 1236 ],
1236 } 1237 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698