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

Side by Side Diff: content/content_tests.gypi

Issue 620303002: Implement WebDataConsumerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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_child.gypi ('k') | content/test/run_all_unittests.cc » ('j') | 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'target_name': 'content_unittests', 346 'target_name': 'content_unittests',
347 'type': '<(gtest_target_type)', 347 'type': '<(gtest_target_type)',
348 'dependencies': [ 348 'dependencies': [
349 'browser/service_worker/service_worker_proto.gyp:proto', 349 'browser/service_worker/service_worker_proto.gyp:proto',
350 'browser/speech/proto/speech_proto.gyp:speech_proto', 350 'browser/speech/proto/speech_proto.gyp:speech_proto',
351 'content.gyp:content_browser', 351 'content.gyp:content_browser',
352 'content.gyp:content_common', 352 'content.gyp:content_common',
353 'test_support_content', 353 'test_support_content',
354 '../base/base.gyp:test_support_base', 354 '../base/base.gyp:test_support_base',
355 '../crypto/crypto.gyp:crypto', 355 '../crypto/crypto.gyp:crypto',
356 '../mojo/edk/mojo_edk.gyp:mojo_common_test_support',
356 '../net/net.gyp:net_test_support', 357 '../net/net.gyp:net_test_support',
357 '../skia/skia.gyp:skia', 358 '../skia/skia.gyp:skia',
358 '../sql/sql.gyp:sql', 359 '../sql/sql.gyp:sql',
359 '../sql/sql.gyp:test_support_sql', 360 '../sql/sql.gyp:test_support_sql',
360 '../testing/gmock.gyp:gmock', 361 '../testing/gmock.gyp:gmock',
361 '../testing/gtest.gyp:gtest', 362 '../testing/gtest.gyp:gtest',
362 '../third_party/re2/re2.gyp:re2', 363 '../third_party/re2/re2.gyp:re2',
363 '../ui/accessibility/accessibility.gyp:accessibility', 364 '../ui/accessibility/accessibility.gyp:accessibility',
364 '../ui/base/ui_base.gyp:ui_base', 365 '../ui/base/ui_base.gyp:ui_base',
365 '../ui/gfx/gfx.gyp:gfx', 366 '../ui/gfx/gfx.gyp:gfx',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'child/blink_platform_impl_unittest.cc', 639 'child/blink_platform_impl_unittest.cc',
639 'child/fileapi/webfilewriter_base_unittest.cc', 640 'child/fileapi/webfilewriter_base_unittest.cc',
640 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 641 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
641 'child/indexed_db/webidbcursor_impl_unittest.cc', 642 'child/indexed_db/webidbcursor_impl_unittest.cc',
642 'child/multipart_response_delegate_unittest.cc', 643 'child/multipart_response_delegate_unittest.cc',
643 'child/npapi/plugin_lib_unittest.cc', 644 'child/npapi/plugin_lib_unittest.cc',
644 'child/power_monitor_broadcast_source_unittest.cc', 645 'child/power_monitor_broadcast_source_unittest.cc',
645 'child/resource_dispatcher_unittest.cc', 646 'child/resource_dispatcher_unittest.cc',
646 'child/simple_webmimeregistry_impl_unittest.cc', 647 'child/simple_webmimeregistry_impl_unittest.cc',
647 'child/site_isolation_policy_unittest.cc', 648 'child/site_isolation_policy_unittest.cc',
649 'child/web_data_consumer_handle_impl_unittest.cc',
648 'child/web_gesture_curve_impl_unittest.cc', 650 'child/web_gesture_curve_impl_unittest.cc',
649 'child/web_url_loader_impl_unittest.cc', 651 'child/web_url_loader_impl_unittest.cc',
650 'child/webcrypto/test/aes_cbc_unittest.cc', 652 'child/webcrypto/test/aes_cbc_unittest.cc',
651 'child/webcrypto/test/aes_ctr_unittest.cc', 653 'child/webcrypto/test/aes_ctr_unittest.cc',
652 'child/webcrypto/test/aes_gcm_unittest.cc', 654 'child/webcrypto/test/aes_gcm_unittest.cc',
653 'child/webcrypto/test/aes_kw_unittest.cc', 655 'child/webcrypto/test/aes_kw_unittest.cc',
654 'child/webcrypto/test/hmac_unittest.cc', 656 'child/webcrypto/test/hmac_unittest.cc',
655 'child/webcrypto/test/rsa_oaep_unittest.cc', 657 'child/webcrypto/test/rsa_oaep_unittest.cc',
656 'child/webcrypto/test/rsa_pss_unittest.cc', 658 'child/webcrypto/test/rsa_pss_unittest.cc',
657 'child/webcrypto/test/rsa_ssa_unittest.cc', 659 'child/webcrypto/test/rsa_ssa_unittest.cc',
(...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1948 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1950 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1949 }, 1951 },
1950 ], 1952 ],
1951 }], 1953 }],
1952 ], 1954 ],
1953 }, 1955 },
1954 ], 1956 ],
1955 }], 1957 }],
1956 ], 1958 ],
1957 } 1959 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698