| 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "//chrome/browser:test_support", | 104 "//chrome/browser:test_support", |
| 105 "//chrome/common:test_support", | 105 "//chrome/common:test_support", |
| 106 "//chrome/renderer:test_support", | 106 "//chrome/renderer:test_support", |
| 107 "//components/bookmarks/test", | 107 "//components/bookmarks/test", |
| 108 "//components/gcm_driver:test_support", | 108 "//components/gcm_driver:test_support", |
| 109 "//components/gcm_driver/instance_id:test_support", | 109 "//components/gcm_driver/instance_id:test_support", |
| 110 "//components/history/core/test:test", | 110 "//components/history/core/test:test", |
| 111 "//components/metrics:test_support", | 111 "//components/metrics:test_support", |
| 112 "//components/omnibox/browser:test_support", | 112 "//components/omnibox/browser:test_support", |
| 113 "//components/password_manager/core/browser:test_support", | 113 "//components/password_manager/core/browser:test_support", |
| 114 "//components/pref_registry:test_support", | |
| 115 "//components/prefs:test_support", | 114 "//components/prefs:test_support", |
| 116 "//components/rappor:test_support", | 115 "//components/rappor:test_support", |
| 117 "//components/search_engines:test_support", | 116 "//components/search_engines:test_support", |
| 118 "//components/signin/core/browser:test_support", | 117 "//components/signin/core/browser:test_support", |
| 119 "//components/sync", | 118 "//components/sync", |
| 120 "//components/sync:test_support_driver", | 119 "//components/sync:test_support_driver", |
| 121 "//components/sync_preferences:test_support", | 120 "//components/sync_preferences:test_support", |
| 122 "//components/sync_sessions:test_support", | 121 "//components/sync_sessions:test_support", |
| 123 "//components/toolbar:test_support", | 122 "//components/toolbar:test_support", |
| 124 "//components/update_client:test_support", | 123 "//components/update_client:test_support", |
| (...skipping 4999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5124 } | 5123 } |
| 5125 | 5124 |
| 5126 if (is_win) { | 5125 if (is_win) { |
| 5127 loadable_module("conflicts_dll") { | 5126 loadable_module("conflicts_dll") { |
| 5128 testonly = true | 5127 testonly = true |
| 5129 sources = [ | 5128 sources = [ |
| 5130 "conflicts/conflicts_dll.cc", | 5129 "conflicts/conflicts_dll.cc", |
| 5131 ] | 5130 ] |
| 5132 } | 5131 } |
| 5133 } | 5132 } |
| OLD | NEW |