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

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: upload for recommit after chromite fix 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
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/DEPS » ('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 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 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', 1686 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc',
1687 ] 1687 ]
1688 }], 1688 }],
1689 ['disable_nacl==0', { 1689 ['disable_nacl==0', {
1690 'sources':[ 1690 'sources':[
1691 'browser/extensions/extension_nacl_browsertest.cc', 1691 'browser/extensions/extension_nacl_browsertest.cc',
1692 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', 1692 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc',
1693 ], 1693 ],
1694 'dependencies': [ 1694 'dependencies': [
1695 # Runtime dependency. 1695 # Runtime dependency.
1696 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome', 1696 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_p lugin',
1697 ], 1697 ],
1698 'conditions': [ 1698 'conditions': [
1699 ['disable_nacl_untrusted==0', { 1699 ['disable_nacl_untrusted==0', {
1700 'sources': [ 1700 'sources': [
1701 'test/nacl/nacl_browsertest.cc', 1701 'test/nacl/nacl_browsertest.cc',
1702 'test/nacl/nacl_browsertest_uma.cc', 1702 'test/nacl/nacl_browsertest_uma.cc',
1703 'test/nacl/nacl_browsertest_util.cc', 1703 'test/nacl/nacl_browsertest_util.cc',
1704 'test/nacl/nacl_browsertest_util.h', 1704 'test/nacl/nacl_browsertest_util.h',
1705 'test/nacl/pnacl_header_test.cc', 1705 'test/nacl/pnacl_header_test.cc',
1706 'test/nacl/pnacl_header_test.h', 1706 'test/nacl/pnacl_header_test.h',
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after
3010 ['enable_webrtc==1', { 3010 ['enable_webrtc==1', {
3011 'dependencies': [ 3011 'dependencies': [
3012 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3012 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3013 ] 3013 ]
3014 }], 3014 }],
3015 ], 3015 ],
3016 }] 3016 }]
3017 }], 3017 }],
3018 ], # 'conditions' 3018 ], # 'conditions'
3019 } 3019 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698