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

Side by Side Diff: build/all.gyp

Issue 8222008: Ups the size of the desktop window that is created so tests pass. We (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | ui/aura/aura_test_base.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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 ], # targets 599 ], # targets
600 }], # "chromeos==1" 600 }], # "chromeos==1"
601 ['use_aura==1', { 601 ['use_aura==1', {
602 'targets': [ 602 'targets': [
603 { 603 {
604 'target_name': 'aura_builder', 604 'target_name': 'aura_builder',
605 'type': 'none', 605 'type': 'none',
606 'dependencies': [ 606 'dependencies': [
607 '../chrome/chrome.gyp:chrome', 607 '../chrome/chrome.gyp:chrome',
608 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', 608 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe',
609 '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests',
609 '../ui/aura/aura.gyp:*', 610 '../ui/aura/aura.gyp:*',
610 '../ui/gfx/compositor/compositor.gyp:*', 611 '../ui/gfx/compositor/compositor.gyp:*',
611 '../views/views.gyp:views', 612 '../views/views.gyp:views',
612 '../views/views.gyp:views_aura_desktop', 613 '../views/views.gyp:views_aura_desktop',
613 '../views/views.gyp:views_desktop', 614 '../views/views.gyp:views_desktop',
614 '../views/views.gyp:views_desktop_lib', 615 '../views/views.gyp:views_desktop_lib',
615 '../views/views.gyp:views_unittests', 616 '../views/views.gyp:views_unittests',
616 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 617 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
617 ], 618 ],
618 'conditions': [ 619 'conditions': [
619 ['OS=="win"', { 620 ['OS=="win"', {
620 # Remove this when we have the real compositor. 621 # Remove this when we have the real compositor.
621 'copies': [ 622 'copies': [
622 { 623 {
623 'destination': '<(PRODUCT_DIR)', 624 'destination': '<(PRODUCT_DIR)',
624 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll '] 625 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll ']
625 }, 626 },
626 ], 627 ],
627 'dependencies': [ 628 'dependencies': [
628 '../chrome/chrome.gyp:crash_service', 629 '../chrome/chrome.gyp:crash_service',
629 '../chrome/chrome.gyp:crash_service_win64', 630 '../chrome/chrome.gyp:crash_service_win64',
630 ], 631 ],
631 }], 632 }],
632 ], 633 ],
633 }, 634 },
634 ], # targets 635 ], # targets
635 }], # "use_aura==1" 636 }], # "use_aura==1"
636 ], # conditions 637 ], # conditions
637 } 638 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698