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

Side by Side Diff: content/content_browser.gypi

Issue 7734005: Get rid of the link time dependency between content and chrome through the geolocation code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/mock_content_browser_client.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_browser', 8 'target_name': 'content_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'browser/file_metadata_mac.h', 154 'browser/file_metadata_mac.h',
155 'browser/file_metadata_mac.mm', 155 'browser/file_metadata_mac.mm',
156 'browser/file_system/browser_file_system_helper.cc', 156 'browser/file_system/browser_file_system_helper.cc',
157 'browser/file_system/browser_file_system_helper.h', 157 'browser/file_system/browser_file_system_helper.h',
158 'browser/file_system/file_system_dispatcher_host.cc', 158 'browser/file_system/file_system_dispatcher_host.cc',
159 'browser/file_system/file_system_dispatcher_host.h', 159 'browser/file_system/file_system_dispatcher_host.h',
160 'browser/find_pasteboard.h', 160 'browser/find_pasteboard.h',
161 'browser/find_pasteboard.mm', 161 'browser/find_pasteboard.mm',
162 'browser/font_list_async.cc', 162 'browser/font_list_async.cc',
163 'browser/font_list_async.h', 163 'browser/font_list_async.h',
164 'browser/geolocation/access_token_store.cc',
164 'browser/geolocation/access_token_store.h', 165 'browser/geolocation/access_token_store.h',
165 'browser/geolocation/arbitrator_dependency_factory.cc', 166 'browser/geolocation/arbitrator_dependency_factory.cc',
166 'browser/geolocation/arbitrator_dependency_factory.h', 167 'browser/geolocation/arbitrator_dependency_factory.h',
167 'browser/geolocation/core_location_data_provider_mac.h', 168 'browser/geolocation/core_location_data_provider_mac.h',
168 'browser/geolocation/core_location_data_provider_mac.mm', 169 'browser/geolocation/core_location_data_provider_mac.mm',
169 'browser/geolocation/core_location_provider_mac.h', 170 'browser/geolocation/core_location_provider_mac.h',
170 'browser/geolocation/core_location_provider_mac.mm', 171 'browser/geolocation/core_location_provider_mac.mm',
171 'browser/geolocation/device_data_provider.cc', 172 'browser/geolocation/device_data_provider.cc',
172 'browser/geolocation/device_data_provider.h', 173 'browser/geolocation/device_data_provider.h',
173 'browser/geolocation/empty_device_data_provider.cc', 174 'browser/geolocation/empty_device_data_provider.cc',
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 589 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
589 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 590 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
590 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 591 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
591 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 592 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
592 ], 593 ],
593 }], 594 }],
594 ], 595 ],
595 }, 596 },
596 ], 597 ],
597 } 598 }
OLDNEW
« no previous file with comments | « content/browser/mock_content_browser_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698