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

Side by Side Diff: content/content_tests.gypi

Issue 11411047: Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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 | « content/content_renderer.gypi ('k') | content/renderer/pepper/pepper_audio_input_host.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'common/content_constants_internal.cc', 696 'common/content_constants_internal.cc',
697 'common/content_constants_internal.h', 697 'common/content_constants_internal.h',
698 'renderer/browser_plugin/mock_browser_plugin.h', 698 'renderer/browser_plugin/mock_browser_plugin.h',
699 'renderer/browser_plugin/mock_browser_plugin.cc', 699 'renderer/browser_plugin/mock_browser_plugin.cc',
700 'renderer/browser_plugin/mock_browser_plugin_manager.h', 700 'renderer/browser_plugin/mock_browser_plugin_manager.h',
701 'renderer/browser_plugin/mock_browser_plugin_manager.cc', 701 'renderer/browser_plugin/mock_browser_plugin_manager.cc',
702 'renderer/browser_plugin/browser_plugin_browsertest.h', 702 'renderer/browser_plugin/browser_plugin_browsertest.h',
703 'renderer/browser_plugin/browser_plugin_browsertest.cc', 703 'renderer/browser_plugin/browser_plugin_browsertest.cc',
704 'renderer/mouse_lock_dispatcher_browsertest.cc', 704 'renderer/mouse_lock_dispatcher_browsertest.cc',
705 'renderer/pepper/mock_renderer_ppapi_host.cc', 705 'renderer/pepper/mock_renderer_ppapi_host.cc',
706 'renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc',
706 'renderer/pepper/pepper_file_chooser_host_unittest.cc', 707 'renderer/pepper/pepper_file_chooser_host_unittest.cc',
707 'renderer/pepper/pepper_url_request_unittest.cc', 708 'renderer/pepper/pepper_url_request_unittest.cc',
708 'renderer/render_view_browsertest.cc', 709 'renderer/render_view_browsertest.cc',
709 'renderer/render_view_browsertest_mac.mm', 710 'renderer/render_view_browsertest_mac.mm',
710 'renderer/render_widget_browsertest.cc', 711 'renderer/render_widget_browsertest.cc',
711 'renderer/renderer_accessibility_browsertest.cc', 712 'renderer/renderer_accessibility_browsertest.cc',
712 'renderer/web_intents_host_browsertest.cc', 713 'renderer/web_intents_host_browsertest.cc',
713 'test/content_browser_test.h', 714 'test/content_browser_test.h',
714 'test/content_browser_test.cc', 715 'test/content_browser_test.cc',
715 'test/content_browser_test_utils.cc', 716 'test/content_browser_test_utils.cc',
716 'test/content_browser_test_utils.h', 717 'test/content_browser_test_utils.h',
717 'test/content_browser_test_utils_mac.mm', 718 'test/content_browser_test_utils_mac.mm',
718 'test/content_browser_test_test.cc', 719 'test/content_browser_test_test.cc',
719 'test/content_test_launcher.cc', 720 'test/content_test_launcher.cc',
720 'test/layout_browsertest.cc', 721 'test/layout_browsertest.cc',
721 'test/layout_browsertest.h', 722 'test/layout_browsertest.h',
722 'test/layout_test_http_server.cc', 723 'test/layout_test_http_server.cc',
723 'test/layout_test_http_server.h', 724 'test/layout_test_http_server.h',
725 '../webkit/plugins/ppapi/mock_platform_image_2d.cc',
726 '../webkit/plugins/ppapi/mock_platform_image_2d.h',
727 '../webkit/plugins/ppapi/mock_plugin_delegate.cc',
728 '../webkit/plugins/ppapi/mock_plugin_delegate.h',
724 ], 729 ],
725 'conditions': [ 730 'conditions': [
726 ['OS=="win"', { 731 ['OS=="win"', {
727 'resource_include_dirs': [ 732 'resource_include_dirs': [
728 '<(SHARED_INTERMEDIATE_DIR)/webkit', 733 '<(SHARED_INTERMEDIATE_DIR)/webkit',
729 ], 734 ],
730 'sources': [ 735 'sources': [
731 'shell/resource.h', 736 'shell/resource.h',
732 'shell/shell.rc', 737 'shell/shell.rc',
733 # TODO: It would be nice to have these pulled in 738 # TODO: It would be nice to have these pulled in
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'resource_dir': '../res', 942 'resource_dir': '../res',
938 'additional_src_dirs': ['../content/public/android/javatests/'], 943 'additional_src_dirs': ['../content/public/android/javatests/'],
939 'is_test_apk': 1, 944 'is_test_apk': 1,
940 }, 945 },
941 'includes': [ '../build/java_apk.gypi' ], 946 'includes': [ '../build/java_apk.gypi' ],
942 }, 947 },
943 ], 948 ],
944 }], 949 }],
945 ], 950 ],
946 } 951 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/pepper/pepper_audio_input_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698