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

Side by Side Diff: content/content_renderer.gypi

Issue 1367853002: Move GeolocationDispatcher into blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix layout tests Created 5 years, 2 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'renderer/fetchers/manifest_fetcher.cc', 170 'renderer/fetchers/manifest_fetcher.cc',
171 'renderer/fetchers/manifest_fetcher.h', 171 'renderer/fetchers/manifest_fetcher.h',
172 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', 172 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc',
173 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', 173 'renderer/fetchers/multi_resolution_image_resource_fetcher.h',
174 'renderer/fetchers/resource_fetcher_impl.cc', 174 'renderer/fetchers/resource_fetcher_impl.cc',
175 'renderer/fetchers/resource_fetcher_impl.h', 175 'renderer/fetchers/resource_fetcher_impl.h',
176 'renderer/fetchers/web_url_loader_client_impl.cc', 176 'renderer/fetchers/web_url_loader_client_impl.cc',
177 'renderer/fetchers/web_url_loader_client_impl.h', 177 'renderer/fetchers/web_url_loader_client_impl.h',
178 'renderer/gamepad_shared_memory_reader.cc', 178 'renderer/gamepad_shared_memory_reader.cc',
179 'renderer/gamepad_shared_memory_reader.h', 179 'renderer/gamepad_shared_memory_reader.h',
180 'renderer/geolocation_dispatcher.cc',
181 'renderer/geolocation_dispatcher.h',
182 'renderer/gpu/compositor_dependencies.h', 180 'renderer/gpu/compositor_dependencies.h',
183 'renderer/gpu/compositor_external_begin_frame_source.cc', 181 'renderer/gpu/compositor_external_begin_frame_source.cc',
184 'renderer/gpu/compositor_external_begin_frame_source.h', 182 'renderer/gpu/compositor_external_begin_frame_source.h',
185 'renderer/gpu/compositor_forwarding_message_filter.cc', 183 'renderer/gpu/compositor_forwarding_message_filter.cc',
186 'renderer/gpu/compositor_forwarding_message_filter.h', 184 'renderer/gpu/compositor_forwarding_message_filter.h',
187 'renderer/gpu/compositor_output_surface.cc', 185 'renderer/gpu/compositor_output_surface.cc',
188 'renderer/gpu/compositor_output_surface.h', 186 'renderer/gpu/compositor_output_surface.h',
189 'renderer/gpu/delegated_compositor_output_surface.cc', 187 'renderer/gpu/delegated_compositor_output_surface.cc',
190 'renderer/gpu/delegated_compositor_output_surface.h', 188 'renderer/gpu/delegated_compositor_output_surface.h',
191 'renderer/gpu/frame_swap_message_queue.cc', 189 'renderer/gpu/frame_swap_message_queue.cc',
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 }], 886 }],
889 ], 887 ],
890 'target_conditions': [ 888 'target_conditions': [
891 ['OS=="android"', { 889 ['OS=="android"', {
892 'sources/': [ 890 'sources/': [
893 ['include', '^renderer/render_view_linux\\.cc$'], 891 ['include', '^renderer/render_view_linux\\.cc$'],
894 ], 892 ],
895 }], 893 }],
896 ], 894 ],
897 } 895 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/geolocation_dispatcher.h » ('j') | third_party/WebKit/Source/modules/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698