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

Side by Side Diff: content/content_common.gypi

Issue 1529363006: Introducing SavePackageId and SaveItemId as distinct IdType<...>-based types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback from Daniel. Created 4 years, 11 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/common/id_type_unittest.cc ('k') | content/content_tests.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 '../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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'common/gpu/media/gpu_video_decode_accelerator.cc', 358 'common/gpu/media/gpu_video_decode_accelerator.cc',
359 'common/gpu/media/gpu_video_decode_accelerator.h', 359 'common/gpu/media/gpu_video_decode_accelerator.h',
360 'common/gpu/media/gpu_video_encode_accelerator.cc', 360 'common/gpu/media/gpu_video_encode_accelerator.cc',
361 'common/gpu/media/gpu_video_encode_accelerator.h', 361 'common/gpu/media/gpu_video_encode_accelerator.h',
362 'common/gpu/stream_texture_android.cc', 362 'common/gpu/stream_texture_android.cc',
363 'common/gpu/stream_texture_android.h', 363 'common/gpu/stream_texture_android.h',
364 'common/host_discardable_shared_memory_manager.cc', 364 'common/host_discardable_shared_memory_manager.cc',
365 'common/host_discardable_shared_memory_manager.h', 365 'common/host_discardable_shared_memory_manager.h',
366 'common/host_shared_bitmap_manager.cc', 366 'common/host_shared_bitmap_manager.cc',
367 'common/host_shared_bitmap_manager.h', 367 'common/host_shared_bitmap_manager.h',
368 'common/id_type.h',
368 'common/in_process_child_thread_params.cc', 369 'common/in_process_child_thread_params.cc',
369 'common/in_process_child_thread_params.h', 370 'common/in_process_child_thread_params.h',
370 'common/indexed_db/indexed_db_constants.h', 371 'common/indexed_db/indexed_db_constants.h',
371 'common/indexed_db/indexed_db_key.cc', 372 'common/indexed_db/indexed_db_key.cc',
372 'common/indexed_db/indexed_db_key.h', 373 'common/indexed_db/indexed_db_key.h',
373 'common/indexed_db/indexed_db_key_path.cc', 374 'common/indexed_db/indexed_db_key_path.cc',
374 'common/indexed_db/indexed_db_key_path.h', 375 'common/indexed_db/indexed_db_key_path.h',
375 'common/indexed_db/indexed_db_key_range.cc', 376 'common/indexed_db/indexed_db_key_range.cc',
376 'common/indexed_db/indexed_db_key_range.h', 377 'common/indexed_db/indexed_db_key_range.h',
377 'common/indexed_db/indexed_db_messages.h', 378 'common/indexed_db/indexed_db_messages.h',
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1111 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1111 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1112 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1114 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1114 ], 1115 ],
1115 }], 1116 }],
1116 ], 1117 ],
1117 } 1118 }
OLDNEW
« no previous file with comments | « content/common/id_type_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698