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

Side by Side Diff: build/all.gyp

Issue 10435004: Fix remoting_unittests compilation with Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | remoting/host/x_server_pixel_buffer.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) 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 ['use_aura==1', { 546 ['use_aura==1', {
547 'targets': [ 547 'targets': [
548 { 548 {
549 'target_name': 'aura_builder', 549 'target_name': 'aura_builder',
550 'type': 'none', 550 'type': 'none',
551 'dependencies': [ 551 'dependencies': [
552 '../chrome/chrome.gyp:browser_tests', 552 '../chrome/chrome.gyp:browser_tests',
553 '../chrome/chrome.gyp:chrome', 553 '../chrome/chrome.gyp:chrome',
554 '../chrome/chrome.gyp:interactive_ui_tests', 554 '../chrome/chrome.gyp:interactive_ui_tests',
555 '../chrome/chrome.gyp:unit_tests', 555 '../chrome/chrome.gyp:unit_tests',
556 '../remoting/remoting.gyp:remoting_unittests',
556 '../ui/aura/aura.gyp:*', 557 '../ui/aura/aura.gyp:*',
557 '../ui/compositor/compositor.gyp:*', 558 '../ui/compositor/compositor.gyp:*',
558 '../ui/ui.gyp:gfx_unittests', 559 '../ui/ui.gyp:gfx_unittests',
559 '../ui/views/views.gyp:views', 560 '../ui/views/views.gyp:views',
560 '../ui/views/views.gyp:views_unittests', 561 '../ui/views/views.gyp:views_unittests',
561 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 562 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
562 ], 563 ],
563 'conditions': [ 564 'conditions': [
564 ['OS=="win"', { 565 ['OS=="win"', {
565 # Remove this when we have the real compositor. 566 # Remove this when we have the real compositor.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 'dependencies': [ 603 'dependencies': [
603 '../chromeos/chromeos.gyp:chromeos_unittests', 604 '../chromeos/chromeos.gyp:chromeos_unittests',
604 ], 605 ],
605 }], 606 }],
606 ], 607 ],
607 }, 608 },
608 ], # targets 609 ], # targets
609 }], # "use_aura==1" 610 }], # "use_aura==1"
610 ], # conditions 611 ], # conditions
611 } 612 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/x_server_pixel_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698