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

Side by Side Diff: build/all.gyp

Issue 8889022: Attempt 2 at : Makes tests either use mock compositor or mock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | chrome/browser/chrome_browser_main_extra_parts_aura.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 ], # targets 610 ], # targets
611 }], # "chromeos==1" 611 }], # "chromeos==1"
612 ['use_aura==1', { 612 ['use_aura==1', {
613 'targets': [ 613 'targets': [
614 { 614 {
615 'target_name': 'aura_builder', 615 'target_name': 'aura_builder',
616 'type': 'none', 616 'type': 'none',
617 'dependencies': [ 617 'dependencies': [
618 '../chrome/chrome.gyp:chrome', 618 '../chrome/chrome.gyp:chrome',
619 '../chrome/chrome.gyp:unit_tests', 619 '../chrome/chrome.gyp:unit_tests',
620 '../chrome/chrome.gyp:ui_tests',
620 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', 621 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe',
621 '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests', 622 '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests',
622 '../ui/aura/aura.gyp:*', 623 '../ui/aura/aura.gyp:*',
623 '../ui/gfx/compositor/compositor.gyp:*', 624 '../ui/gfx/compositor/compositor.gyp:*',
624 '../ui/views/views.gyp:views', 625 '../ui/views/views.gyp:views',
625 '../ui/views/views.gyp:views_unittests', 626 '../ui/views/views.gyp:views_unittests',
626 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 627 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
627 ], 628 ],
628 'conditions': [ 629 'conditions': [
629 ['OS=="win"', { 630 ['OS=="win"', {
(...skipping 19 matching lines...) Expand all
649 '../sql/sql.gyp:sql_unittests', 650 '../sql/sql.gyp:sql_unittests',
650 '../ui/ui.gyp:gfx_unittests', 651 '../ui/ui.gyp:gfx_unittests',
651 ], 652 ],
652 }], 653 }],
653 ], 654 ],
654 }, 655 },
655 ], # targets 656 ], # targets
656 }], # "use_aura==1" 657 }], # "use_aura==1"
657 ], # conditions 658 ], # conditions
658 } 659 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_extra_parts_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698