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

Side by Side Diff: content/content_tests.gypi

Issue 537053002: Implement ManifestManager to handle manifest in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest_fetcher
Patch Set: fix content_browsertests compile Created 6 years, 3 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/browser/web_contents.h » ('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 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 'browser/fileapi/file_system_browsertest.cc', 1146 'browser/fileapi/file_system_browsertest.cc',
1147 'browser/frame_host/frame_tree_browsertest.cc', 1147 'browser/frame_host/frame_tree_browsertest.cc',
1148 'browser/frame_host/render_frame_host_manager_browsertest.cc', 1148 'browser/frame_host/render_frame_host_manager_browsertest.cc',
1149 'browser/frame_host/navigation_controller_impl_browsertest.cc', 1149 'browser/frame_host/navigation_controller_impl_browsertest.cc',
1150 'browser/gpu/compositor_util_browsertest.cc', 1150 'browser/gpu/compositor_util_browsertest.cc',
1151 'browser/gpu/gpu_ipc_browsertests.cc', 1151 'browser/gpu/gpu_ipc_browsertests.cc',
1152 'browser/indexed_db/indexed_db_browsertest.cc', 1152 'browser/indexed_db/indexed_db_browsertest.cc',
1153 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc', 1153 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc',
1154 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h', 1154 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h',
1155 'browser/loader/resource_dispatcher_host_browsertest.cc', 1155 'browser/loader/resource_dispatcher_host_browsertest.cc',
1156 'browser/manifest/manifest_browsertest.cc',
1156 'browser/media/encrypted_media_browsertest.cc', 1157 'browser/media/encrypted_media_browsertest.cc',
1157 'browser/media/media_browsertest.cc', 1158 'browser/media/media_browsertest.cc',
1158 'browser/media/media_browsertest.h', 1159 'browser/media/media_browsertest.h',
1159 'browser/media/media_canplaytype_browsertest.cc', 1160 'browser/media/media_canplaytype_browsertest.cc',
1160 'browser/media/media_source_browsertest.cc', 1161 'browser/media/media_source_browsertest.cc',
1161 'browser/net_info_browsertest.cc', 1162 'browser/net_info_browsertest.cc',
1162 'browser/plugin_data_remover_impl_browsertest.cc', 1163 'browser/plugin_data_remover_impl_browsertest.cc',
1163 'browser/plugin_browsertest.cc', 1164 'browser/plugin_browsertest.cc',
1164 'browser/plugin_service_impl_browsertest.cc', 1165 'browser/plugin_service_impl_browsertest.cc',
1165 'browser/renderer_host/input/touch_action_browsertest.cc', 1166 'browser/renderer_host/input/touch_action_browsertest.cc',
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1887 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1887 }, 1888 },
1888 ], 1889 ],
1889 }], 1890 }],
1890 ], 1891 ],
1891 }, 1892 },
1892 ], 1893 ],
1893 }], 1894 }],
1894 ], 1895 ],
1895 } 1896 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/browser/web_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698