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

Side by Side Diff: build/all.gyp

Issue 173183002: Remove oak windows and its flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove one more oak.gyp reference Created 6 years, 10 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 | « ash/ash_switches.cc ('k') | chrome/app/generated_resources.grd » ('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 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 }], 201 }],
202 ['toolkit_views==1', { 202 ['toolkit_views==1', {
203 'dependencies': [ 203 'dependencies': [
204 '../ui/views/controls/webview/webview.gyp:*', 204 '../ui/views/controls/webview/webview.gyp:*',
205 '../ui/views/views.gyp:*', 205 '../ui/views/views.gyp:*',
206 ], 206 ],
207 }], 207 }],
208 ['use_aura==1', { 208 ['use_aura==1', {
209 'dependencies': [ 209 'dependencies': [
210 '../ui/aura/aura.gyp:*', 210 '../ui/aura/aura.gyp:*',
211 '../ui/oak/oak.gyp:*',
212 ], 211 ],
213 }], 212 }],
214 ['use_ash==1', { 213 ['use_ash==1', {
215 'dependencies': [ 214 'dependencies': [
216 '../ash/ash.gyp:*', 215 '../ash/ash.gyp:*',
217 ], 216 ],
218 }], 217 }],
219 ['remoting==1', { 218 ['remoting==1', {
220 'dependencies': [ 219 'dependencies': [
221 '../remoting/remoting.gyp:*', 220 '../remoting/remoting.gyp:*',
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 # http://crbug.com/157234 1233 # http://crbug.com/157234
1235 #'../chrome/chrome.gyp:sync_integration_tests_run', 1234 #'../chrome/chrome.gyp:sync_integration_tests_run',
1236 '../chrome/chrome.gyp:unit_tests_run', 1235 '../chrome/chrome.gyp:unit_tests_run',
1237 '../net/net.gyp:net_unittests_run', 1236 '../net/net.gyp:net_unittests_run',
1238 ], 1237 ],
1239 }, # target_name: chromium_swarm_tests 1238 }, # target_name: chromium_swarm_tests
1240 ], 1239 ],
1241 }], 1240 }],
1242 ], # conditions 1241 ], # conditions
1243 } 1242 }
OLDNEW
« no previous file with comments | « ash/ash_switches.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698