| 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 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2164 'target_name': 'test_support_unit', | 2164 'target_name': 'test_support_unit', |
| 2165 'type': 'static_library', | 2165 'type': 'static_library', |
| 2166 'dependencies': [ | 2166 'dependencies': [ |
| 2167 'chrome_resources.gyp:chrome_resources', | 2167 'chrome_resources.gyp:chrome_resources', |
| 2168 'chrome_resources.gyp:chrome_strings', | 2168 'chrome_resources.gyp:chrome_strings', |
| 2169 'browser', | 2169 'browser', |
| 2170 'common', | 2170 'common', |
| 2171 'test_support_common', | 2171 'test_support_common', |
| 2172 '../base/base.gyp:base', | 2172 '../base/base.gyp:base', |
| 2173 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 2173 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 2174 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 2174 '../skia/skia.gyp:skia', | 2175 '../skia/skia.gyp:skia', |
| 2175 '../sync/sync.gyp:sync', | 2176 '../sync/sync.gyp:sync', |
| 2176 '../testing/gmock.gyp:gmock', | 2177 '../testing/gmock.gyp:gmock', |
| 2177 '../testing/gtest.gyp:gtest', | 2178 '../testing/gtest.gyp:gtest', |
| 2178 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | |
| 2179 ], | 2179 ], |
| 2180 'include_dirs': [ | 2180 'include_dirs': [ |
| 2181 '..', | 2181 '..', |
| 2182 ], | 2182 ], |
| 2183 'sources': [ | 2183 'sources': [ |
| 2184 'browser/sync/glue/session_sync_test_helper.cc', | 2184 'browser/sync/glue/session_sync_test_helper.cc', |
| 2185 'browser/sync/glue/session_sync_test_helper.h', | 2185 'browser/sync/glue/session_sync_test_helper.h', |
| 2186 'test/base/run_all_unittests.cc', | 2186 'test/base/run_all_unittests.cc', |
| 2187 ], | 2187 ], |
| 2188 'conditions': [ | 2188 'conditions': [ |
| (...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3023 'dependencies': [ | 3023 'dependencies': [ |
| 3024 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3024 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3025 ], | 3025 ], |
| 3026 }], | 3026 }], |
| 3027 ], | 3027 ], |
| 3028 }, | 3028 }, |
| 3029 ], | 3029 ], |
| 3030 }], | 3030 }], |
| 3031 ], # 'conditions' | 3031 ], # 'conditions' |
| 3032 } | 3032 } |
| OLD | NEW |