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

Side by Side Diff: content/content_browser.gypi

Issue 8997008: Move AccessTokenStore to Content API, now that it is a pure-virtual class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head (pure merge). Created 9 years 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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
11 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 11 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 '../third_party/flac/flac.gyp:libflac', 13 '../third_party/flac/flac.gyp:libflac',
14 '../third_party/speex/speex.gyp:libspeex', 14 '../third_party/speex/speex.gyp:libspeex',
15 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 15 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
16 '../third_party/zlib/zlib.gyp:zlib', 16 '../third_party/zlib/zlib.gyp:zlib',
17 '../ui/gfx/surface/surface.gyp:surface', 17 '../ui/gfx/surface/surface.gyp:surface',
18 '../ui/ui.gyp:ui', 18 '../ui/ui.gyp:ui',
19 '../ui/ui.gyp:ui_resources', 19 '../ui/ui.gyp:ui_resources',
20 '../webkit/support/webkit_support.gyp:webkit_resources', 20 '../webkit/support/webkit_support.gyp:webkit_resources',
21 '../webkit/support/webkit_support.gyp:webkit_strings', 21 '../webkit/support/webkit_support.gyp:webkit_strings',
22 ], 22 ],
23 'include_dirs': [ 23 'include_dirs': [
24 '..', 24 '..',
25 '<(INTERMEDIATE_DIR)', 25 '<(INTERMEDIATE_DIR)',
26 ], 26 ],
27 'sources': [ 27 'sources': [
28 'public/browser/access_token_store.cc',
29 'public/browser/access_token_store.h',
28 'public/browser/browser_context.h', 30 'public/browser/browser_context.h',
29 'public/browser/browser_main_parts.h', 31 'public/browser/browser_main_parts.h',
30 'public/browser/browser_message_filter.cc', 32 'public/browser/browser_message_filter.cc',
31 'public/browser/browser_message_filter.h', 33 'public/browser/browser_message_filter.h',
32 'public/browser/browser_shutdown.h', 34 'public/browser/browser_shutdown.h',
33 'public/browser/browser_thread.h', 35 'public/browser/browser_thread.h',
34 'public/browser/browser_thread_delegate.h', 36 'public/browser/browser_thread_delegate.h',
35 'public/browser/child_process_data.h', 37 'public/browser/child_process_data.h',
36 'public/browser/content_browser_client.h', 38 'public/browser/content_browser_client.h',
37 'public/browser/content_ipc_logging.h', 39 'public/browser/content_ipc_logging.h',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'browser/font_list_async.h', 216 'browser/font_list_async.h',
215 'browser/gamepad/data_fetcher.h', 217 'browser/gamepad/data_fetcher.h',
216 'browser/gamepad/data_fetcher_mac.mm', 218 'browser/gamepad/data_fetcher_mac.mm',
217 'browser/gamepad/data_fetcher_mac.h', 219 'browser/gamepad/data_fetcher_mac.h',
218 'browser/gamepad/data_fetcher_win.cc', 220 'browser/gamepad/data_fetcher_win.cc',
219 'browser/gamepad/data_fetcher_win.h', 221 'browser/gamepad/data_fetcher_win.h',
220 'browser/gamepad/gamepad_provider.cc', 222 'browser/gamepad/gamepad_provider.cc',
221 'browser/gamepad/gamepad_provider.h', 223 'browser/gamepad/gamepad_provider.h',
222 'browser/gamepad/gamepad_service.cc', 224 'browser/gamepad/gamepad_service.cc',
223 'browser/gamepad/gamepad_service.h', 225 'browser/gamepad/gamepad_service.h',
224 'browser/geolocation/access_token_store.cc',
225 'browser/geolocation/access_token_store.h',
226 'browser/geolocation/arbitrator_dependency_factory.cc', 226 'browser/geolocation/arbitrator_dependency_factory.cc',
227 'browser/geolocation/arbitrator_dependency_factory.h', 227 'browser/geolocation/arbitrator_dependency_factory.h',
228 'browser/geolocation/core_location_data_provider_mac.h', 228 'browser/geolocation/core_location_data_provider_mac.h',
229 'browser/geolocation/core_location_data_provider_mac.mm', 229 'browser/geolocation/core_location_data_provider_mac.mm',
230 'browser/geolocation/core_location_provider_mac.h', 230 'browser/geolocation/core_location_provider_mac.h',
231 'browser/geolocation/core_location_provider_mac.mm', 231 'browser/geolocation/core_location_provider_mac.mm',
232 'browser/geolocation/device_data_provider.cc', 232 'browser/geolocation/device_data_provider.cc',
233 'browser/geolocation/device_data_provider.h', 233 'browser/geolocation/device_data_provider.h',
234 'browser/geolocation/empty_device_data_provider.cc', 234 'browser/geolocation/empty_device_data_provider.cc',
235 'browser/geolocation/empty_device_data_provider.h', 235 'browser/geolocation/empty_device_data_provider.h',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'ENABLE_JAVA_BRIDGE', 795 'ENABLE_JAVA_BRIDGE',
796 ], 796 ],
797 }, { 797 }, {
798 'sources/': [ 798 'sources/': [
799 ['exclude', '^browser/renderer_host/java/'], 799 ['exclude', '^browser/renderer_host/java/'],
800 ], 800 ],
801 }], 801 }],
802 ], 802 ],
803 } 803 }
804 804
OLDNEW
« no previous file with comments | « content/browser/geolocation/network_location_provider_unittest.cc ('k') | content/public/browser/access_token_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698