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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 19697013: Move NPAPI test plugin to content/test/plugin. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/browser/policy/policy_browsertest.cc ('k') | content/child/npapi/plugin_stream_url.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 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 }, { # else: toolkit_views == 0 2046 }, { # else: toolkit_views == 0
2047 'sources/': [ 2047 'sources/': [
2048 ['exclude', '^../ui/views/'], 2048 ['exclude', '^../ui/views/'],
2049 ['exclude', '^browser/ui/views/'], 2049 ['exclude', '^browser/ui/views/'],
2050 ], 2050 ],
2051 }], 2051 }],
2052 ['OS!="android" and OS!="ios"', { 2052 ['OS!="android" and OS!="ios"', {
2053 # npapi test plugin doesn't build on android or ios 2053 # npapi test plugin doesn't build on android or ios
2054 'dependencies': [ 2054 'dependencies': [
2055 # build time dependency. 2055 # build time dependency.
2056 '../content/content.gyp:copy_npapi_test_plugin',
2056 '../v8/tools/gyp/v8.gyp:v8_shell#host', 2057 '../v8/tools/gyp/v8.gyp:v8_shell#host',
2057 '../webkit/plugins/webkit_plugins.gyp:copy_npapi_test_plugin',
2058 ], 2058 ],
2059 }], 2059 }],
2060 ['enable_app_list==0', { 2060 ['enable_app_list==0', {
2061 'sources/': [ 2061 'sources/': [
2062 ['exclude', '^browser/ui/app_list/'], 2062 ['exclude', '^browser/ui/app_list/'],
2063 ], 2063 ],
2064 }], 2064 }],
2065 ['enable_plugins==1', { 2065 ['enable_plugins==1', {
2066 'dependencies': [ 2066 'dependencies': [
2067 # Runtime dependency. 2067 # Runtime dependency.
(...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
3391 'utility', 3391 'utility',
3392 ], 3392 ],
3393 'sources': [ 3393 'sources': [
3394 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3394 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3395 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3395 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3396 ], 3396 ],
3397 }] 3397 }]
3398 }], 3398 }],
3399 ], # 'conditions' 3399 ], # 'conditions'
3400 } 3400 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | content/child/npapi/plugin_stream_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698