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

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

Issue 7841012: Get chrome to link with USE_AURA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « views/views.gyp ('k') | webkit/plugins/npapi/webplugin_delegate_impl.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '../plugins/npapi/plugin_web_event_converter_mac.h', 168 '../plugins/npapi/plugin_web_event_converter_mac.h',
169 '../plugins/npapi/plugin_web_event_converter_mac.mm', 169 '../plugins/npapi/plugin_web_event_converter_mac.mm',
170 '../plugins/npapi/quickdraw_drawing_manager_mac.cc', 170 '../plugins/npapi/quickdraw_drawing_manager_mac.cc',
171 '../plugins/npapi/quickdraw_drawing_manager_mac.h', 171 '../plugins/npapi/quickdraw_drawing_manager_mac.h',
172 '../plugins/npapi/webplugin.cc', 172 '../plugins/npapi/webplugin.cc',
173 '../plugins/npapi/webplugin.h', 173 '../plugins/npapi/webplugin.h',
174 '../plugins/npapi/webplugin_accelerated_surface_mac.h', 174 '../plugins/npapi/webplugin_accelerated_surface_mac.h',
175 '../plugins/npapi/webplugin_delegate.h', 175 '../plugins/npapi/webplugin_delegate.h',
176 '../plugins/npapi/webplugin_delegate_impl.cc', 176 '../plugins/npapi/webplugin_delegate_impl.cc',
177 '../plugins/npapi/webplugin_delegate_impl.h', 177 '../plugins/npapi/webplugin_delegate_impl.h',
178 '../plugins/npapi/webplugin_delegate_impl_aura.cc',
178 '../plugins/npapi/webplugin_delegate_impl_gtk.cc', 179 '../plugins/npapi/webplugin_delegate_impl_gtk.cc',
179 '../plugins/npapi/webplugin_delegate_impl_mac.mm', 180 '../plugins/npapi/webplugin_delegate_impl_mac.mm',
180 '../plugins/npapi/webplugin_delegate_impl_win.cc', 181 '../plugins/npapi/webplugin_delegate_impl_win.cc',
181 '../plugins/npapi/webplugin_impl.cc', 182 '../plugins/npapi/webplugin_impl.cc',
182 '../plugins/npapi/webplugin_impl.h', 183 '../plugins/npapi/webplugin_impl.h',
183 '../plugins/npapi/webview_plugin.cc', 184 '../plugins/npapi/webview_plugin.cc',
184 '../plugins/npapi/webview_plugin.h', 185 '../plugins/npapi/webview_plugin.h',
185 '../plugins/plugin_constants.cc', 186 '../plugins/plugin_constants.cc',
186 '../plugins/plugin_constants.h', 187 '../plugins/plugin_constants.h',
187 '../plugins/plugin_switches.cc', 188 '../plugins/plugin_switches.cc',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 }, 546 },
546 'includes': [ '../../build/grit_action.gypi' ], 547 'includes': [ '../../build/grit_action.gypi' ],
547 }, 548 },
548 ], 549 ],
549 'includes': [ '../../build/grit_target.gypi' ], 550 'includes': [ '../../build/grit_target.gypi' ],
550 }, 551 },
551 ], 552 ],
552 }], 553 }],
553 ], 554 ],
554 } 555 }
OLDNEW
« no previous file with comments | « views/views.gyp ('k') | webkit/plugins/npapi/webplugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698