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

Side by Side Diff: chrome\test\interactive_ui\interactive_ui_test.gyp

Issue 270042: Relanding the interactive UI tests GYP factor out (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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/chrome.gyp ('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 { 1 {
2 'conditions': [ 2 'conditions': [
3 ['OS=="linux" or OS=="win"', { 3 ['OS=="linux" or OS=="win"', {
4 'targets': [ 4 'targets': [
5 { 5 {
6 # TODO: enable on mac. 6 # TODO: enable on mac.
7 'target_name': 'interactive_ui_tests', 7 'target_name': 'interactive_ui_tests',
8 'type': 'executable', 8 'type': 'executable',
9 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', 9 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0',
10 'dependencies': [ 10 'dependencies': [
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'targets': [ 141 'targets': [
142 { 142 {
143 # TODO: enable on mac. 143 # TODO: enable on mac.
144 'target_name': 'interactive_ui_tests', 144 'target_name': 'interactive_ui_tests',
145 'type': 'none', 145 'type': 'none',
146 } 146 }
147 ] 147 ]
148 }] 148 }]
149 ] # conditions 149 ] # conditions
150 } 150 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698