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

Side by Side Diff: content/content_common.gypi

Issue 118103002: Add IPC stubs between browser and ServiceWorker's worker context in the child process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 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 | Annotate | Revision Log
« no previous file with comments | « content/common/service_worker_types.cc ('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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'common/media/media_stream_options.h', 311 'common/media/media_stream_options.h',
312 'common/media/midi_messages.h', 312 'common/media/midi_messages.h',
313 'common/media/video_capture.h', 313 'common/media/video_capture.h',
314 'common/media/video_capture_messages.h', 314 'common/media/video_capture_messages.h',
315 'common/media/webrtc_identity_messages.h', 315 'common/media/webrtc_identity_messages.h',
316 'common/memory_benchmark_messages.h', 316 'common/memory_benchmark_messages.h',
317 'common/message_port_messages.h', 317 'common/message_port_messages.h',
318 'common/message_router.cc', 318 'common/message_router.cc',
319 'common/message_router.h', 319 'common/message_router.h',
320 'common/mime_registry_messages.h', 320 'common/mime_registry_messages.h',
321 'common/service_worker_messages.h',
322 'common/navigation_gesture.h', 321 'common/navigation_gesture.h',
323 'common/net/url_fetcher.cc', 322 'common/net/url_fetcher.cc',
324 'common/net/url_request_user_data.cc', 323 'common/net/url_request_user_data.cc',
325 'common/net/url_request_user_data.h', 324 'common/net/url_request_user_data.h',
326 'common/one_writer_seqlock.cc', 325 'common/one_writer_seqlock.cc',
327 'common/one_writer_seqlock.h', 326 'common/one_writer_seqlock.h',
328 'common/p2p_messages.h', 327 'common/p2p_messages.h',
329 'common/page_state_serialization.cc', 328 'common/page_state_serialization.cc',
330 'common/page_state_serialization.h', 329 'common/page_state_serialization.h',
331 'common/page_zoom.cc', 330 'common/page_zoom.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', 367 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
369 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', 368 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h',
370 'common/sandbox_mac.h', 369 'common/sandbox_mac.h',
371 'common/sandbox_mac.mm', 370 'common/sandbox_mac.mm',
372 'common/sandbox_util.cc', 371 'common/sandbox_util.cc',
373 'common/sandbox_util.h', 372 'common/sandbox_util.h',
374 'common/sandbox_win.cc', 373 'common/sandbox_win.cc',
375 'common/sandbox_win.h', 374 'common/sandbox_win.h',
376 'common/savable_url_schemes.cc', 375 'common/savable_url_schemes.cc',
377 'common/savable_url_schemes.h', 376 'common/savable_url_schemes.h',
377 'common/service_worker_messages.h',
378 'common/service_worker_types.cc',
379 'common/service_worker_types.h',
378 'common/set_process_title.cc', 380 'common/set_process_title.cc',
379 'common/set_process_title.h', 381 'common/set_process_title.h',
380 'common/set_process_title_linux.cc', 382 'common/set_process_title_linux.cc',
381 'common/set_process_title_linux.h', 383 'common/set_process_title_linux.h',
382 'common/socket_stream.h', 384 'common/socket_stream.h',
383 'common/socket_stream_handle_data.cc', 385 'common/socket_stream_handle_data.cc',
384 'common/socket_stream_handle_data.h', 386 'common/socket_stream_handle_data.h',
385 'common/socket_stream_messages.h', 387 'common/socket_stream_messages.h',
386 'common/speech_recognition_messages.h', 388 'common/speech_recognition_messages.h',
387 'common/ssl_status_serialization.cc', 389 'common/ssl_status_serialization.cc',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 652 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
651 'common/sandbox_linux/bpf_renderer_policy_linux.h', 653 'common/sandbox_linux/bpf_renderer_policy_linux.h',
652 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
654 ], 656 ],
655 }, { 657 }, {
656 'defines': ['USE_SECCOMP_BPF'], 658 'defines': ['USE_SECCOMP_BPF'],
657 }], 659 }],
658 ], 660 ],
659 } 661 }
OLDNEW
« no previous file with comments | « content/common/service_worker_types.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698