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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 203173008: Cleanup Icon Row custom code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 'chrome_shell_apk_java', 2994 'chrome_shell_apk_java',
2995 'chrome_java_test_support', 2995 'chrome_java_test_support',
2996 '../base/base.gyp:base', 2996 '../base/base.gyp:base',
2997 '../base/base.gyp:base_java_test_support', 2997 '../base/base.gyp:base_java_test_support',
2998 '../content/content_shell_and_tests.gyp:content_java_test_support', 2998 '../content/content_shell_and_tests.gyp:content_java_test_support',
2999 '../sync/sync.gyp:sync_javatests', 2999 '../sync/sync.gyp:sync_javatests',
3000 ], 3000 ],
3001 'variables': { 3001 'variables': {
3002 'apk_name': 'ChromeShellTest', 3002 'apk_name': 'ChromeShellTest',
3003 'java_in_dir': 'android/shell/javatests', 3003 'java_in_dir': 'android/shell/javatests',
3004 'resource_dir': 'android/shell/res',
3005 'additional_src_dirs': ['android/javatests/src'], 3004 'additional_src_dirs': ['android/javatests/src'],
3006 'is_test_apk': 1, 3005 'is_test_apk': 1,
3007 }, 3006 },
3008 'includes': [ '../build/java_apk.gypi' ], 3007 'includes': [ '../build/java_apk.gypi' ],
3009 }, 3008 },
3010 { 3009 {
3011 'target_name': 'chromedriver_webview_shell_apk', 3010 'target_name': 'chromedriver_webview_shell_apk',
3012 'type': 'none', 3011 'type': 'none',
3013 'variables': { 3012 'variables': {
3014 'apk_name': 'ChromeDriverWebViewShell', 3013 'apk_name': 'ChromeDriverWebViewShell',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
3233 'utility', 3232 'utility',
3234 ], 3233 ],
3235 'sources': [ 3234 'sources': [
3236 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3235 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3237 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3236 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3238 ], 3237 ],
3239 }] 3238 }]
3240 }], 3239 }],
3241 ], # 'conditions' 3240 ], # 'conditions'
3242 } 3241 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698