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

Side by Side Diff: content/content_tests.gypi

Issue 10815073: Refactoring of new IPC-only pepper implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « content/content_renderer.gypi ('k') | content/ppapi_plugin/ppapi_thread.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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'browser/speech/speech_recognition_browsertest.cc', 584 'browser/speech/speech_recognition_browsertest.cc',
585 'browser/webkit_browsertest.cc', 585 'browser/webkit_browsertest.cc',
586 'browser/worker_host/test/worker_browsertest.cc', 586 'browser/worker_host/test/worker_browsertest.cc',
587 'renderer/browser_plugin/mock_browser_plugin.h', 587 'renderer/browser_plugin/mock_browser_plugin.h',
588 'renderer/browser_plugin/mock_browser_plugin.cc', 588 'renderer/browser_plugin/mock_browser_plugin.cc',
589 'renderer/browser_plugin/mock_browser_plugin_manager.h', 589 'renderer/browser_plugin/mock_browser_plugin_manager.h',
590 'renderer/browser_plugin/mock_browser_plugin_manager.cc', 590 'renderer/browser_plugin/mock_browser_plugin_manager.cc',
591 'renderer/browser_plugin/browser_plugin_browsertest.h', 591 'renderer/browser_plugin/browser_plugin_browsertest.h',
592 'renderer/browser_plugin/browser_plugin_browsertest.cc', 592 'renderer/browser_plugin/browser_plugin_browsertest.cc',
593 'renderer/mouse_lock_dispatcher_browsertest.cc', 593 'renderer/mouse_lock_dispatcher_browsertest.cc',
594 'renderer/pepper/mock_renderer_ppapi_host.cc',
594 'renderer/pepper/pepper_file_chooser_host_unittest.cc', 595 'renderer/pepper/pepper_file_chooser_host_unittest.cc',
595 'renderer/render_view_browsertest.cc', 596 'renderer/render_view_browsertest.cc',
596 'renderer/render_view_browsertest_mac.mm', 597 'renderer/render_view_browsertest_mac.mm',
597 'renderer/renderer_accessibility_browsertest.cc', 598 'renderer/renderer_accessibility_browsertest.cc',
598 'test/content_browser_test.h', 599 'test/content_browser_test.h',
599 'test/content_browser_test.cc', 600 'test/content_browser_test.cc',
600 'test/content_browser_test_utils.cc', 601 'test/content_browser_test_utils.cc',
601 'test/content_browser_test_utils.h', 602 'test/content_browser_test_utils.h',
602 'test/content_browser_test_utils_mac.mm', 603 'test/content_browser_test_utils_mac.mm',
603 'test/content_browser_test_test.cc', 604 'test/content_browser_test_test.cc',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 '-buildfile', 835 '-buildfile',
835 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
836 ] 837 ]
837 } 838 }
838 ], 839 ],
839 }, 840 },
840 ], 841 ],
841 }], 842 }],
842 ], 843 ],
843 } 844 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/ppapi_plugin/ppapi_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698