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

Side by Side Diff: content/content_renderer.gypi

Issue 12780024: Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed android build Created 7 years, 9 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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'renderer/gpu/mailbox_output_surface.cc', 107 'renderer/gpu/mailbox_output_surface.cc',
108 'renderer/gpu/mailbox_output_surface.h', 108 'renderer/gpu/mailbox_output_surface.h',
109 'renderer/gpu/stream_texture_host_android.cc', 109 'renderer/gpu/stream_texture_host_android.cc',
110 'renderer/gpu/stream_texture_host_android.h', 110 'renderer/gpu/stream_texture_host_android.h',
111 'renderer/gpu/render_widget_compositor.cc', 111 'renderer/gpu/render_widget_compositor.cc',
112 'renderer/gpu/render_widget_compositor.h', 112 'renderer/gpu/render_widget_compositor.h',
113 'renderer/hyphenator/hyphenator.cc', 113 'renderer/hyphenator/hyphenator.cc',
114 'renderer/hyphenator/hyphenator.h', 114 'renderer/hyphenator/hyphenator.h',
115 'renderer/idle_user_detector.cc', 115 'renderer/idle_user_detector.cc',
116 'renderer/idle_user_detector.h', 116 'renderer/idle_user_detector.h',
117 'renderer/image_loading_helper.cc',
118 'renderer/image_loading_helper.h',
117 'renderer/input_tag_speech_dispatcher.cc', 119 'renderer/input_tag_speech_dispatcher.cc',
118 'renderer/input_tag_speech_dispatcher.h', 120 'renderer/input_tag_speech_dispatcher.h',
119 'renderer/java/java_bridge_channel.cc', 121 'renderer/java/java_bridge_channel.cc',
120 'renderer/java/java_bridge_channel.h', 122 'renderer/java/java_bridge_channel.h',
121 'renderer/java/java_bridge_dispatcher.cc', 123 'renderer/java/java_bridge_dispatcher.cc',
122 'renderer/java/java_bridge_dispatcher.h', 124 'renderer/java/java_bridge_dispatcher.h',
123 'renderer/load_progress_tracker.cc', 125 'renderer/load_progress_tracker.cc',
124 'renderer/load_progress_tracker.h', 126 'renderer/load_progress_tracker.h',
125 'renderer/media/audio_device_factory.cc', 127 'renderer/media/audio_device_factory.cc',
126 'renderer/media/audio_device_factory.h', 128 'renderer/media/audio_device_factory.h',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 }], 421 }],
420 ], 422 ],
421 'target_conditions': [ 423 'target_conditions': [
422 ['OS=="android"', { 424 ['OS=="android"', {
423 'sources/': [ 425 'sources/': [
424 ['include', '^renderer/render_view_linux\\.cc$'], 426 ['include', '^renderer/render_view_linux\\.cc$'],
425 ], 427 ],
426 }], 428 }],
427 ], 429 ],
428 } 430 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698