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

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

Issue 2654643003: Changing webrtc.gni location under webrtc (Closed)
Patch Set: Changing webrtc.gni location also under content/ Created 3 years, 11 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 | « no previous file | 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("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
11 import("//ppapi/features/features.gni") 11 import("//ppapi/features/features.gni")
12 import("//third_party/webrtc/build/webrtc.gni") 12 import("//third_party/webrtc/webrtc.gni")
13 13
14 # See //content/BUILD.gn for how this works. 14 # See //content/BUILD.gn for how this works.
15 group("common") { 15 group("common") {
16 if (is_component_build) { 16 if (is_component_build) {
17 public_deps = [ 17 public_deps = [
18 "//content", 18 "//content",
19 ] 19 ]
20 } else { 20 } else {
21 public_deps = [ 21 public_deps = [
22 ":common_sources", 22 ":common_sources",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 sources = [ 325 sources = [
326 "window_container_type.mojom", 326 "window_container_type.mojom",
327 ] 327 ]
328 } 328 }
329 329
330 mojom("service_names") { 330 mojom("service_names") {
331 sources = [ 331 sources = [
332 "service_names.mojom", 332 "service_names.mojom",
333 ] 333 ]
334 } 334 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698