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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 876483002: NaCl: Move src/trusted/plugin/ to components/nacl/renderer/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update #include guards Created 5 years, 10 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests_unit.gypi » ('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 'variables': { 5 'variables': {
6 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 2013 matching lines...) Expand 10 before | Expand all | Expand 10 after
2024 ['enable_autofill_dialog==0', { 2024 ['enable_autofill_dialog==0', {
2025 'sources!': [ 2025 'sources!': [
2026 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', 2026 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc',
2027 ] 2027 ]
2028 }], 2028 }],
2029 ['disable_nacl==0', { 2029 ['disable_nacl==0', {
2030 'sources':[ 2030 'sources':[
2031 'browser/extensions/extension_nacl_browsertest.cc', 2031 'browser/extensions/extension_nacl_browsertest.cc',
2032 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', 2032 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc',
2033 ], 2033 ],
2034 'dependencies': [
2035 # Runtime dependency.
Nico 2015/01/29 05:56:58 Is this no longer needed?
2036 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_p lugin',
2037 ],
2038 'conditions': [ 2034 'conditions': [
2039 ['disable_nacl_untrusted==0', { 2035 ['disable_nacl_untrusted==0', {
2040 'sources': [ 2036 'sources': [
2041 'test/nacl/nacl_browsertest.cc', 2037 'test/nacl/nacl_browsertest.cc',
2042 'test/nacl/nacl_browsertest_uma.cc', 2038 'test/nacl/nacl_browsertest_uma.cc',
2043 'test/nacl/nacl_browsertest_util.cc', 2039 'test/nacl/nacl_browsertest_util.cc',
2044 'test/nacl/nacl_browsertest_util.h', 2040 'test/nacl/nacl_browsertest_util.h',
2045 'test/nacl/pnacl_header_test.cc', 2041 'test/nacl/pnacl_header_test.cc',
2046 'test/nacl/pnacl_header_test.h', 2042 'test/nacl/pnacl_header_test.h',
2047 ], 2043 ],
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 ['enable_webrtc==1', { 3228 ['enable_webrtc==1', {
3233 'dependencies': [ 3229 'dependencies': [
3234 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3230 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3235 ] 3231 ]
3236 }], 3232 }],
3237 ], 3233 ],
3238 }] 3234 }]
3239 }], 3235 }],
3240 ], # 'conditions' 3236 ], # 'conditions'
3241 } 3237 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698