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

Side by Side Diff: components/BUILD.gn

Issue 769593003: Move ZoomObserver, ZoomController and ZoomEventManager to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete defines in build files. Created 6 years 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/chrome_browser_ui.gypi ('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 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "//components/signin/core/browser", 86 "//components/signin/core/browser",
87 "//components/startup_metric_utils", 87 "//components/startup_metric_utils",
88 "//components/strings", 88 "//components/strings",
89 "//components/sync_driver", 89 "//components/sync_driver",
90 "//components/tracing", 90 "//components/tracing",
91 "//components/translate/content/browser", 91 "//components/translate/content/browser",
92 "//components/translate/content/common", 92 "//components/translate/content/common",
93 "//components/translate/content/renderer", 93 "//components/translate/content/renderer",
94 "//components/translate/core/browser", 94 "//components/translate/core/browser",
95 "//components/translate/core/common", 95 "//components/translate/core/common",
96 "//components/ui/zoom:ui_zoom",
96 "//components/url_fixer", 97 "//components/url_fixer",
97 "//components/url_matcher", 98 "//components/url_matcher",
98 "//components/user_manager", 99 "//components/user_manager",
99 "//components/user_prefs", 100 "//components/user_prefs",
100 "//components/variations", 101 "//components/variations",
101 "//components/visitedlink/browser", 102 "//components/visitedlink/browser",
102 "//components/visitedlink/common", 103 "//components/visitedlink/common",
103 "//components/visitedlink/renderer", 104 "//components/visitedlink/renderer",
104 "//components/web_cache/browser", 105 "//components/web_cache/browser",
105 "//components/web_cache/common", 106 "//components/web_cache/common",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 #'breakpad/app/crash_keys_win_unittest.cc', 255 #'breakpad/app/crash_keys_win_unittest.cc',
255 256
256 # Precache tests need these defines. 257 # Precache tests need these defines.
257 #configs += [ "//components/precache/core:precache_config" ] 258 #configs += [ "//components/precache/core:precache_config" ]
258 259
259 if (toolkit_views) { 260 if (toolkit_views) {
260 # TODO(GYP) enable this as above. 261 # TODO(GYP) enable this as above.
261 #deps += [ "//components/constrained_window:unit_tests" ] 262 #deps += [ "//components/constrained_window:unit_tests" ]
262 } 263 }
263 } 264 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698