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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 10544089: Implement the file chooser as a new resource "host" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
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 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 '../../plugins/npapi/plugin_group_unittest.cc', 387 '../../plugins/npapi/plugin_group_unittest.cc',
388 '../../plugins/npapi/plugin_lib_unittest.cc', 388 '../../plugins/npapi/plugin_lib_unittest.cc',
389 '../../plugins/npapi/plugin_list_unittest.cc', 389 '../../plugins/npapi/plugin_list_unittest.cc',
390 '../../plugins/npapi/webplugin_impl_unittest.cc', 390 '../../plugins/npapi/webplugin_impl_unittest.cc',
391 '../../plugins/ppapi/host_var_tracker_unittest.cc', 391 '../../plugins/ppapi/host_var_tracker_unittest.cc',
392 '../../plugins/ppapi/mock_plugin_delegate.cc', 392 '../../plugins/ppapi/mock_plugin_delegate.cc',
393 '../../plugins/ppapi/mock_plugin_delegate.h', 393 '../../plugins/ppapi/mock_plugin_delegate.h',
394 '../../plugins/ppapi/mock_resource.h', 394 '../../plugins/ppapi/mock_resource.h',
395 '../../plugins/ppapi/ppapi_unittest.cc', 395 '../../plugins/ppapi/ppapi_unittest.cc',
396 '../../plugins/ppapi/ppapi_unittest.h', 396 '../../plugins/ppapi/ppapi_unittest.h',
397 '../../plugins/ppapi/ppb_file_chooser_impl_unittest.cc',
398 '../../plugins/ppapi/quota_file_io_unittest.cc', 397 '../../plugins/ppapi/quota_file_io_unittest.cc',
399 '../../plugins/ppapi/time_conversion_unittest.cc', 398 '../../plugins/ppapi/time_conversion_unittest.cc',
400 '../../plugins/ppapi/url_request_info_unittest.cc', 399 '../../plugins/ppapi/url_request_info_unittest.cc',
401 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', 400 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp',
402 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', 401 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp',
403 'image_decoder_unittest.cc', 402 'image_decoder_unittest.cc',
404 'image_decoder_unittest.h', 403 'image_decoder_unittest.h',
405 'mock_spellcheck_unittest.cc', 404 'mock_spellcheck_unittest.cc',
406 'plugin_tests.cc', 405 'plugin_tests.cc',
407 'run_all_tests.cc', 406 'run_all_tests.cc',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 'link_settings': { 675 'link_settings': {
677 'libraries': [ 676 'libraries': [
678 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 677 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
679 ], 678 ],
680 }, 679 },
681 }, 680 },
682 ], 681 ],
683 }], 682 }],
684 ], 683 ],
685 } 684 }
OLDNEW
« ppapi/thunk/interfaces_ppb_public_dev.h ('K') | « webkit/plugins/ppapi/resource_creation_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698