Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: chrome/common/BUILD.gn

Issue 2473783005: [Win] Create ModuleWatcher. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "chrome_media_client_android.h", 66 "chrome_media_client_android.h",
67 "chrome_result_codes.h", 67 "chrome_result_codes.h",
68 "chrome_utility_messages.h", 68 "chrome_utility_messages.h",
69 "common_message_generator.cc", 69 "common_message_generator.cc",
70 "common_message_generator.h", 70 "common_message_generator.h",
71 "common_param_traits.cc", 71 "common_param_traits.cc",
72 "common_param_traits.h", 72 "common_param_traits.h",
73 "common_param_traits_macros.h", 73 "common_param_traits_macros.h",
74 "component_flash_hint_file_linux.cc", 74 "component_flash_hint_file_linux.cc",
75 "component_flash_hint_file_linux.h", 75 "component_flash_hint_file_linux.h",
76 "conflicts/module_watcher_win.cc",
77 "conflicts/module_watcher_win.h",
76 "content_restriction.h", 78 "content_restriction.h",
77 "content_settings_pattern_serializer.cc", 79 "content_settings_pattern_serializer.cc",
78 "content_settings_pattern_serializer.h", 80 "content_settings_pattern_serializer.h",
79 "crash_keys.cc", 81 "crash_keys.cc",
80 "crash_keys.h", 82 "crash_keys.h",
81 "custom_handlers/protocol_handler.cc", 83 "custom_handlers/protocol_handler.cc",
82 "custom_handlers/protocol_handler.h", 84 "custom_handlers/protocol_handler.h",
83 "descriptors_android.h", 85 "descriptors_android.h",
84 "ini_parser.cc", 86 "ini_parser.cc",
85 "ini_parser.h", 87 "ini_parser.h",
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 "shell_handler_win.mojom", 669 "shell_handler_win.mojom",
668 ] 670 ]
669 671
670 public_deps = [ 672 public_deps = [
671 "//skia/public/interfaces", 673 "//skia/public/interfaces",
672 "//url/mojo:url_mojom_gurl", 674 "//url/mojo:url_mojom_gurl",
673 ] 675 ]
674 676
675 use_new_wrapper_types = false 677 use_new_wrapper_types = false
676 } 678 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/conflicts/OWNERS » ('j') | chrome/common/conflicts/module_watcher_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698