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

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

Issue 2741203002: memory-infra: Finish moving to Mojo (3nd attempt) (Closed)
Patch Set: rebase 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/child/child_thread_impl.cc ('k') | content/common/DEPS » ('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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.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")
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "//media/gpu/ipc/client", 397 "//media/gpu/ipc/client",
398 "//media/gpu/ipc/common", 398 "//media/gpu/ipc/common",
399 "//media/midi", 399 "//media/midi",
400 "//media/midi:mojo", 400 "//media/midi:mojo",
401 "//mojo/common:common_base", 401 "//mojo/common:common_base",
402 "//mojo/edk/system", 402 "//mojo/edk/system",
403 "//net", 403 "//net",
404 "//ppapi/features", 404 "//ppapi/features",
405 "//sandbox", 405 "//sandbox",
406 "//sandbox:sandbox_features", 406 "//sandbox:sandbox_features",
407 "//services/resource_coordinator/public/interfaces",
407 "//services/service_manager", 408 "//services/service_manager",
408 "//services/service_manager/public/cpp", 409 "//services/service_manager/public/cpp",
409 "//services/service_manager/public/interfaces", 410 "//services/service_manager/public/interfaces",
410 "//services/service_manager/runner/common", 411 "//services/service_manager/runner/common",
411 "//services/ui/public/interfaces", 412 "//services/ui/public/interfaces",
412 "//services/video_capture/public/interfaces", 413 "//services/video_capture/public/interfaces",
413 "//skia", 414 "//skia",
414 "//storage/common", 415 "//storage/common",
415 "//third_party/boringssl", 416 "//third_party/boringssl",
416 "//third_party/icu", 417 "//third_party/icu",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "//url/mojo:url_mojom_origin", 640 "//url/mojo:url_mojom_origin",
640 ] 641 ]
641 642
642 overridden_deps = [ "//ipc:mojom" ] 643 overridden_deps = [ "//ipc:mojom" ]
643 component_deps = [ "//ipc" ] 644 component_deps = [ "//ipc" ]
644 645
645 export_class_attribute = "CONTENT_EXPORT" 646 export_class_attribute = "CONTENT_EXPORT"
646 export_define = "CONTENT_IMPLEMENTATION=1" 647 export_define = "CONTENT_IMPLEMENTATION=1"
647 export_header = "content/common/content_export.h" 648 export_header = "content/common/content_export.h"
648 } 649 }
OLDNEW
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698