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

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: Rebase + #include order Created 5 years, 11 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
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 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 ['enable_autofill_dialog==0', { 2023 ['enable_autofill_dialog==0', {
2024 'sources!': [ 2024 'sources!': [
2025 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', 2025 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc',
2026 ] 2026 ]
2027 }], 2027 }],
2028 ['disable_nacl==0', { 2028 ['disable_nacl==0', {
2029 'sources':[ 2029 'sources':[
2030 'browser/extensions/extension_nacl_browsertest.cc', 2030 'browser/extensions/extension_nacl_browsertest.cc',
2031 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', 2031 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc',
2032 ], 2032 ],
2033 'dependencies': [
2034 # Runtime dependency.
2035 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_p lugin',
2036 ],
2037 'conditions': [ 2033 'conditions': [
2038 ['disable_nacl_untrusted==0', { 2034 ['disable_nacl_untrusted==0', {
2039 'sources': [ 2035 'sources': [
2040 'test/nacl/nacl_browsertest.cc', 2036 'test/nacl/nacl_browsertest.cc',
2041 'test/nacl/nacl_browsertest_uma.cc', 2037 'test/nacl/nacl_browsertest_uma.cc',
2042 'test/nacl/nacl_browsertest_util.cc', 2038 'test/nacl/nacl_browsertest_util.cc',
2043 'test/nacl/nacl_browsertest_util.h', 2039 'test/nacl/nacl_browsertest_util.h',
2044 'test/nacl/pnacl_header_test.cc', 2040 'test/nacl/pnacl_header_test.cc',
2045 'test/nacl/pnacl_header_test.h', 2041 'test/nacl/pnacl_header_test.h',
2046 ], 2042 ],
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
3230 ['enable_webrtc==1', { 3226 ['enable_webrtc==1', {
3231 'dependencies': [ 3227 'dependencies': [
3232 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3228 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3233 ] 3229 ]
3234 }], 3230 }],
3235 ], 3231 ],
3236 }] 3232 }]
3237 }], 3233 }],
3238 ], # 'conditions' 3234 ], # 'conditions'
3239 } 3235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698