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

Side by Side Diff: content/content_tests.gypi

Issue 498673005: Cleanup: Rename content_resources.gyp to content_resources.gypi and include in content.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ios Created 6 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 | Annotate | Revision Log
« no previous file with comments | « content/content_shell.gypi ('k') | extensions/extensions.gyp » ('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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'], 729 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'],
730 ['include', '^test/run_all_unittests\\.cc$'], 730 ['include', '^test/run_all_unittests\\.cc$'],
731 ], 731 ],
732 }, { # OS != "ios" 732 }, { # OS != "ios"
733 'dependencies': [ 733 'dependencies': [
734 'content.gyp:content_browser', 734 'content.gyp:content_browser',
735 'content.gyp:content_child', 735 'content.gyp:content_child',
736 'content.gyp:content_gpu', 736 'content.gyp:content_gpu',
737 'content.gyp:content_plugin', 737 'content.gyp:content_plugin',
738 'content.gyp:content_renderer', 738 'content.gyp:content_renderer',
739 'content_resources.gyp:content_resources', 739 'content.gyp:content_resources',
740 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 740 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
741 '../cc/cc.gyp:cc', 741 '../cc/cc.gyp:cc',
742 '../cc/cc_tests.gyp:cc_test_support', 742 '../cc/cc_tests.gyp:cc_test_support',
743 '../gin/gin.gyp:gin', 743 '../gin/gin.gyp:gin',
744 '../gpu/gpu.gyp:gpu', 744 '../gpu/gpu.gyp:gpu',
745 '../gpu/gpu.gyp:gpu_unittest_utils', 745 '../gpu/gpu.gyp:gpu_unittest_utils',
746 '../ipc/ipc.gyp:test_support_ipc', 746 '../ipc/ipc.gyp:test_support_ipc',
747 '../media/media.gyp:media_test_support', 747 '../media/media.gyp:media_test_support',
748 '../media/media.gyp:shared_memory_support', 748 '../media/media.gyp:shared_memory_support',
749 '../third_party/WebKit/public/blink.gyp:blink', 749 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 ], 1058 ],
1059 }, 1059 },
1060 { 1060 {
1061 'target_name': 'content_browsertests', 1061 'target_name': 'content_browsertests',
1062 'type': '<(gtest_target_type)', 1062 'type': '<(gtest_target_type)',
1063 'dependencies': [ 1063 'dependencies': [
1064 'content.gyp:content_common', 1064 'content.gyp:content_common',
1065 'content.gyp:content_gpu', 1065 'content.gyp:content_gpu',
1066 'content.gyp:content_plugin', 1066 'content.gyp:content_plugin',
1067 'content.gyp:content_renderer', 1067 'content.gyp:content_renderer',
1068 'content.gyp:content_resources',
1068 'content_browser_test_support', 1069 'content_browser_test_support',
1069 'content_resources.gyp:content_resources',
1070 'content_shell_lib', 1070 'content_shell_lib',
1071 'content_shell_pak', 1071 'content_shell_pak',
1072 'test_support_content', 1072 'test_support_content',
1073 'web_ui_test_mojo_bindings', 1073 'web_ui_test_mojo_bindings',
1074 '../base/base.gyp:test_support_base', 1074 '../base/base.gyp:test_support_base',
1075 '../gin/gin.gyp:gin', 1075 '../gin/gin.gyp:gin',
1076 '../gpu/gpu.gyp:gpu', 1076 '../gpu/gpu.gyp:gpu',
1077 '../ipc/ipc.gyp:test_support_ipc', 1077 '../ipc/ipc.gyp:test_support_ipc',
1078 '../media/media.gyp:media_test_support', 1078 '../media/media.gyp:media_test_support',
1079 '../media/media.gyp:shared_memory_support', 1079 '../media/media.gyp:shared_memory_support',
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1868 }, 1868 },
1869 ], 1869 ],
1870 }], 1870 }],
1871 ], 1871 ],
1872 }, 1872 },
1873 ], 1873 ],
1874 }], 1874 }],
1875 ], 1875 ],
1876 } 1876 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698