| OLD | NEW | 
|    1 # Copyright 2015 The Chromium Authors. All rights reserved. |    1 # Copyright 2015 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 import("//build/config/features.gni") |    5 import("//build/config/features.gni") | 
|    6  |    6  | 
|    7 static_library("browser_sync") { |    7 static_library("browser_sync") { | 
|    8   sources = [ |    8   sources = [ | 
|    9     "browser_sync_switches.cc", |    9     "browser_sync_switches.cc", | 
|   10     "browser_sync_switches.h", |   10     "browser_sync_switches.h", | 
| (...skipping 16 matching lines...) Expand all  Loading... | 
|   27     "//components/dom_distiller/core", |   27     "//components/dom_distiller/core", | 
|   28     "//components/history/core/browser", |   28     "//components/history/core/browser", | 
|   29     "//components/invalidation/impl", |   29     "//components/invalidation/impl", | 
|   30     "//components/invalidation/public", |   30     "//components/invalidation/public", | 
|   31     "//components/keyed_service/core", |   31     "//components/keyed_service/core", | 
|   32     "//components/password_manager/core/browser", |   32     "//components/password_manager/core/browser", | 
|   33     "//components/password_manager/sync/browser", |   33     "//components/password_manager/sync/browser", | 
|   34     "//components/pref_registry", |   34     "//components/pref_registry", | 
|   35     "//components/prefs", |   35     "//components/prefs", | 
|   36     "//components/reading_list/core", |   36     "//components/reading_list/core", | 
 |   37     "//components/reading_list/core:reading_list_enable_flags", | 
|   37     "//components/signin/core/browser", |   38     "//components/signin/core/browser", | 
|   38     "//components/strings", |   39     "//components/strings", | 
|   39     "//components/sync_bookmarks", |   40     "//components/sync_bookmarks", | 
|   40     "//components/sync_preferences", |   41     "//components/sync_preferences", | 
|   41     "//components/sync_sessions", |   42     "//components/sync_sessions", | 
|   42     "//components/variations", |   43     "//components/variations", | 
|   43     "//components/version_info", |   44     "//components/version_info", | 
|   44     "//components/version_info:generate_version_info", |   45     "//components/version_info:generate_version_info", | 
|   45     "//google_apis", |   46     "//google_apis", | 
|   46     "//net", |   47     "//net", | 
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  127     "//components/sync", |  128     "//components/sync", | 
|  128     "//components/sync:test_support_driver", |  129     "//components/sync:test_support_driver", | 
|  129     "//components/sync:test_support_engine", |  130     "//components/sync:test_support_engine", | 
|  130     "//components/sync_preferences:test_support", |  131     "//components/sync_preferences:test_support", | 
|  131     "//components/sync_sessions:test_support", |  132     "//components/sync_sessions:test_support", | 
|  132     "//google_apis", |  133     "//google_apis", | 
|  133     "//net:test_support", |  134     "//net:test_support", | 
|  134     "//testing/gmock", |  135     "//testing/gmock", | 
|  135   ] |  136   ] | 
|  136 } |  137 } | 
| OLD | NEW |