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

Side by Side Diff: content/content_common.gypi

Issue 264033002: Move some interfaces from content/port to internal content since they're not referenced in content/… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 6 years, 7 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/content_browser.gypi ('k') | content/port/browser/event_with_latency_info.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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'common/indexed_db/indexed_db_key_range.cc', 295 'common/indexed_db/indexed_db_key_range.cc',
296 'common/indexed_db/indexed_db_key_range.h', 296 'common/indexed_db/indexed_db_key_range.h',
297 'common/indexed_db/indexed_db_messages.h', 297 'common/indexed_db/indexed_db_messages.h',
298 'common/indexed_db/indexed_db_param_traits.cc', 298 'common/indexed_db/indexed_db_param_traits.cc',
299 'common/indexed_db/indexed_db_param_traits.h', 299 'common/indexed_db/indexed_db_param_traits.h',
300 'common/input/did_overscroll_params.h', 300 'common/input/did_overscroll_params.h',
301 'common/input/gesture_event_stream_validator.cc', 301 'common/input/gesture_event_stream_validator.cc',
302 'common/input/gesture_event_stream_validator.h', 302 'common/input/gesture_event_stream_validator.h',
303 'common/input/input_event.cc', 303 'common/input/input_event.cc',
304 'common/input/input_event.h', 304 'common/input/input_event.h',
305 'common/input/input_event_ack_state.h',
305 'common/input/input_event_stream_validator.cc', 306 'common/input/input_event_stream_validator.cc',
306 'common/input/input_event_stream_validator.h', 307 'common/input/input_event_stream_validator.h',
307 'common/input/input_param_traits.cc', 308 'common/input/input_param_traits.cc',
308 'common/input/input_param_traits.h', 309 'common/input/input_param_traits.h',
309 'common/input/scoped_web_input_event.cc', 310 'common/input/scoped_web_input_event.cc',
310 'common/input/scoped_web_input_event.h', 311 'common/input/scoped_web_input_event.h',
311 'common/input/synthetic_gesture_packet.cc', 312 'common/input/synthetic_gesture_packet.cc',
312 'common/input/synthetic_gesture_packet.h', 313 'common/input/synthetic_gesture_packet.h',
313 'common/input/synthetic_gesture_params.cc', 314 'common/input/synthetic_gesture_params.cc',
314 'common/input/synthetic_gesture_params.h', 315 'common/input/synthetic_gesture_params.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'common/utility_messages.h', 446 'common/utility_messages.h',
446 'common/view_message_enums.h', 447 'common/view_message_enums.h',
447 'common/view_messages.h', 448 'common/view_messages.h',
448 'common/webplugin_geometry.cc', 449 'common/webplugin_geometry.cc',
449 'common/webplugin_geometry.h', 450 'common/webplugin_geometry.h',
450 'common/websocket.cc', 451 'common/websocket.cc',
451 'common/websocket.h', 452 'common/websocket.h',
452 'common/websocket_messages.h', 453 'common/websocket_messages.h',
453 'common/worker_messages.h', 454 'common/worker_messages.h',
454 'common/zygote_commands_linux.h', 455 'common/zygote_commands_linux.h',
455 'port/common/input_event_ack_state.h',
456 ], 456 ],
457 'target_conditions': [ 457 'target_conditions': [
458 ['OS=="android" and <(use_seccomp_bpf)==1', { 458 ['OS=="android" and <(use_seccomp_bpf)==1', {
459 'sources/': [ 459 'sources/': [
460 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$'] , 460 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$'] ,
461 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'], 461 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'],
462 ], 462 ],
463 }], 463 }],
464 ], 464 ],
465 'conditions': [ 465 'conditions': [
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 758 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
759 'common/sandbox_linux/bpf_renderer_policy_linux.h', 759 'common/sandbox_linux/bpf_renderer_policy_linux.h',
760 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 760 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
762 ], 762 ],
763 }, { 763 }, {
764 'defines': ['USE_SECCOMP_BPF'], 764 'defines': ['USE_SECCOMP_BPF'],
765 }], 765 }],
766 ], 766 ],
767 } 767 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/port/browser/event_with_latency_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698