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

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

Issue 2767193005: Fix public dependencies on //ipc (Closed)
Patch Set: Created 3 years, 9 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 | « chrome/common/BUILD.gn ('k') | components/guest_view/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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//components/spellcheck/spellcheck_build_features.gni") 7 import("//components/spellcheck/spellcheck_build_features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 deps += [ 296 deps += [
297 # TODO(hclam): See crbug.com/298380 for details. 297 # TODO(hclam): See crbug.com/298380 for details.
298 # We should isolate the APIs needed by the renderer. 298 # We should isolate the APIs needed by the renderer.
299 "//chrome/common/extensions/api", 299 "//chrome/common/extensions/api",
300 "//extensions:extensions_resources", 300 "//extensions:extensions_resources",
301 "//extensions/renderer", 301 "//extensions/renderer",
302 "//media/cast:net", 302 "//media/cast:net",
303 "//media/cast:receiver", 303 "//media/cast:receiver",
304 "//media/cast:sender", 304 "//media/cast:sender",
305 ] 305 ]
306 public_deps = [
307 "//ipc",
308 ]
306 if (!enable_webrtc) { 309 if (!enable_webrtc) {
307 sources -= [ 310 sources -= [
308 "media/cast_receiver_session.cc", 311 "media/cast_receiver_session.cc",
309 "media/cast_receiver_session.h", 312 "media/cast_receiver_session.h",
310 "media/cast_rtp_stream.cc", 313 "media/cast_rtp_stream.cc",
311 "media/cast_rtp_stream.h", 314 "media/cast_rtp_stream.h",
312 ] 315 ]
313 } 316 }
314 } 317 }
315 if (enable_webrtc) { 318 if (enable_webrtc) {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 ] 400 ]
398 } 401 }
399 402
400 if (is_android) { 403 if (is_android) {
401 sources -= [ 404 sources -= [
402 "safe_browsing/mock_feature_extractor_clock.cc", 405 "safe_browsing/mock_feature_extractor_clock.cc",
403 "safe_browsing/mock_feature_extractor_clock.h", 406 "safe_browsing/mock_feature_extractor_clock.h",
404 ] 407 ]
405 } 408 }
406 } 409 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/guest_view/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698