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

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

Issue 1251633002: Add BubbleManager to manage bubbles and ChromeBubbleManager for events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Kill views_bubble_controller Created 5 years, 5 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 | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/ui/DEPS » ('J')
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "//apps", 248 "//apps",
249 "//cc", 249 "//cc",
250 "//chrome/app:generated_resources_map", 250 "//chrome/app:generated_resources_map",
251 "//chrome/app/theme:theme_resources", 251 "//chrome/app/theme:theme_resources",
252 "//chrome/browser/devtools", 252 "//chrome/browser/devtools",
253 "//chrome/browser/resources:component_extension_resources", 253 "//chrome/browser/resources:component_extension_resources",
254 "//chrome/installer/util", 254 "//chrome/installer/util",
255 "//components/app_modal", 255 "//components/app_modal",
256 "//components/autofill/content/browser", 256 "//components/autofill/content/browser",
257 "//components/browsing_data", 257 "//components/browsing_data",
258 "//components/bubble",
258 "//components/data_reduction_proxy/content/browser", 259 "//components/data_reduction_proxy/content/browser",
259 "//components/devtools_discovery", 260 "//components/devtools_discovery",
260 "//components/devtools_http_handler", 261 "//components/devtools_http_handler",
261 "//components/dom_distiller/content", 262 "//components/dom_distiller/content",
262 "//components/favicon/content", 263 "//components/favicon/content",
263 "//components/history/content/browser", 264 "//components/history/content/browser",
264 "//components/keyed_service/content", 265 "//components/keyed_service/content",
265 "//components/navigation_interception", 266 "//components/navigation_interception",
266 "//components/password_manager/content/browser", 267 "//components/password_manager/content/browser",
267 "//components/plugins/common", 268 "//components/plugins/common",
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1208 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1208 deps = [ 1209 deps = [
1209 "//components/google/core/browser", 1210 "//components/google/core/browser",
1210 "//components/omnibox/browser", 1211 "//components/omnibox/browser",
1211 "//components/rlz", 1212 "//components/rlz",
1212 "//components/search_engines", 1213 "//components/search_engines",
1213 "//rlz:rlz_lib", 1214 "//rlz:rlz_lib",
1214 ] 1215 ]
1215 } 1216 }
1216 } 1217 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/ui/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698