| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//build/module_args/v8.gni") | 7 import("//build/module_args/v8.gni") |
| 8 | 8 |
| 9 # This target exists to reference other test executables to bring these files | 9 # This target exists to reference other test executables to bring these files |
| 10 # into the build. | 10 # into the build. |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "//base/test:test_support", | 87 "//base/test:test_support", |
| 88 "//chrome:resources", | 88 "//chrome:resources", |
| 89 "//chrome:strings", | 89 "//chrome:strings", |
| 90 "//chrome/app:test_support", | 90 "//chrome/app:test_support", |
| 91 | 91 |
| 92 #"//chrome/app/theme:theme_resources", | 92 #"//chrome/app/theme:theme_resources", |
| 93 "//chrome/browser:test_support", | 93 "//chrome/browser:test_support", |
| 94 "//chrome/common:test_support", | 94 "//chrome/common:test_support", |
| 95 "//chrome/renderer:test_support", | 95 "//chrome/renderer:test_support", |
| 96 "//components/bookmarks/test", | 96 "//components/bookmarks/test", |
| 97 "//components/component_updater:test_support", | |
| 98 "//components/gcm_driver:test_support", | 97 "//components/gcm_driver:test_support", |
| 99 "//components/history/core/test:test", | 98 "//components/history/core/test:test", |
| 100 "//components/metrics:test_support", | 99 "//components/metrics:test_support", |
| 101 "//components/omnibox:test_support", | 100 "//components/omnibox:test_support", |
| 102 "//components/ownership", | 101 "//components/ownership", |
| 103 "//components/password_manager/core/browser:test_support", | 102 "//components/password_manager/core/browser:test_support", |
| 104 "//components/pref_registry:test_support", | 103 "//components/pref_registry:test_support", |
| 105 "//components/search_engines:test_support", | 104 "//components/search_engines:test_support", |
| 106 "//components/signin/core/browser:test_support", | 105 "//components/signin/core/browser:test_support", |
| 107 "//components/sync_driver:test_support", | 106 "//components/sync_driver:test_support", |
| 107 "//components/update_client:test_support", |
| 108 "//content/public/app:both", | 108 "//content/public/app:both", |
| 109 "//ui/gfx:test_support", | 109 "//ui/gfx:test_support", |
| 110 "//net", | 110 "//net", |
| 111 "//net:test_support", | 111 "//net:test_support", |
| 112 "//skia", | 112 "//skia", |
| 113 "//sql", | 113 "//sql", |
| 114 "//sql:test_support", | 114 "//sql:test_support", |
| 115 "//sync", | 115 "//sync", |
| 116 "//testing/gmock", | 116 "//testing/gmock", |
| 117 "//testing/gtest", | 117 "//testing/gtest", |
| (...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1175 # TODO(GYP) CDM adapter stuff. | 1175 # TODO(GYP) CDM adapter stuff. |
| 1176 #if (enable_pepper_cdms) { | 1176 #if (enable_pepper_cdms) { |
| 1177 # deps += [ | 1177 # deps += [ |
| 1178 # "//media/cdm/ppapi:clearkeycdmadapter", | 1178 # "//media/cdm/ppapi:clearkeycdmadapter", |
| 1179 # "//ppapi:ppapi_cpp", | 1179 # "//ppapi:ppapi_cpp", |
| 1180 # "//third_party/widevine/cdm:adapter", | 1180 # "//third_party/widevine/cdm:adapter", |
| 1181 # ] | 1181 # ] |
| 1182 #} | 1182 #} |
| 1183 } | 1183 } |
| 1184 } | 1184 } |
| OLD | NEW |