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_common.gypi

Issue 1085783002: Replace image_messages.h with Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'common/gpu/null_transport_surface.cc', 340 'common/gpu/null_transport_surface.cc',
341 'common/gpu/null_transport_surface.h', 341 'common/gpu/null_transport_surface.h',
342 'common/gpu/stream_texture_android.cc', 342 'common/gpu/stream_texture_android.cc',
343 'common/gpu/stream_texture_android.h', 343 'common/gpu/stream_texture_android.h',
344 'common/handle_enumerator_win.cc', 344 'common/handle_enumerator_win.cc',
345 'common/handle_enumerator_win.h', 345 'common/handle_enumerator_win.h',
346 'common/host_discardable_shared_memory_manager.cc', 346 'common/host_discardable_shared_memory_manager.cc',
347 'common/host_discardable_shared_memory_manager.h', 347 'common/host_discardable_shared_memory_manager.h',
348 'common/host_shared_bitmap_manager.cc', 348 'common/host_shared_bitmap_manager.cc',
349 'common/host_shared_bitmap_manager.h', 349 'common/host_shared_bitmap_manager.h',
350 'common/image_messages.h',
351 'common/indexed_db/indexed_db_constants.h', 350 'common/indexed_db/indexed_db_constants.h',
352 'common/indexed_db/indexed_db_key.cc', 351 'common/indexed_db/indexed_db_key.cc',
353 'common/indexed_db/indexed_db_key.h', 352 'common/indexed_db/indexed_db_key.h',
354 'common/indexed_db/indexed_db_key_path.cc', 353 'common/indexed_db/indexed_db_key_path.cc',
355 'common/indexed_db/indexed_db_key_path.h', 354 'common/indexed_db/indexed_db_key_path.h',
356 'common/indexed_db/indexed_db_key_range.cc', 355 'common/indexed_db/indexed_db_key_range.cc',
357 'common/indexed_db/indexed_db_key_range.h', 356 'common/indexed_db/indexed_db_key_range.h',
358 'common/indexed_db/indexed_db_messages.h', 357 'common/indexed_db/indexed_db_messages.h',
359 'common/indexed_db/indexed_db_param_traits.cc', 358 'common/indexed_db/indexed_db_param_traits.cc',
360 'common/indexed_db/indexed_db_param_traits.h', 359 'common/indexed_db/indexed_db_param_traits.h',
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1048 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1050 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1049 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1051 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1050 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1052 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1051 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1053 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1052 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1054 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1053 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1055 ], 1054 ],
1056 }], 1055 }],
1057 ], 1056 ],
1058 } 1057 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698