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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1856963002: Remove content/public/plugin and chrome/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_03_content_child_npapi
Patch Set: rebase 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_plugin.gypi ('k') | chrome/plugin/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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1840 matching lines...) Expand 10 before | Expand all | Expand 10 after
1851 'test/logging/win/log_file_reader.h', 1851 'test/logging/win/log_file_reader.h',
1852 'test/logging/win/mof_data_parser.cc', 1852 'test/logging/win/mof_data_parser.cc',
1853 'test/logging/win/mof_data_parser.h', 1853 'test/logging/win/mof_data_parser.h',
1854 'test/logging/win/test_log_collector.cc', 1854 'test/logging/win/test_log_collector.cc',
1855 'test/logging/win/test_log_collector.h', 1855 'test/logging/win/test_log_collector.h',
1856 ], 1856 ],
1857 'conditions': [ 1857 'conditions': [
1858 ['OS!="ios"', { 1858 ['OS!="ios"', {
1859 'dependencies': [ 1859 'dependencies': [
1860 'child', 1860 'child',
1861 'plugin',
1862 'renderer', 1861 'renderer',
1863 'utility', 1862 'utility',
1864 '../content/content.gyp:content_gpu', 1863 '../content/content.gyp:content_gpu',
1865 '../content/content.gyp:content_ppapi_plugin', 1864 '../content/content.gyp:content_ppapi_plugin',
1866 '../content/content.gyp:content_renderer', 1865 '../content/content.gyp:content_renderer',
1867 '../content/content.gyp:content_utility', 1866 '../content/content.gyp:content_utility',
1868 '../components/components.gyp:autofill_core_test_support', 1867 '../components/components.gyp:autofill_core_test_support',
1869 '../components/components.gyp:captive_portal_test_support', 1868 '../components/components.gyp:captive_portal_test_support',
1870 '../components/components.gyp:gcm_driver_crypto_test_support', 1869 '../components/components.gyp:gcm_driver_crypto_test_support',
1871 '../components/components.gyp:rappor_test_support', 1870 '../components/components.gyp:rappor_test_support',
(...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 'dependencies': [ 2996 'dependencies': [
2998 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2999 ], 2998 ],
3000 }], 2999 }],
3001 ], 3000 ],
3002 }, 3001 },
3003 ], 3002 ],
3004 }], 3003 }],
3005 ], # 'conditions' 3004 ], # 'conditions'
3006 } 3005 }
OLDNEW
« no previous file with comments | « chrome/chrome_plugin.gypi ('k') | chrome/plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698