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

Side by Side Diff: content/content_common.gypi

Issue 186883002: Move user_agent code from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm build directory 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.gyp ('k') | content/content_shell.gypi » ('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',
11 '../third_party/icu/icu.gyp:icuuc', 11 '../third_party/icu/icu.gyp:icuuc',
12 '../third_party/libjingle/libjingle.gyp:libjingle', 12 '../third_party/libjingle/libjingle.gyp:libjingle',
13 '../ui/accessibility/accessibility.gyp:accessibility', 13 '../ui/accessibility/accessibility.gyp:accessibility',
14 '../ui/gfx/gfx.gyp:gfx', 14 '../ui/gfx/gfx.gyp:gfx',
15 '../ui/gfx/gfx.gyp:gfx_geometry', 15 '../ui/gfx/gfx.gyp:gfx_geometry',
16 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 16 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
17 '../ui/ui.gyp:ui', 17 '../ui/ui.gyp:ui',
18 '../url/url.gyp:url_lib', 18 '../url/url.gyp:url_lib',
19 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
20 ], 19 ],
21 'include_dirs': [ 20 'include_dirs': [
22 '..', 21 '..',
23 ], 22 ],
24 'export_dependent_settings': [ 23 'export_dependent_settings': [
25 '../base/base.gyp:base', 24 '../base/base.gyp:base',
26 ], 25 ],
27 'sources': [ 26 'sources': [
28 'public/common/bindings_policy.h', 27 'public/common/bindings_policy.h',
29 'public/common/child_process_host.h', 28 'public/common/child_process_host.h',
30 'public/common/child_process_host_delegate.cc', 29 'public/common/child_process_host_delegate.cc',
31 'public/common/child_process_host_delegate.h', 30 'public/common/child_process_host_delegate.h',
32 'public/common/child_process_sandbox_support_linux.h', 31 'public/common/child_process_sandbox_support_linux.h',
33 'public/common/color_suggestion.cc', 32 'public/common/color_suggestion.cc',
34 'public/common/color_suggestion.h', 33 'public/common/color_suggestion.h',
34 'public/common/console_message_level.h',
35 'public/common/content_constants.cc', 35 'public/common/content_constants.cc',
36 'public/common/content_constants.h', 36 'public/common/content_constants.h',
37 'public/common/content_descriptors.h', 37 'public/common/content_descriptors.h',
38 'public/common/content_ipc_logging.h', 38 'public/common/content_ipc_logging.h',
39 'public/common/content_paths.h', 39 'public/common/content_paths.h',
40 'public/common/content_switches.cc', 40 'public/common/content_switches.cc',
41 'public/common/content_switches.h', 41 'public/common/content_switches.h',
42 'public/common/context_menu_params.cc', 42 'public/common/context_menu_params.cc',
43 'public/common/context_menu_params.h', 43 'public/common/context_menu_params.h',
44 'public/common/console_message_level.h',
45 'public/common/drop_data.cc', 44 'public/common/drop_data.cc',
46 'public/common/drop_data.h', 45 'public/common/drop_data.h',
47 'public/common/favicon_url.cc', 46 'public/common/favicon_url.cc',
48 'public/common/favicon_url.h', 47 'public/common/favicon_url.h',
49 'public/common/file_chooser_params.cc', 48 'public/common/file_chooser_params.cc',
50 'public/common/file_chooser_params.h', 49 'public/common/file_chooser_params.h',
51 'public/common/frame_navigate_params.cc', 50 'public/common/frame_navigate_params.cc',
52 'public/common/frame_navigate_params.h', 51 'public/common/frame_navigate_params.h',
53 'public/common/geoposition.cc', 52 'public/common/geoposition.cc',
54 'public/common/geoposition.h', 53 'public/common/geoposition.h',
(...skipping 27 matching lines...) Expand all
82 'public/common/sandbox_linux.h', 81 'public/common/sandbox_linux.h',
83 'public/common/sandbox_type_mac.h', 82 'public/common/sandbox_type_mac.h',
84 'public/common/sandboxed_process_launcher_delegate.h', 83 'public/common/sandboxed_process_launcher_delegate.h',
85 'public/common/security_style.h', 84 'public/common/security_style.h',
86 'public/common/show_desktop_notification_params.cc', 85 'public/common/show_desktop_notification_params.cc',
87 'public/common/show_desktop_notification_params.h', 86 'public/common/show_desktop_notification_params.h',
88 'public/common/signed_certificate_timestamp_id_and_status.cc', 87 'public/common/signed_certificate_timestamp_id_and_status.cc',
89 'public/common/signed_certificate_timestamp_id_and_status.h', 88 'public/common/signed_certificate_timestamp_id_and_status.h',
90 'public/common/speech_recognition_error.h', 89 'public/common/speech_recognition_error.h',
91 'public/common/speech_recognition_grammar.h', 90 'public/common/speech_recognition_grammar.h',
91 'public/common/speech_recognition_result.cc',
92 'public/common/speech_recognition_result.h', 92 'public/common/speech_recognition_result.h',
93 'public/common/speech_recognition_result.cc',
94 'public/common/ssl_status.cc', 93 'public/common/ssl_status.cc',
95 'public/common/ssl_status.h', 94 'public/common/ssl_status.h',
96 'public/common/stop_find_action.h', 95 'public/common/stop_find_action.h',
97 'public/common/three_d_api_types.h', 96 'public/common/three_d_api_types.h',
98 'public/common/top_controls_state.h', 97 'public/common/top_controls_state.h',
99 'public/common/top_controls_state_list.h', 98 'public/common/top_controls_state_list.h',
100 'public/common/url_constants.cc', 99 'public/common/url_constants.cc',
101 'public/common/url_constants.h', 100 'public/common/url_constants.h',
102 'public/common/url_fetcher.h', 101 'public/common/url_fetcher.h',
103 'public/common/url_utils.cc', 102 'public/common/url_utils.cc',
104 'public/common/url_utils.h', 103 'public/common/url_utils.h',
104 'public/common/user_agent.h',
105 'public/common/webplugininfo.cc', 105 'public/common/webplugininfo.cc',
106 'public/common/webplugininfo.h', 106 'public/common/webplugininfo.h',
107 'public/common/zygote_fork_delegate_linux.h', 107 'public/common/zygote_fork_delegate_linux.h',
108 'common/accessibility_messages.h', 108 'common/accessibility_messages.h',
109 'common/all_messages.h', 109 'common/all_messages.h',
110 'common/android/address_parser.cc', 110 'common/android/address_parser.cc',
111 'common/android/address_parser.h', 111 'common/android/address_parser.h',
112 'common/android/address_parser_internal.cc', 112 'common/android/address_parser_internal.cc',
113 'common/android/address_parser_internal.h', 113 'common/android/address_parser_internal.h',
114 'common/android/common_jni_registrar.cc', 114 'common/android/common_jni_registrar.cc',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'common/set_process_title_linux.h', 388 'common/set_process_title_linux.h',
389 'common/socket_stream.h', 389 'common/socket_stream.h',
390 'common/socket_stream_handle_data.h', 390 'common/socket_stream_handle_data.h',
391 'common/socket_stream_messages.h', 391 'common/socket_stream_messages.h',
392 'common/speech_recognition_messages.h', 392 'common/speech_recognition_messages.h',
393 'common/ssl_status_serialization.cc', 393 'common/ssl_status_serialization.cc',
394 'common/ssl_status_serialization.h', 394 'common/ssl_status_serialization.h',
395 'common/swapped_out_messages.cc', 395 'common/swapped_out_messages.cc',
396 'common/swapped_out_messages.h', 396 'common/swapped_out_messages.h',
397 'common/text_input_client_messages.h', 397 'common/text_input_client_messages.h',
398 'common/user_agent.cc',
399 'common/user_agent_ios.mm',
398 'common/url_schemes.cc', 400 'common/url_schemes.cc',
399 'common/url_schemes.h', 401 'common/url_schemes.h',
400 'common/utility_messages.h', 402 'common/utility_messages.h',
401 'common/view_message_enums.h', 403 'common/view_message_enums.h',
402 'common/view_messages.h', 404 'common/view_messages.h',
403 'common/webplugin_geometry.cc', 405 'common/webplugin_geometry.cc',
404 'common/webplugin_geometry.h', 406 'common/webplugin_geometry.h',
405 'common/websocket.cc', 407 'common/websocket.cc',
406 'common/websocket.h', 408 'common/websocket.h',
407 'common/websocket_messages.h', 409 'common/websocket_messages.h',
408 'common/worker_messages.h', 410 'common/worker_messages.h',
409 'common/zygote_commands_linux.h', 411 'common/zygote_commands_linux.h',
410 'port/common/input_event_ack_state.h', 412 'port/common/input_event_ack_state.h',
411 'public/common/browser_plugin_permission_type.h', 413 'public/common/browser_plugin_permission_type.h',
412 'public/common/common_param_traits.cc', 414 'public/common/common_param_traits.cc',
413 'public/common/common_param_traits.h', 415 'public/common/common_param_traits.h',
414 'public/common/common_param_traits_macros.h', 416 'public/common/common_param_traits_macros.h',
415 'public/common/content_client.cc', 417 'public/common/content_client.cc',
416 'public/common/content_client.h', 418 'public/common/content_client.h',
417 'public/common/window_container_type.cc', 419 'public/common/window_container_type.cc',
418 'public/common/window_container_type.h', 420 'public/common/window_container_type.h',
419 ], 421 ],
420 'conditions': [ 422 'conditions': [
421 ['OS=="ios"', { 423 ['OS=="ios"', {
424 # iOS has different user-agent construction utilities, since the
425 # version strings is not derived from webkit_version, and follows
426 # a different format.
427 'sources!': [
428 'common/user_agent.cc',
429 ],
422 'sources/': [ 430 'sources/': [
423 # iOS only needs a small portion of content; exclude all the 431 # iOS only needs a small portion of content; exclude all the
424 # implementation, and re-include what is used. 432 # implementation, and re-include what is used.
425 ['exclude', '\\.(cc|mm)$'], 433 ['exclude', '\\.(cc|mm)$'],
426 ['include', '_ios\\.(cc|mm)$'], 434 ['include', '_ios\\.(cc|mm)$'],
427 ['include', '^public/common/content_client\\.cc$'], 435 ['include', '^public/common/content_client\\.cc$'],
428 ['include', '^public/common/content_constants\\.cc$'], 436 ['include', '^public/common/content_constants\\.cc$'],
429 ['include', '^public/common/content_switches\\.cc$'], 437 ['include', '^public/common/content_switches\\.cc$'],
430 ['include', '^public/common/frame_navigate_params\\.cc$'], 438 ['include', '^public/common/frame_navigate_params\\.cc$'],
431 ['include', '^public/common/media_stream_request\\.cc$'], 439 ['include', '^public/common/media_stream_request\\.cc$'],
(...skipping 22 matching lines...) Expand all
454 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 462 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
455 '../ipc/ipc.gyp:ipc', 463 '../ipc/ipc.gyp:ipc',
456 '../media/media.gyp:media', 464 '../media/media.gyp:media',
457 '../media/media.gyp:shared_memory_support', 465 '../media/media.gyp:shared_memory_support',
458 '../third_party/WebKit/public/blink.gyp:blink', 466 '../third_party/WebKit/public/blink.gyp:blink',
459 '../ui/gl/gl.gyp:gl', 467 '../ui/gl/gl.gyp:gl',
460 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 468 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
461 '../webkit/common/webkit_common.gyp:webkit_common', 469 '../webkit/common/webkit_common.gyp:webkit_common',
462 '../webkit/storage_browser.gyp:webkit_storage_browser', 470 '../webkit/storage_browser.gyp:webkit_storage_browser',
463 '../webkit/storage_common.gyp:webkit_storage_common', 471 '../webkit/storage_common.gyp:webkit_storage_common',
472 'content.gyp:webkit_version',
464 ], 473 ],
465 }], 474 }],
466 ['OS=="mac"', { 475 ['OS=="mac"', {
467 'sources': [ 476 'sources': [
468 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 477 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
469 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 478 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
470 ], 479 ],
471 'sources!': [ 480 'sources!': [
472 'common/plugin_list_posix.cc', 481 'common/plugin_list_posix.cc',
473 ], 482 ],
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 661 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
653 'common/sandbox_linux/bpf_renderer_policy_linux.h', 662 'common/sandbox_linux/bpf_renderer_policy_linux.h',
654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 663 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 664 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
656 ], 665 ],
657 }, { 666 }, {
658 'defines': ['USE_SECCOMP_BPF'], 667 'defines': ['USE_SECCOMP_BPF'],
659 }], 668 }],
660 ], 669 ],
661 } 670 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698