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

Side by Side Diff: ui/views/views.gyp

Issue 10241005: Make win_aura work without ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'dependencies': [ 685 'dependencies': [
686 '../../sandbox/sandbox.gyp:sandbox', 686 '../../sandbox/sandbox.gyp:sandbox',
687 ], 687 ],
688 }], 688 }],
689 ['use_aura==1', { 689 ['use_aura==1', {
690 'dependencies': [ 690 'dependencies': [
691 '../gfx/compositor/compositor.gyp:compositor', 691 '../gfx/compositor/compositor.gyp:compositor',
692 '../gfx/compositor/compositor.gyp:compositor_test_support', 692 '../gfx/compositor/compositor.gyp:compositor_test_support',
693 ], 693 ],
694 }], 694 }],
695 ['OS=="win"', {
696 'sources/': [
697 # This is needed because the aura rule strips it from the default
698 # sources list.
699 ['include', '^../../content/app/startup_helper_win.cc'],
700 ],
701 }],
695 ], 702 ],
696 }, # target_name: views_examples_lib 703 }, # target_name: views_examples_lib
697 ], 704 ],
698 } 705 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698