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

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: switched to using UMA_HISTOGRAM_ENUMERATION from COUNTS 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt est.cc', 523 '../webkit/browser/fileapi/syncable/syncable_file_operation_runner_unitt est.cc',
524 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc', 524 '../webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc',
525 '../webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.c c', 525 '../webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.c c',
526 '../webkit/browser/fileapi/test_file_set.cc', 526 '../webkit/browser/fileapi/test_file_set.cc',
527 '../webkit/browser/fileapi/test_file_set.h', 527 '../webkit/browser/fileapi/test_file_set.h',
528 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', 528 '../webkit/browser/fileapi/timed_task_helper_unittest.cc',
529 '../webkit/browser/fileapi/transient_file_util_unittest.cc', 529 '../webkit/browser/fileapi/transient_file_util_unittest.cc',
530 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc', 530 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc',
531 'test/run_all_unittests.cc', 531 'test/run_all_unittests.cc',
532 '../webkit/child/multipart_response_delegate_unittest.cc', 532 '../webkit/child/multipart_response_delegate_unittest.cc',
533 '../webkit/child/site_isolation_policy_unittest.cc',
533 '../webkit/child/touch_fling_gesture_curve_unittest.cc', 534 '../webkit/child/touch_fling_gesture_curve_unittest.cc',
534 '../webkit/child/worker_task_runner_unittest.cc', 535 '../webkit/child/worker_task_runner_unittest.cc',
535 '../webkit/common/blob/shareable_file_reference_unittest.cc', 536 '../webkit/common/blob/shareable_file_reference_unittest.cc',
536 '../webkit/common/cursors/webcursor_unittest.cc', 537 '../webkit/common/cursors/webcursor_unittest.cc',
537 '../webkit/common/database/database_connections_unittest.cc', 538 '../webkit/common/database/database_connections_unittest.cc',
538 '../webkit/common/database/database_identifier_unittest.cc', 539 '../webkit/common/database/database_identifier_unittest.cc',
539 '../webkit/common/dom_storage/dom_storage_map_unittest.cc', 540 '../webkit/common/dom_storage/dom_storage_map_unittest.cc',
540 '../webkit/common/fileapi/file_system_util_unittest.cc', 541 '../webkit/common/fileapi/file_system_util_unittest.cc',
541 '../webkit/glue/webkit_glue_unittest.cc', 542 '../webkit/glue/webkit_glue_unittest.cc',
542 '../webkit/mocks/mock_weburlloader.cc', 543 '../webkit/mocks/mock_weburlloader.cc',
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1394 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1394 }, 1395 },
1395 ], 1396 ],
1396 }], 1397 }],
1397 ], 1398 ],
1398 }, 1399 },
1399 ], 1400 ],
1400 }], 1401 }],
1401 ], 1402 ],
1402 } 1403 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | content/renderer/render_frame_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698