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

Side by Side Diff: trunk/src/content/content_tests.gypi

Issue 352013002: Revert 279557 "Support exposing Mojo services between render fra..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 | « trunk/src/content/content_renderer.gypi ('k') | trunk/src/content/gpu/BUILD.gn » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 '../testing/gtest.gyp:gtest', 984 '../testing/gtest.gyp:gtest',
985 ], 985 ],
986 'sources': [ 986 'sources': [
987 'test/content_test_launcher.cc', 987 'test/content_test_launcher.cc',
988 'public/test/content_browser_test.cc', 988 'public/test/content_browser_test.cc',
989 'public/test/content_browser_test.h', 989 'public/test/content_browser_test.h',
990 'public/test/content_browser_test_utils.cc', 990 'public/test/content_browser_test_utils.cc',
991 'public/test/content_browser_test_utils.h', 991 'public/test/content_browser_test_utils.h',
992 'public/test/content_browser_test_utils_mac.mm', 992 'public/test/content_browser_test_utils_mac.mm',
993 ], 993 ],
994 'include_dirs': [
995 '<(SHARED_INTERMEDIATE_DIR)',
996 ],
997 'conditions': [ 994 'conditions': [
998 ['OS=="android"', { 995 ['OS=="android"', {
999 'dependencies': [ 996 'dependencies': [
1000 'content.gyp:content_app_both', 997 'content.gyp:content_app_both',
1001 ], 998 ],
1002 }, { 999 }, {
1003 'dependencies': [ 1000 'dependencies': [
1004 'content.gyp:content_browser', 1001 'content.gyp:content_browser',
1005 ], 1002 ],
1006 }], 1003 }],
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1822 }, 1819 },
1823 ], 1820 ],
1824 }], 1821 }],
1825 ], 1822 ],
1826 }, 1823 },
1827 ], 1824 ],
1828 }], 1825 }],
1829 ], 1826 ],
1830 } 1827 }
OLDNEW
« no previous file with comments | « trunk/src/content/content_renderer.gypi ('k') | trunk/src/content/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698