| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "multi_process_lock_win.cc", | 108 "multi_process_lock_win.cc", |
| 109 "origin_trials/chrome_origin_trial_policy.cc", | 109 "origin_trials/chrome_origin_trial_policy.cc", |
| 110 "origin_trials/chrome_origin_trial_policy.h", | 110 "origin_trials/chrome_origin_trial_policy.h", |
| 111 "page_load_metrics/page_load_metrics_messages.h", | 111 "page_load_metrics/page_load_metrics_messages.h", |
| 112 "page_load_metrics/page_load_timing.cc", | 112 "page_load_metrics/page_load_timing.cc", |
| 113 "page_load_metrics/page_load_timing.h", | 113 "page_load_metrics/page_load_timing.h", |
| 114 "page_load_metrics/page_track_decider.cc", | 114 "page_load_metrics/page_track_decider.cc", |
| 115 "page_load_metrics/page_track_decider.h", | 115 "page_load_metrics/page_track_decider.h", |
| 116 "partial_circular_buffer.cc", | 116 "partial_circular_buffer.cc", |
| 117 "partial_circular_buffer.h", | 117 "partial_circular_buffer.h", |
| 118 "pause_tabs_field_trial.h", |
| 118 "pref_names_util.cc", | 119 "pref_names_util.cc", |
| 119 "pref_names_util.h", | 120 "pref_names_util.h", |
| 120 "prerender_types.h", | 121 "prerender_types.h", |
| 121 "profiling.cc", | 122 "profiling.cc", |
| 122 "profiling.h", | 123 "profiling.h", |
| 123 "ref_counted_util.h", | 124 "ref_counted_util.h", |
| 124 "render_messages.h", | 125 "render_messages.h", |
| 125 "resource_usage_reporter_type_converters.cc", | 126 "resource_usage_reporter_type_converters.cc", |
| 126 "resource_usage_reporter_type_converters.h", | 127 "resource_usage_reporter_type_converters.h", |
| 127 "search/instant_types.cc", | 128 "search/instant_types.cc", |
| (...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 mojom("instant_mojom") { | 730 mojom("instant_mojom") { |
| 730 sources = [ | 731 sources = [ |
| 731 "instant.mojom", | 732 "instant.mojom", |
| 732 ] | 733 ] |
| 733 | 734 |
| 734 public_deps = [ | 735 public_deps = [ |
| 735 "//mojo/common:common_custom_types", | 736 "//mojo/common:common_custom_types", |
| 736 "//url/mojo:url_mojom_gurl", | 737 "//url/mojo:url_mojom_gurl", |
| 737 ] | 738 ] |
| 738 } | 739 } |
| OLD | NEW |