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

Side by Side Diff: components/BUILD.gn

Issue 706013004: Move non-browser specific ScreenshotTaker code to ui/snapshot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win dependencies and browser_tests. Created 6 years, 1 month 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 7
8 # Collection of all components. You wouldn't link to this, but this is rather 8 # Collection of all components. You wouldn't link to this, but this is rather
9 # to reference the files so they can be compiled by the build system. 9 # to reference the files so they can be compiled by the build system.
10 group("all_components") { 10 group("all_components") {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "//components/power", 72 "//components/power",
73 "//components/precache/core", 73 "//components/precache/core",
74 "//components/precache/content", 74 "//components/precache/content",
75 "//components/pref_registry", 75 "//components/pref_registry",
76 "//components/proximity_auth", 76 "//components/proximity_auth",
77 "//components/proximity_auth/cryptauth", 77 "//components/proximity_auth/cryptauth",
78 "//components/query_parser", 78 "//components/query_parser",
79 "//components/rappor", 79 "//components/rappor",
80 "//components/renderer_context_menu", 80 "//components/renderer_context_menu",
81 "//components/resources:components_resources", 81 "//components/resources:components_resources",
82 "//components/screenshot_taker",
82 "//components/search", 83 "//components/search",
83 "//components/search_engines", 84 "//components/search_engines",
84 "//components/search_provider_logos", 85 "//components/search_provider_logos",
85 "//components/sessions:sessions_content", 86 "//components/sessions:sessions_content",
86 "//components/signin/core/browser", 87 "//components/signin/core/browser",
87 "//components/startup_metric_utils", 88 "//components/startup_metric_utils",
88 "//components/strings", 89 "//components/strings",
89 "//components/sync_driver", 90 "//components/sync_driver",
90 "//components/tracing", 91 "//components/tracing",
91 "//components/translate/content/browser", 92 "//components/translate/content/browser",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 249
249 # Precache tests need these defines. 250 # Precache tests need these defines.
250 #configs += [ "//components/precache/core:precache_config" ] 251 #configs += [ "//components/precache/core:precache_config" ]
251 252
252 if (toolkit_views) { 253 if (toolkit_views) {
253 deps += [ "//components/constrained_window:unit_tests" ] 254 deps += [ "//components/constrained_window:unit_tests" ]
254 } 255 }
255 } 256 }
256 257
257 } 258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698