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

Side by Side Diff: content/content_common.gypi

Issue 1220943003: [Background Sync] Use Mojo IPC to fire background sync events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mek
Patch Set: Addressing post-lgtm review comments Created 5 years, 5 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 'common/service_port_type_converters.cc', 519 'common/service_port_type_converters.cc',
520 'common/service_port_type_converters.h', 520 'common/service_port_type_converters.h',
521 'common/service_worker/embedded_worker_messages.h', 521 'common/service_worker/embedded_worker_messages.h',
522 'common/service_worker/service_worker_client_info.cc', 522 'common/service_worker/service_worker_client_info.cc',
523 'common/service_worker/service_worker_client_info.h', 523 'common/service_worker/service_worker_client_info.h',
524 'common/service_worker/service_worker_messages.h', 524 'common/service_worker/service_worker_messages.h',
525 'common/service_worker/service_worker_status_code.cc', 525 'common/service_worker/service_worker_status_code.cc',
526 'common/service_worker/service_worker_status_code.h', 526 'common/service_worker/service_worker_status_code.h',
527 'common/service_worker/service_worker_types.cc', 527 'common/service_worker/service_worker_types.cc',
528 'common/service_worker/service_worker_types.h', 528 'common/service_worker/service_worker_types.h',
529 'common/service_worker/service_worker_type_converters.cc',
530 'common/service_worker/service_worker_type_converters.h',
529 'common/set_process_title.cc', 531 'common/set_process_title.cc',
530 'common/set_process_title.h', 532 'common/set_process_title.h',
531 'common/set_process_title_linux.cc', 533 'common/set_process_title_linux.cc',
532 'common/set_process_title_linux.h', 534 'common/set_process_title_linux.h',
533 'common/speech_recognition_messages.h', 535 'common/speech_recognition_messages.h',
534 'common/ssl_status_serialization.cc', 536 'common/ssl_status_serialization.cc',
535 'common/ssl_status_serialization.h', 537 'common/ssl_status_serialization.h',
536 'common/swapped_out_messages.cc', 538 'common/swapped_out_messages.cc',
537 'common/swapped_out_messages.h', 539 'common/swapped_out_messages.h',
538 'common/text_input_client_messages.h', 540 'common/text_input_client_messages.h',
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1076 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1075 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1077 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1076 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1078 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1077 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1079 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1078 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1080 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1079 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1081 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1080 ], 1082 ],
1081 }], 1083 }],
1082 ], 1084 ],
1083 } 1085 }
OLDNEW
« no previous file with comments | « content/common/service_worker/service_worker_type_converters.cc ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698