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

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

Issue 2602103003: Remove the _cpp_sources target from mojom. (Closed)
Patch Set: update/undelete comments Created 3 years, 11 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/public/common/BUILD.gn ('k') | content/test/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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "//gpu", 425 "//gpu",
426 "//gpu/command_buffer/client:gles2_interface", 426 "//gpu/command_buffer/client:gles2_interface",
427 "//jingle:jingle_glue", 427 "//jingle:jingle_glue",
428 "//media", 428 "//media",
429 "//media/blink", 429 "//media/blink",
430 "//media/capture", 430 "//media/capture",
431 "//media/gpu", 431 "//media/gpu",
432 "//media/gpu/ipc/client", 432 "//media/gpu/ipc/client",
433 "//media/gpu/ipc/common", 433 "//media/gpu/ipc/common",
434 "//media/midi", 434 "//media/midi",
435 "//media/midi:mojo_cpp_sources", 435 "//media/midi:mojo",
436 "//media/mojo/interfaces:remoting", 436 "//media/mojo/interfaces:remoting",
437 "//mojo/common", 437 "//mojo/common",
438 "//mojo/edk/js", 438 "//mojo/edk/js",
439 "//mojo/public/cpp/bindings", 439 "//mojo/public/cpp/bindings",
440 "//mojo/public/js", 440 "//mojo/public/js",
441 "//net", 441 "//net",
442 "//ppapi/features", 442 "//ppapi/features",
443 "//printing/features", 443 "//printing/features",
444 "//sandbox", 444 "//sandbox",
445 "//services/service_manager/public/cpp", 445 "//services/service_manager/public/cpp",
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 # For the defines in mojo_media_config. 916 # For the defines in mojo_media_config.
917 public_configs = [ "//media/mojo/services:mojo_media_config" ] 917 public_configs = [ "//media/mojo/services:mojo_media_config" ]
918 } 918 }
919 919
920 if (!is_component_build) { 920 if (!is_component_build) {
921 public_deps = [ 921 public_deps = [
922 ":renderer", 922 ":renderer",
923 ] 923 ]
924 } 924 }
925 } 925 }
OLDNEW
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698