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

Side by Side Diff: components/BUILD.gn

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/components.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "//components/page_load_metrics/browser:unit_tests", 190 "//components/page_load_metrics/browser:unit_tests",
191 "//components/page_load_metrics/renderer:unit_tests", 191 "//components/page_load_metrics/renderer:unit_tests",
192 "//components/password_manager/content/browser:unit_tests", 192 "//components/password_manager/content/browser:unit_tests",
193 "//components/power:unit_tests", 193 "//components/power:unit_tests",
194 "//components/precache/content:unit_tests", 194 "//components/precache/content:unit_tests",
195 "//components/safe_browsing_db:unit_tests", 195 "//components/safe_browsing_db:unit_tests",
196 "//components/safe_json:unit_tests", 196 "//components/safe_json:unit_tests",
197 "//components/scheduler:unit_tests", 197 "//components/scheduler:unit_tests",
198 "//components/test_runner:test_runner", 198 "//components/test_runner:test_runner",
199 "//components/tracing:unit_tests", 199 "//components/tracing:unit_tests",
200 "//components/ui/zoom:unit_tests",
201 "//components/visitedlink/test:unit_tests", 200 "//components/visitedlink/test:unit_tests",
202 "//components/wallpaper:unit_tests", 201 "//components/wallpaper:unit_tests",
203 "//components/web_cache/browser:unit_tests", 202 "//components/web_cache/browser:unit_tests",
204 "//components/webcrypto:unit_tests", 203 "//components/webcrypto:unit_tests",
204 "//components/zoom:unit_tests",
205 205
206 # These are the deps required by the code in this target. 206 # These are the deps required by the code in this target.
207 "//components/policy:policy_component", 207 "//components/policy:policy_component",
208 "//content/test:test_support", 208 "//content/test:test_support",
209 "//ui/gl:test_support", 209 "//ui/gl:test_support",
210 ] 210 ]
211 211
212 data_deps = [ 212 data_deps = [
213 ":components_tests_pak", 213 ":components_tests_pak",
214 "//third_party/mesa:osmesa", 214 "//third_party/mesa:osmesa",
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "//base/test:test_support_perf", 481 "//base/test:test_support_perf",
482 "//components/scheduler", 482 "//components/scheduler",
483 "//components/visitedlink/browser", 483 "//components/visitedlink/browser",
484 "//content/test:test_support", 484 "//content/test:test_support",
485 "//testing/gtest", 485 "//testing/gtest",
486 "//testing/perf", 486 "//testing/perf",
487 "//url", 487 "//url",
488 ] 488 ]
489 } 489 }
490 } 490 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698