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

Side by Side Diff: content/content_tests.gypi

Issue 285333003: Support exposing Mojo services between render frames, render threads, and their respective hosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: InterfaceRequest in RenderFrameSetup 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
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 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 '../testing/gtest.gyp:gtest', 980 '../testing/gtest.gyp:gtest',
981 ], 981 ],
982 'sources': [ 982 'sources': [
983 'test/content_test_launcher.cc', 983 'test/content_test_launcher.cc',
984 'public/test/content_browser_test.cc', 984 'public/test/content_browser_test.cc',
985 'public/test/content_browser_test.h', 985 'public/test/content_browser_test.h',
986 'public/test/content_browser_test_utils.cc', 986 'public/test/content_browser_test_utils.cc',
987 'public/test/content_browser_test_utils.h', 987 'public/test/content_browser_test_utils.h',
988 'public/test/content_browser_test_utils_mac.mm', 988 'public/test/content_browser_test_utils_mac.mm',
989 ], 989 ],
990 'include_dirs': [
991 '<(SHARED_INTERMEDIATE_DIR)',
992 ],
990 'conditions': [ 993 'conditions': [
991 ['OS=="android"', { 994 ['OS=="android"', {
992 'dependencies': [ 995 'dependencies': [
993 'content.gyp:content_app_both', 996 'content.gyp:content_app_both',
994 ], 997 ],
995 }, { 998 }, {
996 'dependencies': [ 999 'dependencies': [
997 'content.gyp:content_browser', 1000 'content.gyp:content_browser',
998 ], 1001 ],
999 }], 1002 }],
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1821 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1819 }, 1822 },
1820 ], 1823 ],
1821 }], 1824 }],
1822 ], 1825 ],
1823 }, 1826 },
1824 ], 1827 ],
1825 }], 1828 }],
1826 ], 1829 ],
1827 } 1830 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698