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

Side by Side Diff: content/content_common.gypi

Issue 185553014: Revert "Revert 254514 "Revert 254507 "Reland "Move WebKitPlatformSupport..."" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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_child.gypi ('k') | content/renderer/render_frame_impl.cc » ('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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'common/service_worker/service_worker_messages.h', 378 'common/service_worker/service_worker_messages.h',
379 'common/service_worker/service_worker_status_code.cc', 379 'common/service_worker/service_worker_status_code.cc',
380 'common/service_worker/service_worker_status_code.h', 380 'common/service_worker/service_worker_status_code.h',
381 'common/service_worker/service_worker_types.cc', 381 'common/service_worker/service_worker_types.cc',
382 'common/service_worker/service_worker_types.h', 382 'common/service_worker/service_worker_types.h',
383 'common/set_process_title.cc', 383 'common/set_process_title.cc',
384 'common/set_process_title.h', 384 'common/set_process_title.h',
385 'common/set_process_title_linux.cc', 385 'common/set_process_title_linux.cc',
386 'common/set_process_title_linux.h', 386 'common/set_process_title_linux.h',
387 'common/socket_stream.h', 387 'common/socket_stream.h',
388 'common/socket_stream_handle_data.cc',
388 'common/socket_stream_handle_data.h', 389 'common/socket_stream_handle_data.h',
389 'common/socket_stream_messages.h', 390 'common/socket_stream_messages.h',
390 'common/speech_recognition_messages.h', 391 'common/speech_recognition_messages.h',
391 'common/ssl_status_serialization.cc', 392 'common/ssl_status_serialization.cc',
392 'common/ssl_status_serialization.h', 393 'common/ssl_status_serialization.h',
393 'common/swapped_out_messages.cc', 394 'common/swapped_out_messages.cc',
394 'common/swapped_out_messages.h', 395 'common/swapped_out_messages.h',
395 'common/text_input_client_messages.h', 396 'common/text_input_client_messages.h',
396 'common/url_schemes.cc', 397 'common/url_schemes.cc',
397 'common/url_schemes.h', 398 'common/url_schemes.h',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 651 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
651 'common/sandbox_linux/bpf_renderer_policy_linux.h', 652 'common/sandbox_linux/bpf_renderer_policy_linux.h',
652 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
654 ], 655 ],
655 }, { 656 }, {
656 'defines': ['USE_SECCOMP_BPF'], 657 'defines': ['USE_SECCOMP_BPF'],
657 }], 658 }],
658 ], 659 ],
659 } 660 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698