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

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

Issue 2469863010: Move all ProvisionFetcher classes out of android/ subdirectories. (Closed)
Patch Set: Another NON_EXPORTED_BASE. 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/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # See //content/BUILD.gn for how this works. 7 # See //content/BUILD.gn for how this works.
8 group("browser") { 8 group("browser") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "plugin_service.h", 180 "plugin_service.h",
181 "plugin_service_filter.h", 181 "plugin_service_filter.h",
182 "presentation_screen_availability_listener.h", 182 "presentation_screen_availability_listener.h",
183 "presentation_service_delegate.h", 183 "presentation_service_delegate.h",
184 "presentation_session.cc", 184 "presentation_session.cc",
185 "presentation_session.h", 185 "presentation_session.h",
186 "presentation_session_message.cc", 186 "presentation_session_message.cc",
187 "presentation_session_message.h", 187 "presentation_session_message.h",
188 "profiler_controller.h", 188 "profiler_controller.h",
189 "profiler_subscriber.h", 189 "profiler_subscriber.h",
190 "provision_fetcher_factory.h",
191 "provision_fetcher_impl.cc",
192 "provision_fetcher_impl.h",
190 "push_messaging_service.cc", 193 "push_messaging_service.cc",
191 "push_messaging_service.h", 194 "push_messaging_service.h",
192 "quota_permission_context.h", 195 "quota_permission_context.h",
193 "readback_types.h", 196 "readback_types.h",
194 "render_frame_host.h", 197 "render_frame_host.h",
195 "render_process_host.h", 198 "render_process_host.h",
196 "render_process_host_factory.h", 199 "render_process_host_factory.h",
197 "render_process_host_observer.h", 200 "render_process_host_observer.h",
198 "render_view_host.h", 201 "render_view_host.h",
199 "render_widget_host.h", 202 "render_widget_host.h",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 327
325 if (is_android) { 328 if (is_android) {
326 deps += [ "//ui/android" ] 329 deps += [ "//ui/android" ]
327 } 330 }
328 331
329 if (use_aura) { 332 if (use_aura) {
330 sources -= [ "context_factory.h" ] 333 sources -= [ "context_factory.h" ]
331 deps += [ "//ui/aura" ] 334 deps += [ "//ui/aura" ]
332 } 335 }
333 } 336 }
OLDNEW
« no previous file with comments | « content/browser/media/url_provision_fetcher.cc ('k') | content/public/browser/android/provision_fetcher_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698