| 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 "pref_font_webkit_names.h", | 574 "pref_font_webkit_names.h", |
| 575 "pref_names.cc", | 575 "pref_names.cc", |
| 576 "pref_names.h", | 576 "pref_names.h", |
| 577 ] | 577 ] |
| 578 | 578 |
| 579 public_deps = [ | 579 public_deps = [ |
| 580 ":features", | 580 ":features", |
| 581 "//content/public/common:result_codes", | 581 "//content/public/common:result_codes", |
| 582 "//extensions/features", | 582 "//extensions/features", |
| 583 "//printing/features", | 583 "//printing/features", |
| 584 "//rlz/features", |
| 584 ] | 585 ] |
| 585 deps = [ | 586 deps = [ |
| 586 ":version_header", | 587 ":version_header", |
| 587 "//base", | 588 "//base", |
| 588 "//base/third_party/dynamic_annotations", | 589 "//base/third_party/dynamic_annotations", |
| 589 "//components/bookmarks/common", | 590 "//components/bookmarks/common", |
| 590 "//components/nacl/common:switches", | 591 "//components/nacl/common:switches", |
| 591 "//media:cdm_paths", # Needed by chrome_paths.cc. | 592 "//media:cdm_paths", # Needed by chrome_paths.cc. |
| 592 "//media:media_features", | 593 "//media:media_features", |
| 593 "//ppapi/features", | 594 "//ppapi/features", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 mojom("instant_mojom") { | 703 mojom("instant_mojom") { |
| 703 sources = [ | 704 sources = [ |
| 704 "instant.mojom", | 705 "instant.mojom", |
| 705 ] | 706 ] |
| 706 | 707 |
| 707 public_deps = [ | 708 public_deps = [ |
| 708 "//mojo/common:common_custom_types", | 709 "//mojo/common:common_custom_types", |
| 709 "//url/mojo:url_mojom_gurl", | 710 "//url/mojo:url_mojom_gurl", |
| 710 ] | 711 ] |
| 711 } | 712 } |
| OLD | NEW |