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

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

Issue 2694363005: Add gn dependency on rtc_task_runner. (Closed)
Patch Set: Dropped two of the rtc_task_runner deps. Created 3 years, 10 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "//services/service_manager/public/interfaces", 387 "//services/service_manager/public/interfaces",
388 "//services/service_manager/runner/common", 388 "//services/service_manager/runner/common",
389 "//services/ui/public/interfaces", 389 "//services/ui/public/interfaces",
390 "//services/video_capture/public/interfaces", 390 "//services/video_capture/public/interfaces",
391 "//skia", 391 "//skia",
392 "//storage/common", 392 "//storage/common",
393 "//third_party/boringssl", 393 "//third_party/boringssl",
394 "//third_party/icu", 394 "//third_party/icu",
395 "//third_party/libjingle", 395 "//third_party/libjingle",
396 "//third_party/webrtc/base:rtc_base", 396 "//third_party/webrtc/base:rtc_base",
397 "//third_party/webrtc/base:rtc_task_runner",
397 "//ui/accessibility", 398 "//ui/accessibility",
398 "//ui/base", 399 "//ui/base",
399 "//ui/base/ime", 400 "//ui/base/ime",
400 "//ui/display", 401 "//ui/display",
401 "//ui/events/blink", 402 "//ui/events/blink",
402 "//ui/events/ipc", 403 "//ui/events/ipc",
403 "//ui/gfx", 404 "//ui/gfx",
404 "//ui/gfx/geometry", 405 "//ui/gfx/geometry",
405 "//ui/gfx/ipc", 406 "//ui/gfx/ipc",
406 "//ui/gfx/ipc/color", 407 "//ui/gfx/ipc/color",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "//url/mojo:url_mojom_origin", 614 "//url/mojo:url_mojom_origin",
614 ] 615 ]
615 616
616 overridden_deps = [ "//ipc:mojom" ] 617 overridden_deps = [ "//ipc:mojom" ]
617 component_deps = [ "//ipc" ] 618 component_deps = [ "//ipc" ]
618 619
619 export_class_attribute = "CONTENT_EXPORT" 620 export_class_attribute = "CONTENT_EXPORT"
620 export_define = "CONTENT_IMPLEMENTATION=1" 621 export_define = "CONTENT_IMPLEMENTATION=1"
621 export_header = "content/common/content_export.h" 622 export_header = "content/common/content_export.h"
622 } 623 }
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