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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 22362007: Relocate last remnants of webkit/renderer/media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 '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 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 }], 2063 }],
2064 ['enable_app_list==0', { 2064 ['enable_app_list==0', {
2065 'sources/': [ 2065 'sources/': [
2066 ['exclude', '^browser/ui/app_list/'], 2066 ['exclude', '^browser/ui/app_list/'],
2067 ], 2067 ],
2068 }], 2068 }],
2069 ['enable_plugins==1', { 2069 ['enable_plugins==1', {
2070 'dependencies': [ 2070 'dependencies': [
2071 # Runtime dependency. 2071 # Runtime dependency.
2072 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', 2072 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
2073 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', 2073 '../media/media.gyp:clearkeycdmadapter',
2074 ], 2074 ],
2075 }], 2075 }],
2076 ], # conditions 2076 ], # conditions
2077 }, # target browser_tests 2077 }, # target browser_tests
2078 { 2078 {
2079 # Executable that runs each perf browser test in a new process. 2079 # Executable that runs each perf browser test in a new process.
2080 'target_name': 'performance_browser_tests', 2080 'target_name': 'performance_browser_tests',
2081 'type': 'executable', 2081 'type': 'executable',
2082 'msvs_cygwin_shell': 0, 2082 'msvs_cygwin_shell': 0,
2083 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 2083 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
(...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after
3395 'utility', 3395 'utility',
3396 ], 3396 ],
3397 'sources': [ 3397 'sources': [
3398 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3398 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3399 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3399 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3400 ], 3400 ],
3401 }] 3401 }]
3402 }], 3402 }],
3403 ], # 'conditions' 3403 ], # 'conditions'
3404 } 3404 }
OLDNEW
« no previous file with comments | « DEPS ('k') | content/content_tests.gypi » ('j') | media/cdm/ppapi/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698