| 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 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2179 'target_name': 'test_support_unit', | 2179 'target_name': 'test_support_unit', |
| 2180 'type': 'static_library', | 2180 'type': 'static_library', |
| 2181 'dependencies': [ | 2181 'dependencies': [ |
| 2182 'chrome_resources.gyp:chrome_resources', | 2182 'chrome_resources.gyp:chrome_resources', |
| 2183 'chrome_resources.gyp:chrome_strings', | 2183 'chrome_resources.gyp:chrome_strings', |
| 2184 'browser', | 2184 'browser', |
| 2185 'common', | 2185 'common', |
| 2186 'test_support_common', | 2186 'test_support_common', |
| 2187 '../base/base.gyp:base', | 2187 '../base/base.gyp:base', |
| 2188 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 2188 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 2189 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 2189 '../skia/skia.gyp:skia', | 2190 '../skia/skia.gyp:skia', |
| 2190 '../sync/sync.gyp:sync', | 2191 '../sync/sync.gyp:sync', |
| 2191 '../testing/gmock.gyp:gmock', | 2192 '../testing/gmock.gyp:gmock', |
| 2192 '../testing/gtest.gyp:gtest', | 2193 '../testing/gtest.gyp:gtest', |
| 2193 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | |
| 2194 ], | 2194 ], |
| 2195 'include_dirs': [ | 2195 'include_dirs': [ |
| 2196 '..', | 2196 '..', |
| 2197 ], | 2197 ], |
| 2198 'sources': [ | 2198 'sources': [ |
| 2199 'browser/sync/glue/session_sync_test_helper.cc', | 2199 'browser/sync/glue/session_sync_test_helper.cc', |
| 2200 'browser/sync/glue/session_sync_test_helper.h', | 2200 'browser/sync/glue/session_sync_test_helper.h', |
| 2201 'test/base/run_all_unittests.cc', | 2201 'test/base/run_all_unittests.cc', |
| 2202 ], | 2202 ], |
| 2203 'conditions': [ | 2203 'conditions': [ |
| (...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3057 'dependencies': [ | 3057 'dependencies': [ |
| 3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3059 ], | 3059 ], |
| 3060 }], | 3060 }], |
| 3061 ], | 3061 ], |
| 3062 }, | 3062 }, |
| 3063 ], | 3063 ], |
| 3064 }], | 3064 }], |
| 3065 ], # 'conditions' | 3065 ], # 'conditions' |
| 3066 } | 3066 } |
| OLD | NEW |