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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for mseaborn Created 6 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after
1678 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', 1678 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc',
1679 ] 1679 ]
1680 }], 1680 }],
1681 ['disable_nacl==0', { 1681 ['disable_nacl==0', {
1682 'sources':[ 1682 'sources':[
1683 'browser/extensions/extension_nacl_browsertest.cc', 1683 'browser/extensions/extension_nacl_browsertest.cc',
1684 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', 1684 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc',
1685 ], 1685 ],
1686 'dependencies': [ 1686 'dependencies': [
1687 # Runtime dependency. 1687 # Runtime dependency.
1688 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome', 1688 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_p lugin',
1689 ], 1689 ],
1690 'conditions': [ 1690 'conditions': [
1691 ['disable_nacl_untrusted==0', { 1691 ['disable_nacl_untrusted==0', {
1692 'sources': [ 1692 'sources': [
1693 'test/nacl/nacl_browsertest.cc', 1693 'test/nacl/nacl_browsertest.cc',
1694 'test/nacl/nacl_browsertest_uma.cc', 1694 'test/nacl/nacl_browsertest_uma.cc',
1695 'test/nacl/nacl_browsertest_util.cc', 1695 'test/nacl/nacl_browsertest_util.cc',
1696 'test/nacl/nacl_browsertest_util.h', 1696 'test/nacl/nacl_browsertest_util.h',
1697 'test/nacl/pnacl_header_test.cc', 1697 'test/nacl/pnacl_header_test.cc',
1698 'test/nacl/pnacl_header_test.h', 1698 'test/nacl/pnacl_header_test.h',
(...skipping 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after
2998 ['enable_webrtc==1', { 2998 ['enable_webrtc==1', {
2999 'dependencies': [ 2999 'dependencies': [
3000 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3000 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3001 ] 3001 ]
3002 }], 3002 }],
3003 ], 3003 ],
3004 }] 3004 }]
3005 }], 3005 }],
3006 ], # 'conditions' 3006 ], # 'conditions'
3007 } 3007 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698