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

Side by Side Diff: build/all.gyp

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS 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
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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 { 562 {
563 'target_name': 'aura_builder', 563 'target_name': 'aura_builder',
564 'type': 'none', 564 'type': 'none',
565 'dependencies': [ 565 'dependencies': [
566 '../chrome/chrome.gyp:browser_tests', 566 '../chrome/chrome.gyp:browser_tests',
567 '../chrome/chrome.gyp:chrome', 567 '../chrome/chrome.gyp:chrome',
568 '../chrome/chrome.gyp:interactive_ui_tests', 568 '../chrome/chrome.gyp:interactive_ui_tests',
569 '../chrome/chrome.gyp:ui_tests', 569 '../chrome/chrome.gyp:ui_tests',
570 '../chrome/chrome.gyp:unit_tests', 570 '../chrome/chrome.gyp:unit_tests',
571 '../ui/aura/aura.gyp:*', 571 '../ui/aura/aura.gyp:*',
572 '../ui/gfx/compositor/compositor.gyp:*', 572 '../ui/compositor/compositor.gyp:*',
573 '../ui/ui.gyp:gfx_unittests', 573 '../ui/ui.gyp:gfx_unittests',
574 '../ui/views/views.gyp:views', 574 '../ui/views/views.gyp:views',
575 '../ui/views/views.gyp:views_unittests', 575 '../ui/views/views.gyp:views_unittests',
576 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 576 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
577 ], 577 ],
578 'conditions': [ 578 'conditions': [
579 ['OS=="win"', { 579 ['OS=="win"', {
580 # Remove this when we have the real compositor. 580 # Remove this when we have the real compositor.
581 'copies': [ 581 'copies': [
582 { 582 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'dependencies': [ 618 'dependencies': [
619 '../chromeos/chromeos.gyp:chromeos_unittests', 619 '../chromeos/chromeos.gyp:chromeos_unittests',
620 ], 620 ],
621 }], 621 }],
622 ], 622 ],
623 }, 623 },
624 ], # targets 624 ], # targets
625 }], # "use_aura==1" 625 }], # "use_aura==1"
626 ], # conditions 626 ], # conditions
627 } 627 }
OLDNEW
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer.cc ('k') | chrome/browser/chrome_browser_main_extra_parts_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698