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

Side by Side Diff: content/content_renderer.gypi

Issue 1326623002: Moved render_font to a common location to share with other content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused entries. Created 5 years, 3 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
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/OWNERS » ('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 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'renderer/notification_permission_dispatcher.cc', 330 'renderer/notification_permission_dispatcher.cc',
331 'renderer/notification_permission_dispatcher.h', 331 'renderer/notification_permission_dispatcher.h',
332 'renderer/presentation/presentation_dispatcher.cc', 332 'renderer/presentation/presentation_dispatcher.cc',
333 'renderer/presentation/presentation_dispatcher.h', 333 'renderer/presentation/presentation_dispatcher.h',
334 'renderer/presentation/presentation_session_client.cc', 334 'renderer/presentation/presentation_session_client.cc',
335 'renderer/presentation/presentation_session_client.h', 335 'renderer/presentation/presentation_session_client.h',
336 'renderer/push_messaging/push_messaging_dispatcher.cc', 336 'renderer/push_messaging/push_messaging_dispatcher.cc',
337 'renderer/push_messaging/push_messaging_dispatcher.h', 337 'renderer/push_messaging/push_messaging_dispatcher.h',
338 'renderer/raster_worker_pool.cc', 338 'renderer/raster_worker_pool.cc',
339 'renderer/raster_worker_pool.h', 339 'renderer/raster_worker_pool.h',
340 'renderer/render_font_warmup_win.cc',
341 'renderer/render_font_warmup_win.h',
342 'renderer/render_frame_impl.cc', 340 'renderer/render_frame_impl.cc',
343 'renderer/render_frame_impl.h', 341 'renderer/render_frame_impl.h',
344 'renderer/render_frame_proxy.cc', 342 'renderer/render_frame_proxy.cc',
345 'renderer/render_frame_proxy.h', 343 'renderer/render_frame_proxy.h',
346 'renderer/render_process.h', 344 'renderer/render_process.h',
347 'renderer/render_process_impl.cc', 345 'renderer/render_process_impl.cc',
348 'renderer/render_process_impl.h', 346 'renderer/render_process_impl.h',
349 'renderer/render_thread_impl.cc', 347 'renderer/render_thread_impl.cc',
350 'renderer/render_thread_impl.h', 348 'renderer/render_thread_impl.h',
351 'renderer/render_view_impl.cc', 349 'renderer/render_view_impl.cc',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 }], 882 }],
885 ], 883 ],
886 'target_conditions': [ 884 'target_conditions': [
887 ['OS=="android"', { 885 ['OS=="android"', {
888 'sources/': [ 886 'sources/': [
889 ['include', '^renderer/render_view_linux\\.cc$'], 887 ['include', '^renderer/render_view_linux\\.cc$'],
890 ], 888 ],
891 }], 889 }],
892 ], 890 ],
893 } 891 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698