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

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

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase Created 4 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 | « content/content_tests.gypi ('k') | content/renderer/BUILD.gn » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//content/common/common.gni") 8 import("//content/common/common.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 public_deps = [ 95 public_deps = [
96 "//content/common", 96 "//content/common",
97 "//mojo/public/cpp/bindings", 97 "//mojo/public/cpp/bindings",
98 "//services/shell/public/interfaces", 98 "//services/shell/public/interfaces",
99 "//third_party/WebKit/public:blink_headers", 99 "//third_party/WebKit/public:blink_headers",
100 "//ui/accessibility", 100 "//ui/accessibility",
101 "//url/ipc:url_ipc", 101 "//url/ipc:url_ipc",
102 ] 102 ]
103 deps = [ 103 deps = [
104 "//ipc", 104 "//ipc",
105 "//ipc/mojo",
106 "//media", 105 "//media",
107 "//mojo/common", 106 "//mojo/common",
108 "//net", 107 "//net",
109 "//ppapi/c", 108 "//ppapi/c",
110 "//services/shell/public/cpp", 109 "//services/shell/public/cpp",
111 "//skia", 110 "//skia",
112 "//storage/common", 111 "//storage/common",
113 "//third_party/icu", 112 "//third_party/icu",
114 "//ui/accessibility", 113 "//ui/accessibility",
115 "//ui/base", 114 "//ui/base",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 source_set("feature_h264_with_openh264_ffmpeg") { 146 source_set("feature_h264_with_openh264_ffmpeg") {
148 deps = [ 147 deps = [
149 ":features", 148 ":features",
150 "//base", 149 "//base",
151 ] 150 ]
152 sources = [ 151 sources = [
153 "feature_h264_with_openh264_ffmpeg.cc", 152 "feature_h264_with_openh264_ffmpeg.cc",
154 "feature_h264_with_openh264_ffmpeg.h", 153 "feature_h264_with_openh264_ffmpeg.h",
155 ] 154 ]
156 } 155 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698