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

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

Issue 6141001: Move ppb_flash.h to ppapi/c/private ...... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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/proxy/ppb_flash_proxy.cc ('k') | webkit/plugins/ppapi/plugin_module.cc » ('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) 2010 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 },{
11 'webkit_src_dir': '../../third_party/WebKit', 11 'webkit_src_dir': '../../third_party/WebKit',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 '../plugins/ppapi/ppb_directory_reader_impl.cc', 274 '../plugins/ppapi/ppb_directory_reader_impl.cc',
275 '../plugins/ppapi/ppb_directory_reader_impl.h', 275 '../plugins/ppapi/ppb_directory_reader_impl.h',
276 '../plugins/ppapi/ppb_file_chooser_impl.cc', 276 '../plugins/ppapi/ppb_file_chooser_impl.cc',
277 '../plugins/ppapi/ppb_file_chooser_impl.h', 277 '../plugins/ppapi/ppb_file_chooser_impl.h',
278 '../plugins/ppapi/ppb_file_io_impl.cc', 278 '../plugins/ppapi/ppb_file_io_impl.cc',
279 '../plugins/ppapi/ppb_file_io_impl.h', 279 '../plugins/ppapi/ppb_file_io_impl.h',
280 '../plugins/ppapi/ppb_file_ref_impl.cc', 280 '../plugins/ppapi/ppb_file_ref_impl.cc',
281 '../plugins/ppapi/ppb_file_ref_impl.h', 281 '../plugins/ppapi/ppb_file_ref_impl.h',
282 '../plugins/ppapi/ppb_file_system_impl.cc', 282 '../plugins/ppapi/ppb_file_system_impl.cc',
283 '../plugins/ppapi/ppb_file_system_impl.h', 283 '../plugins/ppapi/ppb_file_system_impl.h',
284 '../plugins/ppapi/ppb_flash.h',
285 '../plugins/ppapi/ppb_flash_impl.cc', 284 '../plugins/ppapi/ppb_flash_impl.cc',
286 '../plugins/ppapi/ppb_flash_impl.h', 285 '../plugins/ppapi/ppb_flash_impl.h',
287 '../plugins/ppapi/ppb_flash_impl_linux.cc', 286 '../plugins/ppapi/ppb_flash_impl_linux.cc',
288 '../plugins/ppapi/ppb_font_impl.cc', 287 '../plugins/ppapi/ppb_font_impl.cc',
289 '../plugins/ppapi/ppb_font_impl.h', 288 '../plugins/ppapi/ppb_font_impl.h',
290 '../plugins/ppapi/ppb_graphics_2d_impl.cc', 289 '../plugins/ppapi/ppb_graphics_2d_impl.cc',
291 '../plugins/ppapi/ppb_graphics_2d_impl.h', 290 '../plugins/ppapi/ppb_graphics_2d_impl.h',
292 '../plugins/ppapi/ppb_graphics_3d_impl.cc', 291 '../plugins/ppapi/ppb_graphics_3d_impl.cc',
293 '../plugins/ppapi/ppb_graphics_3d_impl.h', 292 '../plugins/ppapi/ppb_graphics_3d_impl.h',
294 '../plugins/ppapi/ppb_image_data_impl.cc', 293 '../plugins/ppapi/ppb_image_data_impl.cc',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 }], 519 }],
521 ['inside_chromium_build==0', { 520 ['inside_chromium_build==0', {
522 'dependencies': [ 521 'dependencies': [
523 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 522 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
524 ], 523 ],
525 }], 524 }],
526 ], 525 ],
527 }, 526 },
528 ], 527 ],
529 } 528 }
OLDNEW
« no previous file with comments | « ppapi/proxy/ppb_flash_proxy.cc ('k') | webkit/plugins/ppapi/plugin_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698