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

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

Issue 9192038: Relanding this with fixes to the mac dbg builder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 | « ppapi/thunk/ppb_image_data_api.h ('k') | webkit/plugins/ppapi/plugin_module.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) 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 '../plugins/ppapi/ppb_widget_impl.cc', 329 '../plugins/ppapi/ppb_widget_impl.cc',
330 '../plugins/ppapi/ppb_widget_impl.h', 330 '../plugins/ppapi/ppb_widget_impl.h',
331 '../plugins/ppapi/quota_file_io.cc', 331 '../plugins/ppapi/quota_file_io.cc',
332 '../plugins/ppapi/quota_file_io.h', 332 '../plugins/ppapi/quota_file_io.h',
333 '../plugins/ppapi/resource_creation_impl.cc', 333 '../plugins/ppapi/resource_creation_impl.cc',
334 '../plugins/ppapi/resource_creation_impl.h', 334 '../plugins/ppapi/resource_creation_impl.h',
335 '../plugins/ppapi/resource_helper.cc', 335 '../plugins/ppapi/resource_helper.cc',
336 '../plugins/ppapi/resource_helper.h', 336 '../plugins/ppapi/resource_helper.h',
337 '../plugins/ppapi/string.cc', 337 '../plugins/ppapi/string.cc',
338 '../plugins/ppapi/string.h', 338 '../plugins/ppapi/string.h',
339 '../plugins/ppapi/webkit_forwarding_impl.cc',
340 '../plugins/ppapi/webkit_forwarding_impl.h',
341 '../plugins/sad_plugin.cc', 339 '../plugins/sad_plugin.cc',
342 '../plugins/sad_plugin.h', 340 '../plugins/sad_plugin.h',
343 '../plugins/webkit_plugins_export.h', 341 '../plugins/webkit_plugins_export.h',
344 '../plugins/webplugininfo.cc', 342 '../plugins/webplugininfo.cc',
345 '../plugins/webplugininfo.h', 343 '../plugins/webplugininfo.h',
346 '../plugins/webview_plugin.cc', 344 '../plugins/webview_plugin.cc',
347 '../plugins/webview_plugin.h', 345 '../plugins/webview_plugin.h',
348 'alt_error_page_resource_fetcher.cc', 346 'alt_error_page_resource_fetcher.cc',
349 'alt_error_page_resource_fetcher.h', 347 'alt_error_page_resource_fetcher.h',
350 'context_menu.cc', 348 'context_menu.cc',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 }, 560 },
563 'includes': [ '../../build/grit_action.gypi' ], 561 'includes': [ '../../build/grit_action.gypi' ],
564 }, 562 },
565 ], 563 ],
566 'includes': [ '../../build/grit_target.gypi' ], 564 'includes': [ '../../build/grit_target.gypi' ],
567 }, 565 },
568 ], 566 ],
569 }], 567 }],
570 ], 568 ],
571 } 569 }
OLDNEW
« no previous file with comments | « ppapi/thunk/ppb_image_data_api.h ('k') | webkit/plugins/ppapi/plugin_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698