Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Side by Side Diff: chrome/test/BUILD.gn

Issue 921953002: Split apart the PPAPI GN targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "//content/public/utility", 135 "//content/public/utility",
136 "//components/autofill/core/browser:test_support", 136 "//components/autofill/core/browser:test_support",
137 "//components/captive_portal:test_support", 137 "//components/captive_portal:test_support",
138 "//components/infobars/core", 138 "//components/infobars/core",
139 "//components/sessions:test_support", 139 "//components/sessions:test_support",
140 "//components/user_manager:test_support", 140 "//components/user_manager:test_support",
141 "//components/web_resource:test_support", 141 "//components/web_resource:test_support",
142 "//google_apis:test_support", 142 "//google_apis:test_support",
143 "//ipc:test_support", 143 "//ipc:test_support",
144 "//media:test_support", 144 "//media:test_support",
145 "//ppapi:ppapi_shared", 145 "//ppapi/shared_impl",
146 "//sql:test_support", 146 "//sql:test_support",
147 "//third_party/leveldatabase", 147 "//third_party/leveldatabase",
148 "//ui/base", 148 "//ui/base",
149 "//ui/events:events_base", 149 "//ui/events:events_base",
150 "//ui/gl", 150 "//ui/gl",
151 ] 151 ]
152 } 152 }
153 153
154 if (enable_extensions) { 154 if (enable_extensions) {
155 deps += [ 155 deps += [
(...skipping 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 } 1671 }
1672 if (use_ozone) { 1672 if (use_ozone) {
1673 # crbug.com/354036 1673 # crbug.com/354036
1674 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] 1674 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ]
1675 } 1675 }
1676 if (!enable_plugin_installation) { 1676 if (!enable_plugin_installation) {
1677 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] 1677 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ]
1678 } 1678 }
1679 } 1679 }
1680 } 1680 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698