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

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

Issue 1834243003: Revert of Move ScreenWin to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « content/DEPS ('k') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('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("//mojo/public/mojo_application_manifest.gni") 9 import("//mojo/public/mojo_application_manifest.gni")
10 10
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "//third_party/re2", 97 "//third_party/re2",
98 "//third_party/webrtc", 98 "//third_party/webrtc",
99 "//third_party/webrtc/base:rtc_base", 99 "//third_party/webrtc/base:rtc_base",
100 "//third_party/webrtc/modules/desktop_capture:primitives", 100 "//third_party/webrtc/modules/desktop_capture:primitives",
101 "//third_party/zlib", 101 "//third_party/zlib",
102 "//third_party/zlib:zip", 102 "//third_party/zlib:zip",
103 "//ui/accessibility", 103 "//ui/accessibility",
104 "//ui/accessibility:ax_gen", 104 "//ui/accessibility:ax_gen",
105 "//ui/base", 105 "//ui/base",
106 "//ui/base/ime", 106 "//ui/base/ime",
107 "//ui/display",
108 "//ui/events", 107 "//ui/events",
109 "//ui/events:gesture_detection", 108 "//ui/events:gesture_detection",
110 "//ui/events/blink", 109 "//ui/events/blink",
111 "//ui/gfx", 110 "//ui/gfx",
112 "//ui/gfx/geometry", 111 "//ui/gfx/geometry",
113 "//ui/gl", 112 "//ui/gl",
114 "//ui/native_theme", 113 "//ui/native_theme",
115 "//ui/resources", 114 "//ui/resources",
116 "//ui/shell_dialogs", 115 "//ui/shell_dialogs",
117 "//ui/snapshot", 116 "//ui/snapshot",
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 type = "exe" 530 type = "exe"
532 application_name = "chrome" 531 application_name = "chrome"
533 source = "mojo/chrome_manifest.json" 532 source = "mojo/chrome_manifest.json"
534 } 533 }
535 534
536 mojo_application_manifest("chrome_renderer_manifest") { 535 mojo_application_manifest("chrome_renderer_manifest") {
537 type = "exe" 536 type = "exe"
538 application_name = "chrome_renderer" 537 application_name = "chrome_renderer"
539 source = "mojo/chrome_renderer_manifest.json" 538 source = "mojo/chrome_renderer_manifest.json"
540 } 539 }
OLDNEW
« no previous file with comments | « content/DEPS ('k') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698