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

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

Issue 393953008: Add ui/display, message_center, webview to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | ui/base/ui_base.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 import("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 9
10 source_set("common") { 10 source_set("common") {
(...skipping 18 matching lines...) Expand all
29 "//build/util:webkit_version", 29 "//build/util:webkit_version",
30 "//components/tracing", 30 "//components/tracing",
31 "//gpu/command_buffer/common", 31 "//gpu/command_buffer/common",
32 "//net", 32 "//net",
33 "//skia", 33 "//skia",
34 "//third_party/icu", 34 "//third_party/icu",
35 "//ui/accessibility", 35 "//ui/accessibility",
36 "//ui/base", 36 "//ui/base",
37 "//ui/gfx", 37 "//ui/gfx",
38 "//ui/gfx/geometry", 38 "//ui/gfx/geometry",
39 "//ui/shell_dialogs",
39 "//url", 40 "//url",
40 "//third_party/WebKit/public:blink_headers", 41 "//third_party/WebKit/public:blink_headers",
41 # TODO(GYP) convert these dependencies. 42 # TODO(GYP) convert these dependencies.
42 #'../third_party/libjingle/libjingle.gyp:libjingle', 43 #'../third_party/libjingle/libjingle.gyp:libjingle',
43 #'../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
44 ] 44 ]
45 45
46 if (!is_ios) { 46 if (!is_ios) {
47 deps += [ 47 deps += [
48 "//cc", 48 "//cc",
49 "//ipc", 49 "//ipc",
50 "//mojo/environment:chromium", 50 "//mojo/environment:chromium",
51 "//mojo/system", 51 "//mojo/system",
52 # TODO: the dependency on gl_in_process_context should be decoupled from 52 # TODO: the dependency on gl_in_process_context should be decoupled from
53 # content and moved to android_webview. See crbug.com/365797. 53 # content and moved to android_webview. See crbug.com/365797.
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 271
272 mojom("mojo_bindings") { 272 mojom("mojo_bindings") {
273 sources = [ 273 sources = [
274 "render_frame_setup.mojom", 274 "render_frame_setup.mojom",
275 ] 275 ]
276 276
277 deps = [ 277 deps = [
278 "//mojo/public/interfaces/service_provider:service_provider", 278 "//mojo/public/interfaces/service_provider:service_provider",
279 ] 279 ]
280 } 280 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698