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

Side by Side Diff: content/content_tests.gypi

Issue 531513003: Do not initialize an ApplicationManager in chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_app.gypi ('k') | no next file » | 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 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 '../gin/gin.gyp:gin', 1087 '../gin/gin.gyp:gin',
1088 '../gpu/gpu.gyp:gpu', 1088 '../gpu/gpu.gyp:gpu',
1089 '../ipc/ipc.gyp:test_support_ipc', 1089 '../ipc/ipc.gyp:test_support_ipc',
1090 '../media/media.gyp:media_test_support', 1090 '../media/media.gyp:media_test_support',
1091 '../media/media.gyp:shared_memory_support', 1091 '../media/media.gyp:shared_memory_support',
1092 '../mojo/mojo_base.gyp:mojo_common_test_support', 1092 '../mojo/mojo_base.gyp:mojo_common_test_support',
1093 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 1093 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1094 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1094 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1095 '../mojo/mojo_base.gyp:mojo_js_bindings', 1095 '../mojo/mojo_base.gyp:mojo_js_bindings',
1096 '../mojo/mojo_base.gyp:mojo_system_impl', 1096 '../mojo/mojo_base.gyp:mojo_system_impl',
1097 '../mojo/mojo.gyp:mojo_application_manager',
1098 '../net/net.gyp:net_test_support', 1097 '../net/net.gyp:net_test_support',
1099 '../ppapi/ppapi_internal.gyp:ppapi_host', 1098 '../ppapi/ppapi_internal.gyp:ppapi_host',
1100 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1099 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1101 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1100 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1102 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1101 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1103 '../ppapi/ppapi_internal.gyp:ppapi_tests', 1102 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1104 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1103 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1105 '../testing/gmock.gyp:gmock', 1104 '../testing/gmock.gyp:gmock',
1106 '../testing/gtest.gyp:gtest', 1105 '../testing/gtest.gyp:gtest',
1107 '../third_party/WebKit/public/blink.gyp:blink', 1106 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
1880 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1879 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1881 }, 1880 },
1882 ], 1881 ],
1883 }], 1882 }],
1884 ], 1883 ],
1885 }, 1884 },
1886 ], 1885 ],
1887 }], 1886 }],
1888 ], 1887 ],
1889 } 1888 }
OLDNEW
« no previous file with comments | « content/content_app.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698