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

Side by Side Diff: content/content_tests.gypi

Issue 22254005: UMA data collector for cross-site documents(XSD) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: a problem with refcounted is fixed Created 7 years, 4 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
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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'browser/web_contents/web_contents_view_mac_unittest.mm', 388 'browser/web_contents/web_contents_view_mac_unittest.mm',
389 'browser/web_contents/web_drag_dest_mac_unittest.mm', 389 'browser/web_contents/web_drag_dest_mac_unittest.mm',
390 'browser/web_contents/web_drag_source_mac_unittest.mm', 390 'browser/web_contents/web_drag_source_mac_unittest.mm',
391 'browser/webui/web_ui_data_source_unittest.cc', 391 'browser/webui/web_ui_data_source_unittest.cc',
392 'browser/webui/web_ui_message_handler_unittest.cc', 392 'browser/webui/web_ui_message_handler_unittest.cc',
393 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 393 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
394 'child/indexed_db/proxy_webidbcursor_impl_unittest.cc', 394 'child/indexed_db/proxy_webidbcursor_impl_unittest.cc',
395 'child/npapi/plugin_lib_unittest.cc', 395 'child/npapi/plugin_lib_unittest.cc',
396 'child/power_monitor_broadcast_source_unittest.cc', 396 'child/power_monitor_broadcast_source_unittest.cc',
397 'child/resource_dispatcher_unittest.cc', 397 'child/resource_dispatcher_unittest.cc',
398 'child/site_isolation_policy_unittest.cc',
398 'common/android/address_parser_unittest.cc', 399 'common/android/address_parser_unittest.cc',
399 'common/cc_messages_unittest.cc', 400 'common/cc_messages_unittest.cc',
400 'common/common_param_traits_unittest.cc', 401 'common/common_param_traits_unittest.cc',
401 'common/dom_storage/dom_storage_map_unittest.cc', 402 'common/dom_storage/dom_storage_map_unittest.cc',
402 'common/gpu/gpu_memory_manager_unittest.cc', 403 'common/gpu/gpu_memory_manager_unittest.cc',
403 'common/indexed_db/indexed_db_key_unittest.cc', 404 'common/indexed_db/indexed_db_key_unittest.cc',
404 'common/inter_process_time_ticks_converter_unittest.cc', 405 'common/inter_process_time_ticks_converter_unittest.cc',
405 'common/mac/attributed_string_coder_unittest.mm', 406 'common/mac/attributed_string_coder_unittest.mm',
406 'common/mac/font_descriptor_unittest.mm', 407 'common/mac/font_descriptor_unittest.mm',
407 'common/page_state_serialization_unittest.cc', 408 'common/page_state_serialization_unittest.cc',
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1391 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1391 }, 1392 },
1392 ], 1393 ],
1393 }], 1394 }],
1394 ], 1395 ],
1395 }, 1396 },
1396 ], 1397 ],
1397 }], 1398 }],
1398 ], 1399 ],
1399 } 1400 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698