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

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

Issue 2184943002: services/ui: Move some files into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
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 | « chrome/browser/chrome_content_browser_client.cc ('k') | 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 if (is_chromeos) { 368 if (is_chromeos) {
369 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ] 369 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
370 deps += [ 370 deps += [
371 "//chromeos", 371 "//chromeos",
372 "//chromeos:power_manager_proto", 372 "//chromeos:power_manager_proto",
373 ] 373 ]
374 } 374 }
375 375
376 if (use_aura) { 376 if (use_aura) {
377 deps += [ 377 deps += [
378 "//services/ui/common:mus_common",
379 "//services/ui/public/cpp", 378 "//services/ui/public/cpp",
380 "//services/ui/public/interfaces", 379 "//services/ui/public/interfaces",
381 "//ui/aura", 380 "//ui/aura",
382 "//ui/aura_extra", 381 "//ui/aura_extra",
383 "//ui/strings", 382 "//ui/strings",
384 "//ui/wm", 383 "//ui/wm",
385 ] 384 ]
386 sources += [ 385 sources += [
387 "compositor/mus_browser_compositor_output_surface.cc", 386 "compositor/mus_browser_compositor_output_surface.cc",
388 "compositor/mus_browser_compositor_output_surface.h", 387 "compositor/mus_browser_compositor_output_surface.h",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 if (!is_component_build) { 510 if (!is_component_build) {
512 public_deps = [ 511 public_deps = [
513 ":browser", 512 ":browser",
514 ] 513 ]
515 } else { 514 } else {
516 public_deps = [ 515 public_deps = [
517 "//third_party/leveldatabase", 516 "//third_party/leveldatabase",
518 ] 517 ]
519 } 518 }
520 } 519 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/browser/compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698