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

Side by Side Diff: content/public/common/BUILD.gn

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fixed analysis. Created 3 years, 10 months 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/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "color_suggestion.h", 116 "color_suggestion.h",
117 "common_param_traits.cc", 117 "common_param_traits.cc",
118 "common_param_traits.h", 118 "common_param_traits.h",
119 "common_param_traits_macros.h", 119 "common_param_traits_macros.h",
120 "connection_filter.h", 120 "connection_filter.h",
121 "console_message_level.h", 121 "console_message_level.h",
122 "content_client.cc", 122 "content_client.cc",
123 "content_client.h", 123 "content_client.h",
124 "content_constants.cc", 124 "content_constants.cc",
125 "content_constants.h", 125 "content_constants.h",
126 "content_descriptor_keys.cc",
127 "content_descriptor_keys.h",
126 "content_descriptors.h", 128 "content_descriptors.h",
127 "content_features.cc", 129 "content_features.cc",
128 "content_features.h", 130 "content_features.h",
129 "content_ipc_logging.h", 131 "content_ipc_logging.h",
130 "content_paths.h", 132 "content_paths.h",
131 "content_switches.cc", 133 "content_switches.cc",
132 "content_switches.h", 134 "content_switches.h",
133 "context_menu_params.cc", 135 "context_menu_params.cc",
134 "context_menu_params.h", 136 "context_menu_params.h",
135 "drop_data.cc", 137 "drop_data.cc",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 sources = [ 328 sources = [
327 "window_container_type.mojom", 329 "window_container_type.mojom",
328 ] 330 ]
329 } 331 }
330 332
331 mojom("service_names") { 333 mojom("service_names") {
332 sources = [ 334 sources = [
333 "service_names.mojom", 335 "service_names.mojom",
334 ] 336 ]
335 } 337 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698