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

Side by Side Diff: content/content_common.gypi

Issue 9361039: Adds a stub method & classes for those which aren't used in android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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_android.cc ('k') | content/renderer/render_view_impl.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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'common/file_system/webfilesystem_impl.h', 128 'common/file_system/webfilesystem_impl.h',
129 'common/file_system/webfilewriter_impl.cc', 129 'common/file_system/webfilewriter_impl.cc',
130 'common/file_system/webfilewriter_impl.h', 130 'common/file_system/webfilewriter_impl.h',
131 'common/file_system_messages.h', 131 'common/file_system_messages.h',
132 'common/file_utilities_messages.h', 132 'common/file_utilities_messages.h',
133 'common/font_cache_dispatcher_win.cc', 133 'common/font_cache_dispatcher_win.cc',
134 'common/font_cache_dispatcher_win.h', 134 'common/font_cache_dispatcher_win.h',
135 'common/font_config_ipc_linux.cc', 135 'common/font_config_ipc_linux.cc',
136 'common/font_config_ipc_linux.h', 136 'common/font_config_ipc_linux.h',
137 'common/font_list.h', 137 'common/font_list.h',
138 'common/font_list_android.cc',
138 'common/font_list_mac.mm', 139 'common/font_list_mac.mm',
139 'common/font_list_win.cc', 140 'common/font_list_win.cc',
140 'common/font_list_x11.cc', 141 'common/font_list_x11.cc',
141 'common/gamepad_hardware_buffer.h', 142 'common/gamepad_hardware_buffer.h',
142 'common/gamepad_messages.h', 143 'common/gamepad_messages.h',
143 'common/gamepad_seqlock.cc', 144 'common/gamepad_seqlock.cc',
144 'common/gamepad_seqlock.h', 145 'common/gamepad_seqlock.h',
145 'common/geolocation_messages.h', 146 'common/geolocation_messages.h',
146 'common/geoposition.cc', 147 'common/geoposition.cc',
147 'common/geoposition.h', 148 'common/geoposition.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 '../build/extract_from_cab.py', 396 '../build/extract_from_cab.py',
396 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 397 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
397 '<(output)', 398 '<(output)',
398 '<(PRODUCT_DIR)', 399 '<(PRODUCT_DIR)',
399 ], 400 ],
400 }, 401 },
401 ] 402 ]
402 }] 403 }]
403 ], 404 ],
404 } 405 }
OLDNEW
« no previous file with comments | « content/common/font_list_android.cc ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698