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

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: Fixed tests 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
« no previous file with comments | « chrome/android/shell/res/menu/main_menu.xml ('k') | no next file » | 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 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after
2995 'chrome_shell_apk_java', 2995 'chrome_shell_apk_java',
2996 'chrome_java_test_support', 2996 'chrome_java_test_support',
2997 '../base/base.gyp:base', 2997 '../base/base.gyp:base',
2998 '../base/base.gyp:base_java_test_support', 2998 '../base/base.gyp:base_java_test_support',
2999 '../content/content_shell_and_tests.gyp:content_java_test_support', 2999 '../content/content_shell_and_tests.gyp:content_java_test_support',
3000 '../sync/sync.gyp:sync_javatests', 3000 '../sync/sync.gyp:sync_javatests',
3001 ], 3001 ],
3002 'variables': { 3002 'variables': {
3003 'apk_name': 'ChromeShellTest', 3003 'apk_name': 'ChromeShellTest',
3004 'java_in_dir': 'android/shell/javatests', 3004 'java_in_dir': 'android/shell/javatests',
3005 'resource_dir': 'android/shell/res',
3006 'additional_src_dirs': ['android/javatests/src'], 3005 'additional_src_dirs': ['android/javatests/src'],
3007 'is_test_apk': 1, 3006 'is_test_apk': 1,
3008 }, 3007 },
3009 'includes': [ '../build/java_apk.gypi' ], 3008 'includes': [ '../build/java_apk.gypi' ],
3010 }, 3009 },
3011 { 3010 {
3012 'target_name': 'chromedriver_webview_shell_apk', 3011 'target_name': 'chromedriver_webview_shell_apk',
3013 'type': 'none', 3012 'type': 'none',
3014 'variables': { 3013 'variables': {
3015 'apk_name': 'ChromeDriverWebViewShell', 3014 'apk_name': 'ChromeDriverWebViewShell',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
3234 'utility', 3233 'utility',
3235 ], 3234 ],
3236 'sources': [ 3235 'sources': [
3237 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3236 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3238 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3237 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3239 ], 3238 ],
3240 }] 3239 }]
3241 }], 3240 }],
3242 ], # 'conditions' 3241 ], # 'conditions'
3243 } 3242 }
OLDNEW
« no previous file with comments | « chrome/android/shell/res/menu/main_menu.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698