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

Side by Side Diff: build/all.gyp

Issue 9662022: Basic skeleton of a window/layer/view inspector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 ], 126 ],
127 }], 127 }],
128 ['toolkit_views==1', { 128 ['toolkit_views==1', {
129 'dependencies': [ 129 'dependencies': [
130 '../ui/views/views.gyp:*', 130 '../ui/views/views.gyp:*',
131 ], 131 ],
132 }], 132 }],
133 ['use_aura==1', { 133 ['use_aura==1', {
134 'dependencies': [ 134 'dependencies': [
135 '../ui/aura/aura.gyp:*', 135 '../ui/aura/aura.gyp:*',
136 '../ui/oak/oak.gyp:*',
136 '../ash/ash.gyp:*', 137 '../ash/ash.gyp:*',
137 ], 138 ],
138 }], 139 }],
139 ['remoting==1', { 140 ['remoting==1', {
140 'dependencies': [ 141 'dependencies': [
141 '../remoting/remoting.gyp:*', 142 '../remoting/remoting.gyp:*',
142 ], 143 ],
143 }], 144 }],
144 ['use_openssl==0', { 145 ['use_openssl==0', {
145 'dependencies': [ 146 'dependencies': [
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 '../chrome/chrome.gyp:ui_tests', 617 '../chrome/chrome.gyp:ui_tests',
617 '../ui/views/views.gyp:views_unittests', 618 '../ui/views/views.gyp:views_unittests',
618 ], 619 ],
619 }], 620 }],
620 ], 621 ],
621 }, 622 },
622 ], # targets 623 ], # targets
623 }], # "use_aura==1" 624 }], # "use_aura==1"
624 ], # conditions 625 ], # conditions
625 } 626 }
OLDNEW
« no previous file with comments | « ash/ash_switches.cc ('k') | chrome/app/generated_resources.grd » ('j') | ui/oak/oak.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698