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

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: Merge lkgr into local branch 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc', 519 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc',
520 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h', 520 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h',
521 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' , 521 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' ,
522 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', 522 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc',
523 '../webkit/browser/fileapi/test_file_set.cc', 523 '../webkit/browser/fileapi/test_file_set.cc',
524 '../webkit/browser/fileapi/test_file_set.h', 524 '../webkit/browser/fileapi/test_file_set.h',
525 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', 525 '../webkit/browser/fileapi/timed_task_helper_unittest.cc',
526 '../webkit/browser/fileapi/transient_file_util_unittest.cc', 526 '../webkit/browser/fileapi/transient_file_util_unittest.cc',
527 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc', 527 '../webkit/browser/fileapi/upload_file_system_file_element_reader_unitte st.cc',
528 '../webkit/child/multipart_response_delegate_unittest.cc', 528 '../webkit/child/multipart_response_delegate_unittest.cc',
529 '../webkit/child/site_isolation_policy_unittest.cc',
529 '../webkit/child/touch_fling_gesture_curve_unittest.cc', 530 '../webkit/child/touch_fling_gesture_curve_unittest.cc',
530 '../webkit/child/worker_task_runner_unittest.cc', 531 '../webkit/child/worker_task_runner_unittest.cc',
531 '../webkit/common/blob/shareable_file_reference_unittest.cc', 532 '../webkit/common/blob/shareable_file_reference_unittest.cc',
532 '../webkit/common/cursors/webcursor_unittest.cc', 533 '../webkit/common/cursors/webcursor_unittest.cc',
533 '../webkit/common/database/database_connections_unittest.cc', 534 '../webkit/common/database/database_connections_unittest.cc',
534 '../webkit/common/database/database_identifier_unittest.cc', 535 '../webkit/common/database/database_identifier_unittest.cc',
535 '../webkit/common/fileapi/file_system_util_unittest.cc', 536 '../webkit/common/fileapi/file_system_util_unittest.cc',
536 '../webkit/glue/webkit_glue_unittest.cc', 537 '../webkit/glue/webkit_glue_unittest.cc',
537 '../webkit/mocks/mock_weburlloader.cc', 538 '../webkit/mocks/mock_weburlloader.cc',
538 '../webkit/mocks/mock_weburlloader.h', 539 '../webkit/mocks/mock_weburlloader.h',
(...skipping 851 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
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | webkit/child/site_isolation_policy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698