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

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

Issue 2734193002: memory-infra: Finish moving to Mojo (2nd 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("//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 "//media/gpu/ipc/client", 387 "//media/gpu/ipc/client",
388 "//media/gpu/ipc/common", 388 "//media/gpu/ipc/common",
389 "//media/midi", 389 "//media/midi",
390 "//media/midi:mojo", 390 "//media/midi:mojo",
391 "//mojo/common:common_base", 391 "//mojo/common:common_base",
392 "//mojo/edk/system", 392 "//mojo/edk/system",
393 "//net", 393 "//net",
394 "//ppapi/features", 394 "//ppapi/features",
395 "//sandbox", 395 "//sandbox",
396 "//sandbox:sandbox_features", 396 "//sandbox:sandbox_features",
397 "//services/resource_coordinator/public/interfaces",
397 "//services/service_manager", 398 "//services/service_manager",
398 "//services/service_manager/public/cpp", 399 "//services/service_manager/public/cpp",
399 "//services/service_manager/public/interfaces", 400 "//services/service_manager/public/interfaces",
400 "//services/service_manager/runner/common", 401 "//services/service_manager/runner/common",
401 "//services/ui/public/interfaces", 402 "//services/ui/public/interfaces",
402 "//services/video_capture/public/interfaces", 403 "//services/video_capture/public/interfaces",
403 "//skia", 404 "//skia",
404 "//storage/common", 405 "//storage/common",
405 "//third_party/boringssl", 406 "//third_party/boringssl",
406 "//third_party/icu", 407 "//third_party/icu",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "//url/mojo:url_mojom_origin", 629 "//url/mojo:url_mojom_origin",
629 ] 630 ]
630 631
631 overridden_deps = [ "//ipc:mojom" ] 632 overridden_deps = [ "//ipc:mojom" ]
632 component_deps = [ "//ipc" ] 633 component_deps = [ "//ipc" ]
633 634
634 export_class_attribute = "CONTENT_EXPORT" 635 export_class_attribute = "CONTENT_EXPORT"
635 export_define = "CONTENT_IMPLEMENTATION=1" 636 export_define = "CONTENT_IMPLEMENTATION=1"
636 export_header = "content/common/content_export.h" 637 export_header = "content/common/content_export.h"
637 } 638 }
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