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

Side by Side Diff: content/content_common.gypi

Issue 26541007: ozone: Allow building for ozone without depending on pango (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: prepare-land Created 7 years, 1 month 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/content_browser.gypi ('k') | ui/gfx/font_unittest.cc » ('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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'common/fileapi/file_system_messages.h', 166 'common/fileapi/file_system_messages.h',
167 'common/fileapi/webblob_messages.h', 167 'common/fileapi/webblob_messages.h',
168 'common/font_cache_dispatcher_win.cc', 168 'common/font_cache_dispatcher_win.cc',
169 'common/font_cache_dispatcher_win.h', 169 'common/font_cache_dispatcher_win.h',
170 'common/font_config_ipc_linux.cc', 170 'common/font_config_ipc_linux.cc',
171 'common/font_config_ipc_linux.h', 171 'common/font_config_ipc_linux.h',
172 'common/font_list.cc', 172 'common/font_list.cc',
173 'common/font_list.h', 173 'common/font_list.h',
174 'common/font_list_android.cc', 174 'common/font_list_android.cc',
175 'common/font_list_mac.mm', 175 'common/font_list_mac.mm',
176 'common/font_list_ozone.cc',
176 'common/font_list_pango.cc', 177 'common/font_list_pango.cc',
177 'common/font_list_win.cc', 178 'common/font_list_win.cc',
178 'common/gamepad_hardware_buffer.h', 179 'common/gamepad_hardware_buffer.h',
179 'common/gamepad_messages.h', 180 'common/gamepad_messages.h',
180 'common/gamepad_user_gesture.cc', 181 'common/gamepad_user_gesture.cc',
181 'common/gamepad_user_gesture.h', 182 'common/gamepad_user_gesture.h',
182 'common/geolocation_messages.h', 183 'common/geolocation_messages.h',
183 'common/gpu/client/command_buffer_proxy_impl.cc', 184 'common/gpu/client/command_buffer_proxy_impl.cc',
184 'common/gpu/client/command_buffer_proxy_impl.h', 185 'common/gpu/client/command_buffer_proxy_impl.h',
185 'common/gpu/client/context_provider_command_buffer.cc', 186 'common/gpu/client/context_provider_command_buffer.cc',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 586 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
586 '<(output)', 587 '<(output)',
587 '<(PRODUCT_DIR)', 588 '<(PRODUCT_DIR)',
588 ], 589 ],
589 'msvs_cygwin_shell': 1, 590 'msvs_cygwin_shell': 1,
590 }, 591 },
591 ] 592 ]
592 }], 593 }],
593 ], 594 ],
594 } 595 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | ui/gfx/font_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698