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

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

Issue 1899323002: Add mash shelf application id support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address simpler comments. 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
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "//ui/accessibility", 99 "//ui/accessibility",
100 "//url/ipc:url_ipc", 100 "//url/ipc:url_ipc",
101 ] 101 ]
102 deps = [ 102 deps = [
103 "//ipc", 103 "//ipc",
104 "//ipc/mojo", 104 "//ipc/mojo",
105 "//media", 105 "//media",
106 "//mojo/common", 106 "//mojo/common",
107 "//net", 107 "//net",
108 "//ppapi/c", 108 "//ppapi/c",
109 "//services/shell/public/cpp",
109 "//skia", 110 "//skia",
110 "//storage/common", 111 "//storage/common",
111 "//third_party/WebKit/public:blink_headers", 112 "//third_party/WebKit/public:blink_headers",
112 "//third_party/icu", 113 "//third_party/icu",
113 "//ui/accessibility", 114 "//ui/accessibility",
114 "//ui/base", 115 "//ui/base",
115 "//ui/gfx", 116 "//ui/gfx",
116 "//ui/gfx/ipc", 117 "//ui/gfx/ipc",
117 "//ui/gfx/ipc/skia", 118 "//ui/gfx/ipc/skia",
118 "//ui/surface", 119 "//ui/surface",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 source_set("feature_h264_with_openh264_ffmpeg") { 153 source_set("feature_h264_with_openh264_ffmpeg") {
153 deps = [ 154 deps = [
154 ":features", 155 ":features",
155 "//base", 156 "//base",
156 ] 157 ]
157 sources = [ 158 sources = [
158 "feature_h264_with_openh264_ffmpeg.cc", 159 "feature_h264_with_openh264_ffmpeg.cc",
159 "feature_h264_with_openh264_ffmpeg.h", 160 "feature_h264_with_openh264_ffmpeg.h",
160 ] 161 ]
161 } 162 }
OLDNEW
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/public/common/mojo_shell_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698