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

Side by Side Diff: content/content_common.gypi

Issue 219653002: Push API: send and receive IPC messages for registration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up includes. Created 6 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
« no previous file with comments | « content/content_browser.gypi ('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 '../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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'common/plugin_constants_win.cc', 376 'common/plugin_constants_win.cc',
377 'common/plugin_constants_win.h', 377 'common/plugin_constants_win.h',
378 'common/plugin_list.cc', 378 'common/plugin_list.cc',
379 'common/plugin_list.h', 379 'common/plugin_list.h',
380 'common/plugin_list_mac.mm', 380 'common/plugin_list_mac.mm',
381 'common/plugin_list_posix.cc', 381 'common/plugin_list_posix.cc',
382 'common/plugin_list_win.cc', 382 'common/plugin_list_win.cc',
383 'common/plugin_process_messages.h', 383 'common/plugin_process_messages.h',
384 'common/power_monitor_messages.h', 384 'common/power_monitor_messages.h',
385 'common/process_type.cc', 385 'common/process_type.cc',
386 'common/push_messaging_messages.h',
386 'common/quota_messages.h', 387 'common/quota_messages.h',
387 'common/resource_messages.cc', 388 'common/resource_messages.cc',
388 'common/resource_messages.h', 389 'common/resource_messages.h',
389 'common/resource_request_body.cc', 390 'common/resource_request_body.cc',
390 'common/resource_request_body.h', 391 'common/resource_request_body.h',
391 'common/sandbox_init_mac.cc', 392 'common/sandbox_init_mac.cc',
392 'common/sandbox_init_mac.h', 393 'common/sandbox_init_mac.h',
393 'common/sandbox_init_win.cc', 394 'common/sandbox_init_win.cc',
394 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', 395 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc',
395 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', 396 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 748 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
748 'common/sandbox_linux/bpf_renderer_policy_linux.h', 749 'common/sandbox_linux/bpf_renderer_policy_linux.h',
749 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 750 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
750 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 751 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
751 ], 752 ],
752 }, { 753 }, {
753 'defines': ['USE_SECCOMP_BPF'], 754 'defines': ['USE_SECCOMP_BPF'],
754 }], 755 }],
755 ], 756 ],
756 } 757 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698