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

Side by Side Diff: content/content_browser.gypi

Issue 9500008: Move font_list_async.h to content/public. Switch to Pass() goodness to simplify code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix clang Created 8 years, 9 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/common/font_list_x11.cc ('k') | content/public/browser/font_list_async.h » ('j') | 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) 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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'public/browser/devtools_http_handler_delegate.h', 55 'public/browser/devtools_http_handler_delegate.h',
56 'public/browser/devtools_manager.h', 56 'public/browser/devtools_manager.h',
57 'public/browser/dom_operation_notification_details.h', 57 'public/browser/dom_operation_notification_details.h',
58 'public/browser/dom_storage_context.h', 58 'public/browser/dom_storage_context.h',
59 'public/browser/download_item.h', 59 'public/browser/download_item.h',
60 'public/browser/download_manager.h', 60 'public/browser/download_manager.h',
61 'public/browser/download_manager_delegate.cc', 61 'public/browser/download_manager_delegate.cc',
62 'public/browser/download_manager_delegate.h', 62 'public/browser/download_manager_delegate.h',
63 'public/browser/favicon_status.cc', 63 'public/browser/favicon_status.cc',
64 'public/browser/favicon_status.h', 64 'public/browser/favicon_status.h',
65 'public/browser/font_list_async.h',
65 'public/browser/geolocation_permission_context.h', 66 'public/browser/geolocation_permission_context.h',
66 'public/browser/global_request_id.h', 67 'public/browser/global_request_id.h',
67 'public/browser/gpu_data_manager.h', 68 'public/browser/gpu_data_manager.h',
68 'public/browser/gpu_data_manager_observer.h', 69 'public/browser/gpu_data_manager_observer.h',
69 'public/browser/host_zoom_map.h', 70 'public/browser/host_zoom_map.h',
70 'public/browser/indexed_db_context.h', 71 'public/browser/indexed_db_context.h',
71 'public/browser/interstitial_page.h', 72 'public/browser/interstitial_page.h',
72 'public/browser/invalidate_type.h', 73 'public/browser/invalidate_type.h',
73 'public/browser/javascript_dialogs.h', 74 'public/browser/javascript_dialogs.h',
74 'public/browser/native_web_keyboard_event.h', 75 'public/browser/native_web_keyboard_event.h',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'browser/download/save_types.h', 262 'browser/download/save_types.h',
262 'browser/file_metadata_mac.h', 263 'browser/file_metadata_mac.h',
263 'browser/file_metadata_mac.mm', 264 'browser/file_metadata_mac.mm',
264 'browser/file_system/browser_file_system_helper.cc', 265 'browser/file_system/browser_file_system_helper.cc',
265 'browser/file_system/browser_file_system_helper.h', 266 'browser/file_system/browser_file_system_helper.h',
266 'browser/file_system/file_system_dispatcher_host.cc', 267 'browser/file_system/file_system_dispatcher_host.cc',
267 'browser/file_system/file_system_dispatcher_host.h', 268 'browser/file_system/file_system_dispatcher_host.h',
268 'browser/find_pasteboard.h', 269 'browser/find_pasteboard.h',
269 'browser/find_pasteboard.mm', 270 'browser/find_pasteboard.mm',
270 'browser/font_list_async.cc', 271 'browser/font_list_async.cc',
271 'browser/font_list_async.h',
272 'browser/gamepad/data_fetcher.h', 272 'browser/gamepad/data_fetcher.h',
273 'browser/gamepad/gamepad_provider.cc', 273 'browser/gamepad/gamepad_provider.cc',
274 'browser/gamepad/gamepad_provider.h', 274 'browser/gamepad/gamepad_provider.h',
275 'browser/gamepad/gamepad_service.cc', 275 'browser/gamepad/gamepad_service.cc',
276 'browser/gamepad/gamepad_service.h', 276 'browser/gamepad/gamepad_service.h',
277 'browser/gamepad/gamepad_standard_mappings.h', 277 'browser/gamepad/gamepad_standard_mappings.h',
278 'browser/gamepad/gamepad_standard_mappings_linux.cc', 278 'browser/gamepad/gamepad_standard_mappings_linux.cc',
279 'browser/gamepad/gamepad_standard_mappings_mac.mm', 279 'browser/gamepad/gamepad_standard_mappings_mac.mm',
280 'browser/gamepad/platform_data_fetcher.h', 280 'browser/gamepad/platform_data_fetcher.h',
281 'browser/gamepad/platform_data_fetcher_linux.cc', 281 'browser/gamepad/platform_data_fetcher_linux.cc',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 ], 862 ],
863 }], 863 }],
864 ['input_speech==0', { 864 ['input_speech==0', {
865 'sources/': [ 865 'sources/': [
866 ['exclude', '^browser/speech/'], 866 ['exclude', '^browser/speech/'],
867 ], 867 ],
868 }], 868 }],
869 ], 869 ],
870 } 870 }
871 871
OLDNEW
« no previous file with comments | « content/common/font_list_x11.cc ('k') | content/public/browser/font_list_async.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698