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

Side by Side Diff: content/content_common.gypi

Issue 12805004: Remove mention of the nacl process in content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 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
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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'public/common/pepper_plugin_info.cc', 72 'public/common/pepper_plugin_info.cc',
73 'public/common/pepper_plugin_info.h', 73 'public/common/pepper_plugin_info.h',
74 'public/common/process_type.h', 74 'public/common/process_type.h',
75 'public/common/referrer.h', 75 'public/common/referrer.h',
76 'public/common/renderer_preferences.cc', 76 'public/common/renderer_preferences.cc',
77 'public/common/renderer_preferences.h', 77 'public/common/renderer_preferences.h',
78 'public/common/resource_dispatcher_delegate.h', 78 'public/common/resource_dispatcher_delegate.h',
79 'public/common/resource_response.h', 79 'public/common/resource_response.h',
80 'public/common/result_codes.h', 80 'public/common/result_codes.h',
81 'public/common/result_codes_list.h', 81 'public/common/result_codes_list.h',
82 'public/common/sandbox_init.cc',
83 'public/common/sandbox_init.h', 82 'public/common/sandbox_init.h',
84 'public/common/sandbox_linux.h', 83 'public/common/sandbox_linux.h',
85 'public/common/sandbox_type_mac.h', 84 'public/common/sandbox_type_mac.h',
85 'public/common/sandboxed_process_launcher_delegate.h',
86 'public/common/security_style.h', 86 'public/common/security_style.h',
87 'public/common/show_desktop_notification_params.cc', 87 'public/common/show_desktop_notification_params.cc',
88 'public/common/show_desktop_notification_params.h', 88 'public/common/show_desktop_notification_params.h',
89 'public/common/speech_recognition_error.h', 89 'public/common/speech_recognition_error.h',
90 'public/common/speech_recognition_grammar.h', 90 'public/common/speech_recognition_grammar.h',
91 'public/common/speech_recognition_result.h', 91 'public/common/speech_recognition_result.h',
92 'public/common/speech_recognition_result.cc', 92 'public/common/speech_recognition_result.cc',
93 'public/common/ssl_status.cc', 93 'public/common/ssl_status.cc',
94 'public/common/ssl_status.h', 94 'public/common/ssl_status.h',
95 'public/common/stop_find_action.h', 95 'public/common/stop_find_action.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'common/resource_messages.cc', 342 'common/resource_messages.cc',
343 'common/resource_messages.h', 343 'common/resource_messages.h',
344 'common/sandbox_init_mac.cc', 344 'common/sandbox_init_mac.cc',
345 'common/sandbox_init_mac.h', 345 'common/sandbox_init_mac.h',
346 'common/sandbox_init_win.cc', 346 'common/sandbox_init_win.cc',
347 'common/sandbox_init_linux.cc', 347 'common/sandbox_init_linux.cc',
348 'common/sandbox_mac.h', 348 'common/sandbox_mac.h',
349 'common/sandbox_mac.mm', 349 'common/sandbox_mac.mm',
350 'common/sandbox_linux.h', 350 'common/sandbox_linux.h',
351 'common/sandbox_linux.cc', 351 'common/sandbox_linux.cc',
352 'common/sandbox_policy.cc',
353 'common/sandbox_policy.h',
354 'common/sandbox_seccomp_bpf_linux.cc', 352 'common/sandbox_seccomp_bpf_linux.cc',
355 'common/sandbox_seccomp_bpf_linux.h', 353 'common/sandbox_seccomp_bpf_linux.h',
354 'common/sandbox_util.cc',
355 'common/sandbox_util.h',
356 'common/sandbox_win.cc',
357 'common/sandbox_win.h',
356 'common/savable_url_schemes.cc', 358 'common/savable_url_schemes.cc',
357 'common/savable_url_schemes.h', 359 'common/savable_url_schemes.h',
358 'common/set_process_title.cc', 360 'common/set_process_title.cc',
359 'common/set_process_title.h', 361 'common/set_process_title.h',
360 'common/set_process_title_linux.cc', 362 'common/set_process_title_linux.cc',
361 'common/set_process_title_linux.h', 363 'common/set_process_title_linux.h',
362 'common/socket_stream.h', 364 'common/socket_stream.h',
363 'common/socket_stream_dispatcher.cc', 365 'common/socket_stream_dispatcher.cc',
364 'common/socket_stream_dispatcher.h', 366 'common/socket_stream_dispatcher.h',
365 'common/socket_stream_handle_data.cc', 367 'common/socket_stream_handle_data.cc',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 '../ipc/ipc.gyp:ipc', 430 '../ipc/ipc.gyp:ipc',
429 '../media/media.gyp:shared_memory_support', 431 '../media/media.gyp:shared_memory_support',
430 '../third_party/npapi/npapi.gyp:npapi', 432 '../third_party/npapi/npapi.gyp:npapi',
431 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 433 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
432 '../ui/gl/gl.gyp:gl', 434 '../ui/gl/gl.gyp:gl',
433 '../webkit/support/webkit_support.gyp:glue', 435 '../webkit/support/webkit_support.gyp:glue',
434 '../webkit/support/webkit_support.gyp:webkit_base', 436 '../webkit/support/webkit_support.gyp:webkit_base',
435 '../webkit/support/webkit_support.gyp:webkit_storage', 437 '../webkit/support/webkit_support.gyp:webkit_storage',
436 ], 438 ],
437 }], 439 }],
438 ['OS!="win"', {
439 'sources!': [
440 'common/sandbox_policy.cc',
441 'common/sandbox_policy.h',
442 ],
443 }],
444 ['OS=="android"',{ 440 ['OS=="android"',{
445 'link_settings': { 441 'link_settings': {
446 'libraries': [ 442 'libraries': [
447 '-landroid', # ANativeWindow 443 '-landroid', # ANativeWindow
448 ], 444 ],
449 }, 445 },
450 'dependencies': [ 446 'dependencies': [
451 'content.gyp:content_jni_headers', 447 'content.gyp:content_jni_headers',
452 'content.gyp:common_aidl', 448 'content.gyp:common_aidl',
453 ], 449 ],
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 585 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
590 '<(output)', 586 '<(output)',
591 '<(PRODUCT_DIR)', 587 '<(PRODUCT_DIR)',
592 ], 588 ],
593 'msvs_cygwin_shell': 1, 589 'msvs_cygwin_shell': 1,
594 }, 590 },
595 ] 591 ]
596 }], 592 }],
597 ], 593 ],
598 } 594 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698