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

Side by Side Diff: components/components_tests.gyp

Issue 1852593004: Remove content/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_npapi_test_plugin
Patch Set: . Created 4 years, 8 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 | « chrome/chrome_tests_unit.gypi ('k') | content/app/content_main_runner.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 1759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1770 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1771 'msvs_disabled_warnings': [ 4267, ], 1771 'msvs_disabled_warnings': [ 4267, ],
1772 }, 1772 },
1773 { 1773 {
1774 'target_name': 'components_browsertests', 1774 'target_name': 'components_browsertests',
1775 'type': '<(gtest_target_type)', 1775 'type': '<(gtest_target_type)',
1776 'defines!': ['CONTENT_IMPLEMENTATION'], 1776 'defines!': ['CONTENT_IMPLEMENTATION'],
1777 'dependencies': [ 1777 'dependencies': [
1778 '../content/content.gyp:content_common', 1778 '../content/content.gyp:content_common',
1779 '../content/content.gyp:content_gpu', 1779 '../content/content.gyp:content_gpu',
1780 '../content/content.gyp:content_plugin',
1781 '../content/content.gyp:content_renderer', 1780 '../content/content.gyp:content_renderer',
1782 '../content/content_shell_and_tests.gyp:content_browser_test_base', 1781 '../content/content_shell_and_tests.gyp:content_browser_test_base',
1783 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 1782 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
1784 '../content/content_shell_and_tests.gyp:content_shell_lib', 1783 '../content/content_shell_and_tests.gyp:content_shell_lib',
1785 '../content/content_shell_and_tests.gyp:content_shell_pak', 1784 '../content/content_shell_and_tests.gyp:content_shell_pak',
1786 '../content/content_shell_and_tests.gyp:test_support_content', 1785 '../content/content_shell_and_tests.gyp:test_support_content',
1787 '../skia/skia.gyp:skia', 1786 '../skia/skia.gyp:skia',
1788 '../testing/gmock.gyp:gmock', 1787 '../testing/gmock.gyp:gmock',
1789 '../testing/gtest.gyp:gtest', 1788 '../testing/gtest.gyp:gtest',
1790 'components.gyp:autofill_content_browser', 1789 'components.gyp:autofill_content_browser',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'dependencies': [ 1923 'dependencies': [
1925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1926 ], 1925 ],
1927 }], 1926 }],
1928 ], 1927 ],
1929 }, 1928 },
1930 ], 1929 ],
1931 }], 1930 }],
1932 ], 1931 ],
1933 } 1932 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698