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

Side by Side Diff: content/content_common.gypi

Issue 20003004: reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & allocator dep for components_unittests in shared_library2 Created 7 years, 5 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/content_tests.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 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'public/common/page_type.h', 66 'public/common/page_type.h',
67 'public/common/page_zoom.h', 67 'public/common/page_zoom.h',
68 'public/common/password_form.cc', 68 'public/common/password_form.cc',
69 'public/common/password_form.h', 69 'public/common/password_form.h',
70 'public/common/pepper_plugin_info.cc', 70 'public/common/pepper_plugin_info.cc',
71 'public/common/pepper_plugin_info.h', 71 'public/common/pepper_plugin_info.h',
72 'public/common/process_type.h', 72 'public/common/process_type.h',
73 'public/common/referrer.h', 73 'public/common/referrer.h',
74 'public/common/renderer_preferences.cc', 74 'public/common/renderer_preferences.cc',
75 'public/common/renderer_preferences.h', 75 'public/common/renderer_preferences.h',
76 'public/common/resource_dispatcher_delegate.h',
77 'public/common/resource_response.h', 76 'public/common/resource_response.h',
78 'public/common/result_codes.h', 77 'public/common/result_codes.h',
79 'public/common/result_codes_list.h', 78 'public/common/result_codes_list.h',
80 'public/common/sandbox_init.h', 79 'public/common/sandbox_init.h',
81 'public/common/sandbox_linux.h', 80 'public/common/sandbox_linux.h',
82 'public/common/sandbox_type_mac.h', 81 'public/common/sandbox_type_mac.h',
83 'public/common/sandboxed_process_launcher_delegate.h', 82 'public/common/sandboxed_process_launcher_delegate.h',
84 'public/common/security_style.h', 83 'public/common/security_style.h',
85 'public/common/show_desktop_notification_params.cc', 84 'public/common/show_desktop_notification_params.cc',
86 'public/common/show_desktop_notification_params.h', 85 'public/common/show_desktop_notification_params.h',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 562 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
564 '<(output)', 563 '<(output)',
565 '<(PRODUCT_DIR)', 564 '<(PRODUCT_DIR)',
566 ], 565 ],
567 'msvs_cygwin_shell': 1, 566 'msvs_cygwin_shell': 1,
568 }, 567 },
569 ] 568 ]
570 }], 569 }],
571 ], 570 ],
572 } 571 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698