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

Side by Side Diff: content/content_common.gypi

Issue 10536066: android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more jam feedback Created 8 years, 6 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
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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'common/fileapi/webblob_messages.h', 145 'common/fileapi/webblob_messages.h',
146 'common/fileapi/webblobregistry_impl.cc', 146 'common/fileapi/webblobregistry_impl.cc',
147 'common/fileapi/webblobregistry_impl.h', 147 'common/fileapi/webblobregistry_impl.h',
148 'common/fileapi/webfilesystem_callback_dispatcher.cc', 148 'common/fileapi/webfilesystem_callback_dispatcher.cc',
149 'common/fileapi/webfilesystem_callback_dispatcher.h', 149 'common/fileapi/webfilesystem_callback_dispatcher.h',
150 'common/fileapi/webfilesystem_impl.cc', 150 'common/fileapi/webfilesystem_impl.cc',
151 'common/fileapi/webfilesystem_impl.h', 151 'common/fileapi/webfilesystem_impl.h',
152 'common/fileapi/webfilewriter_impl.cc', 152 'common/fileapi/webfilewriter_impl.cc',
153 'common/fileapi/webfilewriter_impl.h', 153 'common/fileapi/webfilewriter_impl.h',
154 'common/file_utilities_messages.h', 154 'common/file_utilities_messages.h',
155 'common/find_match_rect_android.cc',
156 'common/find_match_rect_android.h',
155 'common/font_cache_dispatcher_win.cc', 157 'common/font_cache_dispatcher_win.cc',
156 'common/font_cache_dispatcher_win.h', 158 'common/font_cache_dispatcher_win.h',
157 'common/font_config_ipc_linux.cc', 159 'common/font_config_ipc_linux.cc',
158 'common/font_config_ipc_linux.h', 160 'common/font_config_ipc_linux.h',
159 'common/font_list.h', 161 'common/font_list.h',
160 'common/font_list_android.cc', 162 'common/font_list_android.cc',
161 'common/font_list_mac.mm', 163 'common/font_list_mac.mm',
162 'common/font_list_win.cc', 164 'common/font_list_win.cc',
163 'common/font_list_x11.cc', 165 'common/font_list_x11.cc',
164 'common/gamepad_hardware_buffer.h', 166 'common/gamepad_hardware_buffer.h',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 '../build/extract_from_cab.py', 454 '../build/extract_from_cab.py',
453 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 455 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
454 '<(output)', 456 '<(output)',
455 '<(PRODUCT_DIR)', 457 '<(PRODUCT_DIR)',
456 ], 458 ],
457 }, 459 },
458 ] 460 ]
459 }] 461 }]
460 ], 462 ],
461 } 463 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698