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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1271523003: Remove remoting client plugin from chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android and GN build Created 5 years, 4 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.gyp ('k') | chrome/common/chrome_content_client.h » ('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 2098 matching lines...) Expand 10 before | Expand all | Expand 10 after
2109 ], 2109 ],
2110 'dependencies': [ 2110 'dependencies': [
2111 '../pdf/pdf.gyp:pdf', 2111 '../pdf/pdf.gyp:pdf',
2112 ], 2112 ],
2113 }], 2113 }],
2114 ['enable_plugins==1 and disable_nacl==0', { 2114 ['enable_plugins==1 and disable_nacl==0', {
2115 'dependencies': [ 2115 'dependencies': [
2116 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl ugin', 2116 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_pl ugin',
2117 ], 2117 ],
2118 }], 2118 }],
2119 ['remoting==1', {
2120 'dependencies': [
2121 '../remoting/remoting.gyp:remoting_client_plugin',
2122 ],
2123 }],
2124 ['toolkit_views==1', { 2119 ['toolkit_views==1', {
2125 'dependencies': [ 2120 'dependencies': [
2126 '../ui/views/views.gyp:views', 2121 '../ui/views/views.gyp:views',
2127 ], 2122 ],
2128 }], 2123 }],
2129 ], 2124 ],
2130 }, 2125 },
2131 { 2126 {
2132 # GN version: //chrome/test:test_support_unit 2127 # GN version: //chrome/test:test_support_unit
2133 'target_name': 'test_support_unit', 2128 'target_name': 'test_support_unit',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 'dependencies': [ 2898 'dependencies': [
2904 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2899 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2905 ], 2900 ],
2906 }], 2901 }],
2907 ], 2902 ],
2908 }, 2903 },
2909 ], 2904 ],
2910 }], 2905 }],
2911 ], # 'conditions' 2906 ], # 'conditions'
2912 } 2907 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698