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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 228003006: Remove dependency on --gc-sections for most Android debug targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'test/logging/win/log_file_reader.cc', 274 'test/logging/win/log_file_reader.cc',
275 'test/logging/win/log_file_reader.h', 275 'test/logging/win/log_file_reader.h',
276 'test/logging/win/mof_data_parser.cc', 276 'test/logging/win/mof_data_parser.cc',
277 'test/logging/win/mof_data_parser.h', 277 'test/logging/win/mof_data_parser.h',
278 'test/logging/win/test_log_collector.cc', 278 'test/logging/win/test_log_collector.cc',
279 'test/logging/win/test_log_collector.h', 279 'test/logging/win/test_log_collector.h',
280 'test/ppapi/ppapi_test.cc', 280 'test/ppapi/ppapi_test.cc',
281 'test/ppapi/ppapi_test.h', 281 'test/ppapi/ppapi_test.h',
282 '../ui/gfx/image/image_unittest_util.cc', 282 '../ui/gfx/image/image_unittest_util.cc',
283 '../ui/gfx/image/image_unittest_util.h', 283 '../ui/gfx/image/image_unittest_util.h',
284 '../webkit/browser/quota/mock_special_storage_policy.cc',
285 '../webkit/browser/quota/mock_special_storage_policy.h',
286 ], 284 ],
287 'conditions': [ 285 'conditions': [
288 ['OS!="ios"', { 286 ['OS!="ios"', {
289 'dependencies': [ 287 'dependencies': [
290 'common/extensions/api/api.gyp:chrome_api', 288 'common/extensions/api/api.gyp:chrome_api',
291 'plugin', 289 'plugin',
292 'renderer', 290 'renderer',
293 'utility', 291 'utility',
294 '../content/content.gyp:content_gpu', 292 '../content/content.gyp:content_gpu',
295 '../content/content.gyp:content_plugin', 293 '../content/content.gyp:content_plugin',
(...skipping 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after
2441 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc', 2439 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc',
2442 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc', 2440 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc',
2443 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h', 2441 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h',
2444 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' , 2442 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' ,
2445 ], 2443 ],
2446 }], 2444 }],
2447 ['OS=="android"', { 2445 ['OS=="android"', {
2448 'dependencies!': [ 2446 'dependencies!': [
2449 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2447 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2450 ], 2448 ],
2449 'ldflags': [
2450 # Some android targets depend on --gc-sections to link.
2451 # Force --gc-sections also for Debug builds (see crbug.com/159847).
Nico 2014/04/11 20:36:59 todo here too
Primiano Tucci (use gerrit) 2014/04/14 17:22:27 Done.
2452 '-Wl,--gc-sections',
2453 ],
2451 'sources!': [ 2454 'sources!': [
2452 # Bookmark export/import are handled via the BookmarkColumns 2455 # Bookmark export/import are handled via the BookmarkColumns
2453 # ContentProvider. 2456 # ContentProvider.
2454 'browser/bookmarks/bookmark_html_writer_unittest.cc', 2457 'browser/bookmarks/bookmark_html_writer_unittest.cc',
2455 2458
2456 # No service process (which also requires multiprocess lock). 2459 # No service process (which also requires multiprocess lock).
2457 'common/multi_process_lock_unittest.cc', 2460 'common/multi_process_lock_unittest.cc',
2458 2461
2459 # Sync setup uses native ui. 2462 # Sync setup uses native ui.
2460 'browser/ui/webui/sync_setup_handler_unittest.cc', 2463 'browser/ui/webui/sync_setup_handler_unittest.cc',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
2822 'browser/ui/app_list/test/fake_profile_store.h', 2825 'browser/ui/app_list/test/fake_profile_store.h',
2823 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2826 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2824 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2827 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2825 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2828 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2826 ], 2829 ],
2827 }, 2830 },
2828 ], 2831 ],
2829 }], 2832 }],
2830 ], # 'conditions' 2833 ], # 'conditions'
2831 } 2834 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698