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

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: 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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'public/renderer/content_renderer_client.cc', 56 'public/renderer/content_renderer_client.cc',
57 'public/renderer/content_renderer_client.h', 57 'public/renderer/content_renderer_client.h',
58 'public/renderer/context_menu_client.h', 58 'public/renderer/context_menu_client.h',
59 'public/renderer/document_state.cc', 59 'public/renderer/document_state.cc',
60 'public/renderer/document_state.h', 60 'public/renderer/document_state.h',
61 'public/renderer/media_stream_audio_renderer.h', 61 'public/renderer/media_stream_audio_renderer.h',
62 'public/renderer/navigation_state.cc', 62 'public/renderer/navigation_state.cc',
63 'public/renderer/navigation_state.h', 63 'public/renderer/navigation_state.h',
64 'public/renderer/pepper_plugin_instance.h', 64 'public/renderer/pepper_plugin_instance.h',
65 'public/renderer/platform_event_observer.h', 65 'public/renderer/platform_event_observer.h',
66 'public/renderer/render_font_warmup_win.h',
67 'public/renderer/render_frame.h', 66 'public/renderer/render_frame.h',
68 'public/renderer/render_frame_observer.cc', 67 'public/renderer/render_frame_observer.cc',
69 'public/renderer/render_frame_observer.h', 68 'public/renderer/render_frame_observer.h',
70 'public/renderer/render_frame_observer_tracker.h', 69 'public/renderer/render_frame_observer_tracker.h',
71 'public/renderer/render_process_observer.cc', 70 'public/renderer/render_process_observer.cc',
72 'public/renderer/render_process_observer.h', 71 'public/renderer/render_process_observer.h',
73 'public/renderer/render_thread.cc', 72 'public/renderer/render_thread.cc',
74 'public/renderer/render_thread.h', 73 'public/renderer/render_thread.h',
75 'public/renderer/render_view.h', 74 'public/renderer/render_view.h',
76 'public/renderer/render_view_observer.cc', 75 'public/renderer/render_view_observer.cc',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'renderer/notification_permission_dispatcher.cc', 329 'renderer/notification_permission_dispatcher.cc',
331 'renderer/notification_permission_dispatcher.h', 330 'renderer/notification_permission_dispatcher.h',
332 'renderer/presentation/presentation_dispatcher.cc', 331 'renderer/presentation/presentation_dispatcher.cc',
333 'renderer/presentation/presentation_dispatcher.h', 332 'renderer/presentation/presentation_dispatcher.h',
334 'renderer/presentation/presentation_session_client.cc', 333 'renderer/presentation/presentation_session_client.cc',
335 'renderer/presentation/presentation_session_client.h', 334 'renderer/presentation/presentation_session_client.h',
336 'renderer/push_messaging/push_messaging_dispatcher.cc', 335 'renderer/push_messaging/push_messaging_dispatcher.cc',
337 'renderer/push_messaging/push_messaging_dispatcher.h', 336 'renderer/push_messaging/push_messaging_dispatcher.h',
338 'renderer/raster_worker_pool.cc', 337 'renderer/raster_worker_pool.cc',
339 'renderer/raster_worker_pool.h', 338 'renderer/raster_worker_pool.h',
340 'renderer/render_font_warmup_win.cc',
341 'renderer/render_frame_impl.cc', 339 'renderer/render_frame_impl.cc',
342 'renderer/render_frame_impl.h', 340 'renderer/render_frame_impl.h',
343 'renderer/render_frame_proxy.cc', 341 'renderer/render_frame_proxy.cc',
344 'renderer/render_frame_proxy.h', 342 'renderer/render_frame_proxy.h',
345 'renderer/render_process.h', 343 'renderer/render_process.h',
346 'renderer/render_process_impl.cc', 344 'renderer/render_process_impl.cc',
347 'renderer/render_process_impl.h', 345 'renderer/render_process_impl.h',
348 'renderer/render_thread_impl.cc', 346 'renderer/render_thread_impl.cc',
349 'renderer/render_thread_impl.h', 347 'renderer/render_thread_impl.h',
350 'renderer/render_view_impl.cc', 348 'renderer/render_view_impl.cc',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 }], 877 }],
880 ], 878 ],
881 'target_conditions': [ 879 'target_conditions': [
882 ['OS=="android"', { 880 ['OS=="android"', {
883 'sources/': [ 881 'sources/': [
884 ['include', '^renderer/render_view_linux\\.cc$'], 882 ['include', '^renderer/render_view_linux\\.cc$'],
885 ], 883 ],
886 }], 884 }],
887 ], 885 ],
888 } 886 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698