| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |