OLD | NEW |
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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/util/process_version.gni") | 6 import("//build/util/process_version.gni") |
7 import("//chrome/common/features.gni") | 7 import("//chrome/common/features.gni") |
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. | 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. |
9 import("//extensions/features/features.gni") | 9 import("//extensions/features/features.gni") |
10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 "//extensions/features", | 574 "//extensions/features", |
575 "//printing/features", | 575 "//printing/features", |
576 ] | 576 ] |
577 deps = [ | 577 deps = [ |
578 ":version_header", | 578 ":version_header", |
579 "//base", | 579 "//base", |
580 "//base/third_party/dynamic_annotations", | 580 "//base/third_party/dynamic_annotations", |
581 "//components/bookmarks/common", | 581 "//components/bookmarks/common", |
582 "//components/nacl/common:switches", | 582 "//components/nacl/common:switches", |
583 "//media:cdm_paths", # Needed by chrome_paths.cc. | 583 "//media:cdm_paths", # Needed by chrome_paths.cc. |
| 584 "//media:media_features", |
584 "//ppapi/features", | 585 "//ppapi/features", |
585 "//third_party/widevine/cdm:headers", | 586 "//third_party/widevine/cdm:headers", |
586 ] | 587 ] |
587 | 588 |
588 if (is_android) { | 589 if (is_android) { |
589 # This dependency must only be added for Android. | 590 # This dependency must only be added for Android. |
590 # | 591 # |
591 # On Windows, //chrome/installer/util depends on this target to get | 592 # On Windows, //chrome/installer/util depends on this target to get |
592 # constants. That target is in turn used in a number of installer helper | 593 # constants. That target is in turn used in a number of installer helper |
593 # targets independent of Chrome that we want to keep small. So we don't | 594 # targets independent of Chrome that we want to keep small. So we don't |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 sources = [ | 669 sources = [ |
669 "network_diagnostics.mojom", | 670 "network_diagnostics.mojom", |
670 "resource_usage_reporter.mojom", | 671 "resource_usage_reporter.mojom", |
671 "shell_handler_win.mojom", | 672 "shell_handler_win.mojom", |
672 ] | 673 ] |
673 | 674 |
674 public_deps = [ | 675 public_deps = [ |
675 "//url/mojo:url_mojom_gurl", | 676 "//url/mojo:url_mojom_gurl", |
676 ] | 677 ] |
677 } | 678 } |
OLD | NEW |