| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 "common_message_generator.cc", | 76 "common_message_generator.cc", |
| 77 "common_message_generator.h", | 77 "common_message_generator.h", |
| 78 "common_param_traits.cc", | 78 "common_param_traits.cc", |
| 79 "common_param_traits.h", | 79 "common_param_traits.h", |
| 80 "common_param_traits_macros.h", | 80 "common_param_traits_macros.h", |
| 81 "component_flash_hint_file_linux.cc", | 81 "component_flash_hint_file_linux.cc", |
| 82 "component_flash_hint_file_linux.h", | 82 "component_flash_hint_file_linux.h", |
| 83 "conflicts/module_watcher_win.cc", | 83 "conflicts/module_watcher_win.cc", |
| 84 "conflicts/module_watcher_win.h", | 84 "conflicts/module_watcher_win.h", |
| 85 "content_restriction.h", | 85 "content_restriction.h", |
| 86 "content_settings_pattern_serializer.cc", | |
| 87 "content_settings_pattern_serializer.h", | |
| 88 "crash_keys.cc", | 86 "crash_keys.cc", |
| 89 "crash_keys.h", | 87 "crash_keys.h", |
| 90 "custom_handlers/protocol_handler.cc", | 88 "custom_handlers/protocol_handler.cc", |
| 91 "custom_handlers/protocol_handler.h", | 89 "custom_handlers/protocol_handler.h", |
| 92 "descriptors_android.h", | 90 "descriptors_android.h", |
| 93 "ini_parser.cc", | 91 "ini_parser.cc", |
| 94 "ini_parser.h", | 92 "ini_parser.h", |
| 95 "instant_type_traits.h", | 93 "instant_type_traits.h", |
| 96 "logging_chrome.cc", | 94 "logging_chrome.cc", |
| 97 "logging_chrome.h", | 95 "logging_chrome.h", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 119 "page_load_metrics/page_track_decider.cc", | 117 "page_load_metrics/page_track_decider.cc", |
| 120 "page_load_metrics/page_track_decider.h", | 118 "page_load_metrics/page_track_decider.h", |
| 121 "partial_circular_buffer.cc", | 119 "partial_circular_buffer.cc", |
| 122 "partial_circular_buffer.h", | 120 "partial_circular_buffer.h", |
| 123 "pref_names_util.cc", | 121 "pref_names_util.cc", |
| 124 "pref_names_util.h", | 122 "pref_names_util.h", |
| 125 "prerender_types.h", | 123 "prerender_types.h", |
| 126 "profiling.cc", | 124 "profiling.cc", |
| 127 "profiling.h", | 125 "profiling.h", |
| 128 "ref_counted_util.h", | 126 "ref_counted_util.h", |
| 129 "render_messages.cc", | |
| 130 "render_messages.h", | 127 "render_messages.h", |
| 131 "resource_usage_reporter_type_converters.cc", | 128 "resource_usage_reporter_type_converters.cc", |
| 132 "resource_usage_reporter_type_converters.h", | 129 "resource_usage_reporter_type_converters.h", |
| 133 "search/instant_types.cc", | 130 "search/instant_types.cc", |
| 134 "search/instant_types.h", | 131 "search/instant_types.h", |
| 135 "search/ntp_logging_events.h", | 132 "search/ntp_logging_events.h", |
| 136 "search/search_types.h", | 133 "search/search_types.h", |
| 137 "search/search_urls.cc", | 134 "search/search_urls.cc", |
| 138 "search/search_urls.h", | 135 "search/search_urls.h", |
| 139 "secure_origin_whitelist.cc", | 136 "secure_origin_whitelist.cc", |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 mojom("instant_mojom") { | 692 mojom("instant_mojom") { |
| 696 sources = [ | 693 sources = [ |
| 697 "instant.mojom", | 694 "instant.mojom", |
| 698 ] | 695 ] |
| 699 | 696 |
| 700 public_deps = [ | 697 public_deps = [ |
| 701 "//mojo/common:common_custom_types", | 698 "//mojo/common:common_custom_types", |
| 702 "//url/mojo:url_mojom_gurl", | 699 "//url/mojo:url_mojom_gurl", |
| 703 ] | 700 ] |
| 704 } | 701 } |
| OLD | NEW |