| 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("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "search/instant_types.cc", | 117 "search/instant_types.cc", |
| 118 "search/instant_types.h", | 118 "search/instant_types.h", |
| 119 "search/ntp_logging_events.h", | 119 "search/ntp_logging_events.h", |
| 120 "search/search_types.h", | 120 "search/search_types.h", |
| 121 "search/search_urls.cc", | 121 "search/search_urls.cc", |
| 122 "search/search_urls.h", | 122 "search/search_urls.h", |
| 123 "secure_origin_whitelist.cc", | 123 "secure_origin_whitelist.cc", |
| 124 "secure_origin_whitelist.h", | 124 "secure_origin_whitelist.h", |
| 125 "ssl_insecure_content.cc", | 125 "ssl_insecure_content.cc", |
| 126 "ssl_insecure_content.h", | 126 "ssl_insecure_content.h", |
| 127 "stack_sampling_configuration.cc", |
| 128 "stack_sampling_configuration.h", |
| 127 "switch_utils.cc", | 129 "switch_utils.cc", |
| 128 "switch_utils.h", | 130 "switch_utils.h", |
| 129 "trace_event_args_whitelist.cc", | 131 "trace_event_args_whitelist.cc", |
| 130 "trace_event_args_whitelist.h", | 132 "trace_event_args_whitelist.h", |
| 131 "tts_messages.h", | 133 "tts_messages.h", |
| 132 "tts_utterance_request.cc", | 134 "tts_utterance_request.cc", |
| 133 "tts_utterance_request.h", | 135 "tts_utterance_request.h", |
| 134 "url_constants.cc", | 136 "url_constants.cc", |
| 135 "url_constants.h", | 137 "url_constants.h", |
| 136 "v8_breakpad_support_win.cc", | 138 "v8_breakpad_support_win.cc", |
| (...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 "shell_handler_win.mojom", | 656 "shell_handler_win.mojom", |
| 655 ] | 657 ] |
| 656 | 658 |
| 657 public_deps = [ | 659 public_deps = [ |
| 658 "//skia/public/interfaces", | 660 "//skia/public/interfaces", |
| 659 "//url/mojo:url_mojom_gurl", | 661 "//url/mojo:url_mojom_gurl", |
| 660 ] | 662 ] |
| 661 | 663 |
| 662 use_new_wrapper_types = false | 664 use_new_wrapper_types = false |
| 663 } | 665 } |
| OLD | NEW |