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

Side by Side Diff: content/content_common.gypi

Issue 687363004: Introduce content_nacl_nonsfi.gyp for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/send_zygote_child_ping_linux.cc ('k') | content/content_nacl_nonsfi.gyp » ('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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'public/common/file_chooser_params.h', 65 'public/common/file_chooser_params.h',
66 'public/common/frame_navigate_params.cc', 66 'public/common/frame_navigate_params.cc',
67 'public/common/frame_navigate_params.h', 67 'public/common/frame_navigate_params.h',
68 'public/common/geoposition.cc', 68 'public/common/geoposition.cc',
69 'public/common/geoposition.h', 69 'public/common/geoposition.h',
70 'public/common/gpu_memory_stats.cc', 70 'public/common/gpu_memory_stats.cc',
71 'public/common/gpu_memory_stats.h', 71 'public/common/gpu_memory_stats.h',
72 'public/common/injection_test_mac.h', 72 'public/common/injection_test_mac.h',
73 'public/common/injection_test_win.h', 73 'public/common/injection_test_win.h',
74 'public/common/javascript_message_type.h', 74 'public/common/javascript_message_type.h',
75 'public/common/main_function_params.h',
hidehiko 2014/10/31 07:03:39 FYI: sorted in lexicographical order.
75 'public/common/manifest.cc', 76 'public/common/manifest.cc',
76 'public/common/manifest.h', 77 'public/common/manifest.h',
77 'public/common/main_function_params.h',
78 'public/common/media_stream_request.cc', 78 'public/common/media_stream_request.cc',
79 'public/common/media_stream_request.h', 79 'public/common/media_stream_request.h',
80 'public/common/menu_item.cc', 80 'public/common/menu_item.cc',
81 'public/common/menu_item.h', 81 'public/common/menu_item.h',
82 'public/common/page_state.cc', 82 'public/common/page_state.cc',
83 'public/common/page_state.h', 83 'public/common/page_state.h',
84 'public/common/page_type.h', 84 'public/common/page_type.h',
85 'public/common/page_zoom.h', 85 'public/common/page_zoom.h',
86 'public/common/pepper_plugin_info.cc', 86 'public/common/pepper_plugin_info.cc',
87 'public/common/pepper_plugin_info.h', 87 'public/common/pepper_plugin_info.h',
(...skipping 14 matching lines...) Expand all
102 'public/common/resource_type.cc', 102 'public/common/resource_type.cc',
103 'public/common/resource_type.h', 103 'public/common/resource_type.h',
104 'public/common/result_codes.h', 104 'public/common/result_codes.h',
105 'public/common/result_codes_list.h', 105 'public/common/result_codes_list.h',
106 'public/common/sandbox_init.h', 106 'public/common/sandbox_init.h',
107 'public/common/sandbox_linux.h', 107 'public/common/sandbox_linux.h',
108 'public/common/sandbox_type_mac.h', 108 'public/common/sandbox_type_mac.h',
109 'public/common/sandboxed_process_launcher_delegate.cc', 109 'public/common/sandboxed_process_launcher_delegate.cc',
110 'public/common/sandboxed_process_launcher_delegate.h', 110 'public/common/sandboxed_process_launcher_delegate.h',
111 'public/common/security_style.h', 111 'public/common/security_style.h',
112 'public/common/send_zygote_child_ping_linux.h',
112 'public/common/service_registry.h', 113 'public/common/service_registry.h',
113 'public/common/show_desktop_notification_params.cc', 114 'public/common/show_desktop_notification_params.cc',
114 'public/common/show_desktop_notification_params.h', 115 'public/common/show_desktop_notification_params.h',
115 'public/common/signed_certificate_timestamp_id_and_status.cc', 116 'public/common/signed_certificate_timestamp_id_and_status.cc',
116 'public/common/signed_certificate_timestamp_id_and_status.h', 117 'public/common/signed_certificate_timestamp_id_and_status.h',
117 'public/common/speech_recognition_error.h', 118 'public/common/speech_recognition_error.h',
118 'public/common/speech_recognition_grammar.h', 119 'public/common/speech_recognition_grammar.h',
119 'public/common/speech_recognition_result.cc', 120 'public/common/speech_recognition_result.cc',
120 'public/common/speech_recognition_result.h', 121 'public/common/speech_recognition_result.h',
121 'public/common/ssl_status.cc', 122 'public/common/ssl_status.cc',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'common/gpu/gpu_memory_uma_stats.h', 301 'common/gpu/gpu_memory_uma_stats.h',
301 'common/gpu/gpu_messages.h', 302 'common/gpu/gpu_messages.h',
302 'common/gpu/gpu_process_launch_causes.h', 303 'common/gpu/gpu_process_launch_causes.h',
303 'common/gpu/gpu_result_codes.h', 304 'common/gpu/gpu_result_codes.h',
304 'common/gpu/gpu_surface_lookup.cc', 305 'common/gpu/gpu_surface_lookup.cc',
305 'common/gpu/gpu_surface_lookup.h', 306 'common/gpu/gpu_surface_lookup.h',
306 'common/gpu/gpu_watchdog.h', 307 'common/gpu/gpu_watchdog.h',
307 'common/gpu/image_transport_surface.cc', 308 'common/gpu/image_transport_surface.cc',
308 'common/gpu/image_transport_surface.h', 309 'common/gpu/image_transport_surface.h',
309 'common/gpu/image_transport_surface_android.cc', 310 'common/gpu/image_transport_surface_android.cc',
311 'common/gpu/image_transport_surface_calayer_mac.h',
310 'common/gpu/image_transport_surface_calayer_mac.mm', 312 'common/gpu/image_transport_surface_calayer_mac.mm',
311 'common/gpu/image_transport_surface_calayer_mac.h', 313 'common/gpu/image_transport_surface_fbo_mac.h',
312 'common/gpu/image_transport_surface_fbo_mac.mm', 314 'common/gpu/image_transport_surface_fbo_mac.mm',
313 'common/gpu/image_transport_surface_fbo_mac.h', 315 'common/gpu/image_transport_surface_iosurface_mac.cc',
316 'common/gpu/image_transport_surface_iosurface_mac.h',
314 'common/gpu/image_transport_surface_linux.cc', 317 'common/gpu/image_transport_surface_linux.cc',
315 'common/gpu/image_transport_surface_mac.mm', 318 'common/gpu/image_transport_surface_mac.mm',
316 'common/gpu/image_transport_surface_iosurface_mac.cc',
317 'common/gpu/image_transport_surface_iosurface_mac.h',
318 'common/gpu/image_transport_surface_win.cc', 319 'common/gpu/image_transport_surface_win.cc',
319 'common/gpu/media/gpu_video_decode_accelerator.cc', 320 'common/gpu/media/gpu_video_decode_accelerator.cc',
320 'common/gpu/media/gpu_video_decode_accelerator.h', 321 'common/gpu/media/gpu_video_decode_accelerator.h',
321 'common/gpu/media/gpu_video_encode_accelerator.cc', 322 'common/gpu/media/gpu_video_encode_accelerator.cc',
322 'common/gpu/media/gpu_video_encode_accelerator.h', 323 'common/gpu/media/gpu_video_encode_accelerator.h',
323 'common/gpu/null_transport_surface.cc', 324 'common/gpu/null_transport_surface.cc',
324 'common/gpu/null_transport_surface.h', 325 'common/gpu/null_transport_surface.h',
325 'common/gpu/stream_texture_android.cc', 326 'common/gpu/stream_texture_android.cc',
326 'common/gpu/stream_texture_android.h', 327 'common/gpu/stream_texture_android.h',
327 'common/gpu/surface_handle_types_mac.cc', 328 'common/gpu/surface_handle_types_mac.cc',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', 470 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h',
470 'common/sandbox_mac.h', 471 'common/sandbox_mac.h',
471 'common/sandbox_mac.mm', 472 'common/sandbox_mac.mm',
472 'common/sandbox_util.cc', 473 'common/sandbox_util.cc',
473 'common/sandbox_util.h', 474 'common/sandbox_util.h',
474 'common/sandbox_win.cc', 475 'common/sandbox_win.cc',
475 'common/sandbox_win.h', 476 'common/sandbox_win.h',
476 'common/savable_url_schemes.cc', 477 'common/savable_url_schemes.cc',
477 'common/savable_url_schemes.h', 478 'common/savable_url_schemes.h',
478 'common/screen_orientation_messages.h', 479 'common/screen_orientation_messages.h',
480 'common/send_zygote_child_ping_linux.cc',
479 'common/service_worker/embedded_worker_messages.h', 481 'common/service_worker/embedded_worker_messages.h',
480 'common/service_worker/service_worker_messages.h', 482 'common/service_worker/service_worker_messages.h',
481 'common/service_worker/service_worker_status_code.cc', 483 'common/service_worker/service_worker_status_code.cc',
482 'common/service_worker/service_worker_status_code.h', 484 'common/service_worker/service_worker_status_code.h',
483 'common/service_worker/service_worker_types.cc', 485 'common/service_worker/service_worker_types.cc',
484 'common/service_worker/service_worker_types.h', 486 'common/service_worker/service_worker_types.h',
485 'common/set_process_title.cc', 487 'common/set_process_title.cc',
486 'common/set_process_title.h', 488 'common/set_process_title.h',
487 'common/set_process_title_linux.cc', 489 'common/set_process_title_linux.cc',
488 'common/set_process_title_linux.h', 490 'common/set_process_title_linux.h',
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 ], 918 ],
917 'sources': [ 919 'sources': [
918 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 920 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
919 ], 921 ],
920 'sources!': [ 922 'sources!': [
921 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 923 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
922 ], 924 ],
923 }], 925 }],
924 ], 926 ],
925 } 927 }
OLDNEW
« no previous file with comments | « content/common/send_zygote_child_ping_linux.cc ('k') | content/content_nacl_nonsfi.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698