| 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'common/instant_types_unittest.cc', | 275 'common/instant_types_unittest.cc', |
| 276 'common/mac/cfbundle_blocker_unittest.mm', | 276 'common/mac/cfbundle_blocker_unittest.mm', |
| 277 'common/mac/mock_launchd.cc', | 277 'common/mac/mock_launchd.cc', |
| 278 'common/mac/mock_launchd.h', | 278 'common/mac/mock_launchd.h', |
| 279 'common/partial_circular_buffer_unittest.cc', | 279 'common/partial_circular_buffer_unittest.cc', |
| 280 'common/pref_names_util_unittest.cc', | 280 'common/pref_names_util_unittest.cc', |
| 281 'common/search_urls_unittest.cc', | 281 'common/search_urls_unittest.cc', |
| 282 'common/secure_origin_whitelist_unittest.cc', | 282 'common/secure_origin_whitelist_unittest.cc', |
| 283 'common/switch_utils_unittest.cc', | 283 'common/switch_utils_unittest.cc', |
| 284 'common/variations/variations_util_unittest.cc', | 284 'common/variations/variations_util_unittest.cc', |
| 285 'common/worker_thread_ticker_unittest.cc', | |
| 286 'renderer/chrome_content_renderer_client_unittest.cc', | 285 'renderer/chrome_content_renderer_client_unittest.cc', |
| 287 'renderer/content_settings_observer_unittest.cc', | 286 'renderer/content_settings_observer_unittest.cc', |
| 288 'renderer/instant_restricted_id_cache_unittest.cc', | 287 'renderer/instant_restricted_id_cache_unittest.cc', |
| 289 'renderer/plugins/plugin_uma_unittest.cc', | 288 'renderer/plugins/plugin_uma_unittest.cc', |
| 290 'renderer/prerender/prerender_dispatcher_unittest.cc', | 289 'renderer/prerender/prerender_dispatcher_unittest.cc', |
| 291 'renderer/searchbox/search_bouncer_unittest.cc', | 290 'renderer/searchbox/search_bouncer_unittest.cc', |
| 292 'renderer/searchbox/searchbox_extension_unittest.cc', | 291 'renderer/searchbox/searchbox_extension_unittest.cc', |
| 293 'renderer/searchbox/searchbox_unittest.cc', | 292 'renderer/searchbox/searchbox_unittest.cc', |
| 294 'renderer/web_apps_unittest.cc', | 293 'renderer/web_apps_unittest.cc', |
| 295 'test/base/chrome_render_view_test.cc', | 294 'test/base/chrome_render_view_test.cc', |
| (...skipping 2737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3033 'dependencies': [ | 3032 'dependencies': [ |
| 3034 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3033 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3035 ], | 3034 ], |
| 3036 }], | 3035 }], |
| 3037 ], | 3036 ], |
| 3038 }, | 3037 }, |
| 3039 ], | 3038 ], |
| 3040 }], | 3039 }], |
| 3041 ], # 'conditions' | 3040 ], # 'conditions' |
| 3042 } | 3041 } |
| OLD | NEW |