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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 10928072: Remove all support for the Carbon NPAPI event model (Closed) Base URL: http://git.chromium.org/chromium/src.git@test-plugin-cocoa
Patch Set: Rebase Created 8 years, 3 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
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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'webkit_strings', 106 'webkit_strings',
107 ], 107 ],
108 'include_dirs': [ 108 'include_dirs': [
109 '<(INTERMEDIATE_DIR)', 109 '<(INTERMEDIATE_DIR)',
110 '<(SHARED_INTERMEDIATE_DIR)/webkit', 110 '<(SHARED_INTERMEDIATE_DIR)/webkit',
111 ], 111 ],
112 'sources': [ 112 'sources': [
113 # This list contains all .h, .cc, and .mm files in glue except for 113 # This list contains all .h, .cc, and .mm files in glue except for
114 # those in the test subdirectory and those with unittest in in their 114 # those in the test subdirectory and those with unittest in in their
115 # names. 115 # names.
116 '../plugins/npapi/carbon_plugin_window_tracker_mac.cc',
117 '../plugins/npapi/carbon_plugin_window_tracker_mac.h',
118 '../plugins/npapi/gtk_plugin_container.cc', 116 '../plugins/npapi/gtk_plugin_container.cc',
119 '../plugins/npapi/gtk_plugin_container.h', 117 '../plugins/npapi/gtk_plugin_container.h',
120 '../plugins/npapi/gtk_plugin_container_manager.cc', 118 '../plugins/npapi/gtk_plugin_container_manager.cc',
121 '../plugins/npapi/gtk_plugin_container_manager.h', 119 '../plugins/npapi/gtk_plugin_container_manager.h',
122 '../plugins/npapi/plugin_constants_win.cc', 120 '../plugins/npapi/plugin_constants_win.cc',
123 '../plugins/npapi/plugin_constants_win.h', 121 '../plugins/npapi/plugin_constants_win.h',
124 '../plugins/npapi/plugin_group.cc', 122 '../plugins/npapi/plugin_group.cc',
125 '../plugins/npapi/plugin_group.h', 123 '../plugins/npapi/plugin_group.h',
126 '../plugins/npapi/plugin_host.cc', 124 '../plugins/npapi/plugin_host.cc',
127 '../plugins/npapi/plugin_host.h', 125 '../plugins/npapi/plugin_host.h',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 }, 506 },
509 'includes': [ '../../build/grit_action.gypi' ], 507 'includes': [ '../../build/grit_action.gypi' ],
510 }, 508 },
511 ], 509 ],
512 'includes': [ '../../build/grit_target.gypi' ], 510 'includes': [ '../../build/grit_target.gypi' ],
513 }, 511 },
514 ], 512 ],
515 }], 513 }],
516 ], 514 ],
517 } 515 }
OLDNEW
« no previous file with comments | « content/renderer/webplugin_delegate_proxy.cc ('k') | webkit/plugins/npapi/carbon_plugin_window_tracker_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698