| OLD | NEW | 
|   1 # Copyright 2014 The Chromium Authors. All rights reserved. |   1 # Copyright 2014 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 source_set("component_updater") { |   5 source_set("component_updater") { | 
|   6   sources = [ |   6   sources = [ | 
|   7     "component_updater_paths.cc", |   7     "component_updater_paths.cc", | 
|   8     "component_updater_paths.h", |   8     "component_updater_paths.h", | 
|   9     "component_updater_service.cc", |   9     "component_updater_service.cc", | 
|  10     "component_updater_service.h", |  10     "component_updater_service.h", | 
| (...skipping 26 matching lines...) Expand all  Loading... | 
|  37   sources = [ |  37   sources = [ | 
|  38     "component_updater_service_unittest.cc", |  38     "component_updater_service_unittest.cc", | 
|  39     "timer_unittest.cc", |  39     "timer_unittest.cc", | 
|  40   ] |  40   ] | 
|  41  |  41  | 
|  42   deps = [ |  42   deps = [ | 
|  43     ":component_updater", |  43     ":component_updater", | 
|  44     "//base", |  44     "//base", | 
|  45     "//base/test:test_support", |  45     "//base/test:test_support", | 
|  46     "//components/update_client:test_support", |  46     "//components/update_client:test_support", | 
 |  47     "//testing/gmock", | 
|  47     "//testing/gtest", |  48     "//testing/gtest", | 
|  48     "//testing/gmock", |  | 
|  49   ] |  49   ] | 
|  50 } |  50 } | 
| OLD | NEW |