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

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

Issue 2188813003: content: Remove views dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus-public-cpp-component
Patch Set: . Created 4 years, 4 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 | content/browser/compositor/DEPS » ('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("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 } 387 }
388 388
389 if (use_aura) { 389 if (use_aura) {
390 deps += [ 390 deps += [
391 "//services/ui/common:mus_common", 391 "//services/ui/common:mus_common",
392 "//services/ui/public/cpp", 392 "//services/ui/public/cpp",
393 "//services/ui/public/interfaces", 393 "//services/ui/public/interfaces",
394 "//ui/aura", 394 "//ui/aura",
395 "//ui/aura_extra", 395 "//ui/aura_extra",
396 "//ui/strings", 396 "//ui/strings",
397 "//ui/views/mus",
398 "//ui/wm", 397 "//ui/wm",
399 ] 398 ]
400 sources += [ 399 sources += [
401 "compositor/mus_browser_compositor_output_surface.cc", 400 "compositor/mus_browser_compositor_output_surface.cc",
402 "compositor/mus_browser_compositor_output_surface.h", 401 "compositor/mus_browser_compositor_output_surface.h",
403 "compositor/software_output_device_mus.cc", 402 "compositor/software_output_device_mus.cc",
404 "compositor/software_output_device_mus.h", 403 "compositor/software_output_device_mus.h",
405 "renderer_host/render_widget_host_view_mus.cc", 404 "renderer_host/render_widget_host_view_mus.cc",
406 "renderer_host/render_widget_host_view_mus.h", 405 "renderer_host/render_widget_host_view_mus.h",
407 "web_contents/web_contents_view_mus.cc", 406 "web_contents/web_contents_view_mus.cc",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 if (!is_component_build) { 527 if (!is_component_build) {
529 public_deps = [ 528 public_deps = [
530 ":browser", 529 ":browser",
531 ] 530 ]
532 } else { 531 } else {
533 public_deps = [ 532 public_deps = [
534 "//third_party/leveldatabase", 533 "//third_party/leveldatabase",
535 ] 534 ]
536 } 535 }
537 } 536 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698