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

Side by Side Diff: build/all.gyp

Issue 124493002: content: Add layout_test_helper target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make blink_tests depend on them Created 6 years, 11 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 | « no previous file | content/content_shell.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'target_name': 'blink_tests', 392 'target_name': 'blink_tests',
393 'type': 'none', 393 'type': 'none',
394 'dependencies': [ 394 'dependencies': [
395 '../third_party/WebKit/public/all.gyp:all_blink', 395 '../third_party/WebKit/public/all.gyp:all_blink',
396 '../content/content_shell_and_tests.gyp:content_shell', 396 '../content/content_shell_and_tests.gyp:content_shell',
397 ], 397 ],
398 'conditions': [ 398 'conditions': [
399 ['OS=="win"', { 399 ['OS=="win"', {
400 'dependencies': [ 400 'dependencies': [
401 '../content/content_shell_and_tests.gyp:content_shell_crash_serv ice', 401 '../content/content_shell_and_tests.gyp:content_shell_crash_serv ice',
402 '../content/content_shell_and_tests.gyp:layout_test_helper',
402 ], 403 ],
403 }, { # OS!="win" 404 }, { # OS!="win"
404 'dependencies': [ 405 'dependencies': [
405 '../breakpad/breakpad.gyp:minidump_stackwalk', 406 '../breakpad/breakpad.gyp:minidump_stackwalk',
406 ], 407 ],
407 }], 408 }],
408 ['OS=="mac"', { 409 ['OS=="mac"', {
409 'dependencies': [ 410 'dependencies': [
410 '../breakpad/breakpad.gyp:dump_syms#host', 411 '../breakpad/breakpad.gyp:dump_syms#host',
412 '../content/content_shell_and_tests.gyp:layout_test_helper',
411 ], 413 ],
412 }], 414 }],
413 ['OS=="linux"', { 415 ['OS=="linux"', {
414 'dependencies': [ 416 'dependencies': [
415 '../breakpad/breakpad.gyp:dump_syms', 417 '../breakpad/breakpad.gyp:dump_syms',
416 ], 418 ],
417 }], 419 }],
418 ], 420 ],
419 }, # target_name: blink_tests 421 }, # target_name: blink_tests
420 { 422 {
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 '../chrome/chrome.gyp:interactive_ui_tests_run', 1055 '../chrome/chrome.gyp:interactive_ui_tests_run',
1054 '../chrome/chrome.gyp:sync_integration_tests_run', 1056 '../chrome/chrome.gyp:sync_integration_tests_run',
1055 '../chrome/chrome.gyp:unit_tests_run', 1057 '../chrome/chrome.gyp:unit_tests_run',
1056 '../net/net.gyp:net_unittests_run', 1058 '../net/net.gyp:net_unittests_run',
1057 ], 1059 ],
1058 }, # target_name: chromium_swarm_tests 1060 }, # target_name: chromium_swarm_tests
1059 ], 1061 ],
1060 }], 1062 }],
1061 ], # conditions 1063 ], # conditions
1062 } 1064 }
OLDNEW
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698