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

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

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

Powered by Google App Engine
This is Rietveld 408576698