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

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

Issue 2413103004: Remove third_party/libjingle and update GN targets. (Closed)
Patch Set: Fix rebase mistake 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 | « content/browser/BUILD.gn ('k') | content/public/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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "//services/service_manager", 395 "//services/service_manager",
396 "//services/service_manager/public/cpp", 396 "//services/service_manager/public/cpp",
397 "//services/service_manager/public/interfaces", 397 "//services/service_manager/public/interfaces",
398 "//services/service_manager/runner/common", 398 "//services/service_manager/runner/common",
399 "//services/ui/public/interfaces", 399 "//services/ui/public/interfaces",
400 "//services/video_capture/public/interfaces", 400 "//services/video_capture/public/interfaces",
401 "//skia", 401 "//skia",
402 "//storage/common", 402 "//storage/common",
403 "//third_party/boringssl", 403 "//third_party/boringssl",
404 "//third_party/icu", 404 "//third_party/icu",
405 "//third_party/libjingle",
406 "//third_party/webrtc/base:rtc_base", 405 "//third_party/webrtc/base:rtc_base",
406 "//third_party/webrtc_overrides",
407 "//ui/accessibility", 407 "//ui/accessibility",
408 "//ui/base", 408 "//ui/base",
409 "//ui/base/ime", 409 "//ui/base/ime",
410 "//ui/display", 410 "//ui/display",
411 "//ui/events/blink", 411 "//ui/events/blink",
412 "//ui/events/ipc", 412 "//ui/events/ipc",
413 "//ui/gfx", 413 "//ui/gfx",
414 "//ui/gfx/geometry", 414 "//ui/gfx/geometry",
415 "//ui/gfx/ipc", 415 "//ui/gfx/ipc",
416 "//ui/gfx/ipc/color", 416 "//ui/gfx/ipc/color",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "//url/mojo:url_mojom_origin", 626 "//url/mojo:url_mojom_origin",
627 ] 627 ]
628 628
629 overridden_deps = [ "//ipc:mojom" ] 629 overridden_deps = [ "//ipc:mojom" ]
630 component_deps = [ "//ipc" ] 630 component_deps = [ "//ipc" ]
631 631
632 export_class_attribute = "CONTENT_EXPORT" 632 export_class_attribute = "CONTENT_EXPORT"
633 export_define = "CONTENT_IMPLEMENTATION=1" 633 export_define = "CONTENT_IMPLEMENTATION=1"
634 export_header = "content/common/content_export.h" 634 export_header = "content/common/content_export.h"
635 } 635 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/public/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698