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

Side by Side Diff: content/content_common.gypi

Issue 12780024: Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: caitp feedback Created 7 years, 8 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_renderer.gypi » ('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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'common/gpu/media/mac_video_decode_accelerator.h', 257 'common/gpu/media/mac_video_decode_accelerator.h',
258 'common/gpu/media/mac_video_decode_accelerator.mm', 258 'common/gpu/media/mac_video_decode_accelerator.mm',
259 'common/gpu/media/gpu_video_decode_accelerator.cc', 259 'common/gpu/media/gpu_video_decode_accelerator.cc',
260 'common/gpu/media/gpu_video_decode_accelerator.h', 260 'common/gpu/media/gpu_video_decode_accelerator.h',
261 'common/gpu/sync_point_manager.h', 261 'common/gpu/sync_point_manager.h',
262 'common/gpu/sync_point_manager.cc', 262 'common/gpu/sync_point_manager.cc',
263 'common/gpu/texture_image_transport_surface.h', 263 'common/gpu/texture_image_transport_surface.h',
264 'common/gpu/texture_image_transport_surface.cc', 264 'common/gpu/texture_image_transport_surface.cc',
265 'common/handle_enumerator_win.cc', 265 'common/handle_enumerator_win.cc',
266 'common/handle_enumerator_win.h', 266 'common/handle_enumerator_win.h',
267 'common/icon_messages.h', 267 'common/image_messages.h',
268 'common/indexed_db/indexed_db_key.cc', 268 'common/indexed_db/indexed_db_key.cc',
269 'common/indexed_db/indexed_db_key.h', 269 'common/indexed_db/indexed_db_key.h',
270 'common/indexed_db/indexed_db_key_path.cc', 270 'common/indexed_db/indexed_db_key_path.cc',
271 'common/indexed_db/indexed_db_key_path.h', 271 'common/indexed_db/indexed_db_key_path.h',
272 'common/indexed_db/indexed_db_key_range.cc', 272 'common/indexed_db/indexed_db_key_range.cc',
273 'common/indexed_db/indexed_db_key_range.h', 273 'common/indexed_db/indexed_db_key_range.h',
274 'common/indexed_db/indexed_db_messages.h', 274 'common/indexed_db/indexed_db_messages.h',
275 'common/indexed_db/indexed_db_param_traits.cc', 275 'common/indexed_db/indexed_db_param_traits.cc',
276 'common/indexed_db/indexed_db_param_traits.h', 276 'common/indexed_db/indexed_db_param_traits.h',
277 'common/indexed_db/indexed_db_dispatcher.cc', 277 'common/indexed_db/indexed_db_dispatcher.cc',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 583 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
584 '<(output)', 584 '<(output)',
585 '<(PRODUCT_DIR)', 585 '<(PRODUCT_DIR)',
586 ], 586 ],
587 'msvs_cygwin_shell': 1, 587 'msvs_cygwin_shell': 1,
588 }, 588 },
589 ] 589 ]
590 }], 590 }],
591 ], 591 ],
592 } 592 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698