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

Side by Side Diff: chrome/renderer/BUILD.gn

Issue 2405423002: [Video Capture Service] Move Mojo structs and enums to media/capture/mojo (Closed)
Patch Set: Fix dependency issues Created 4 years, 1 month 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/common/BUILD.gn » ('j') | content/public/renderer/BUILD.gn » ('J')
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("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 grit("resources") { 9 grit("resources") {
10 source = "resources/renderer_resources.grd" 10 source = "resources/renderer_resources.grd"
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "//components/translate/content/renderer", 113 "//components/translate/content/renderer",
114 "//components/translate/core/common", 114 "//components/translate/core/common",
115 "//components/translate/core/language_detection", 115 "//components/translate/core/language_detection",
116 "//components/visitedlink/renderer", 116 "//components/visitedlink/renderer",
117 "//components/web_cache/renderer", 117 "//components/web_cache/renderer",
118 "//content/app/resources", 118 "//content/app/resources",
119 "//content/app/strings", 119 "//content/app/strings",
120 "//content/public/common", 120 "//content/public/common",
121 "//content/public/renderer", 121 "//content/public/renderer",
122 "//media", 122 "//media",
123 "//media/capture:capture",
xhwang 2016/10/27 04:57:08 //media/capture is the same
chfremer 2016/10/27 17:15:44 Done.
123 "//net", 124 "//net",
124 "//ppapi/features", 125 "//ppapi/features",
125 "//skia", 126 "//skia",
126 "//storage/common", 127 "//storage/common",
127 "//third_party/WebKit/public:blink", 128 "//third_party/WebKit/public:blink",
128 "//third_party/WebKit/public:image_resources", 129 "//third_party/WebKit/public:image_resources",
129 "//third_party/WebKit/public:resources", 130 "//third_party/WebKit/public:resources",
130 "//third_party/icu", 131 "//third_party/icu",
131 "//third_party/re2", 132 "//third_party/re2",
132 "//third_party/widevine/cdm:headers", 133 "//third_party/widevine/cdm:headers",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 ] 388 ]
388 } 389 }
389 390
390 if (is_android) { 391 if (is_android) {
391 sources -= [ 392 sources -= [
392 "safe_browsing/mock_feature_extractor_clock.cc", 393 "safe_browsing/mock_feature_extractor_clock.cc",
393 "safe_browsing/mock_feature_extractor_clock.h", 394 "safe_browsing/mock_feature_extractor_clock.h",
394 ] 395 ]
395 } 396 }
396 } 397 }
OLDNEW
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | content/public/renderer/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698