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

Side by Side Diff: content/content_common.gypi

Issue 471763006: IPC messages for WakeLock API Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/wake_lock_messages.h ('k') | ipc/ipc_message_start.h » ('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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'common/ssl_status_serialization.h', 481 'common/ssl_status_serialization.h',
482 'common/swapped_out_messages.cc', 482 'common/swapped_out_messages.cc',
483 'common/swapped_out_messages.h', 483 'common/swapped_out_messages.h',
484 'common/text_input_client_messages.h', 484 'common/text_input_client_messages.h',
485 'common/url_schemes.cc', 485 'common/url_schemes.cc',
486 'common/url_schemes.h', 486 'common/url_schemes.h',
487 'common/user_agent.cc', 487 'common/user_agent.cc',
488 'common/utility_messages.h', 488 'common/utility_messages.h',
489 'common/view_message_enums.h', 489 'common/view_message_enums.h',
490 'common/view_messages.h', 490 'common/view_messages.h',
491 'common/wake_lock_messages.h',
491 'common/webplugin_geometry.cc', 492 'common/webplugin_geometry.cc',
492 'common/webplugin_geometry.h', 493 'common/webplugin_geometry.h',
493 'common/websocket.cc', 494 'common/websocket.cc',
494 'common/websocket.h', 495 'common/websocket.h',
495 'common/websocket_messages.h', 496 'common/websocket_messages.h',
496 'common/worker_messages.h', 497 'common/worker_messages.h',
497 'common/zygote_commands_linux.h', 498 'common/zygote_commands_linux.h',
498 ], 499 ],
499 }, 500 },
500 'sources': [ 501 'sources': [
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 'defines': ['USE_SECCOMP_BPF'], 889 'defines': ['USE_SECCOMP_BPF'],
889 }], 890 }],
890 ['use_ozone==1', { 891 ['use_ozone==1', {
891 'dependencies': [ 892 'dependencies': [
892 '../ui/ozone/ozone.gyp:ozone', 893 '../ui/ozone/ozone.gyp:ozone',
893 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', 894 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu',
894 ], 895 ],
895 }], 896 }],
896 ], 897 ],
897 } 898 }
OLDNEW
« no previous file with comments | « content/common/wake_lock_messages.h ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698