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

Side by Side Diff: build/all.gyp

Issue 878793003: [Chromoting] Enable AppRemoting sample apps by default in all.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync/merge Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 ], 230 ],
231 }], 231 }],
232 ['use_ash==1', { 232 ['use_ash==1', {
233 'dependencies': [ 233 'dependencies': [
234 '../ash/ash.gyp:*', 234 '../ash/ash.gyp:*',
235 ], 235 ],
236 }], 236 }],
237 ['remoting==1', { 237 ['remoting==1', {
238 'dependencies': [ 238 'dependencies': [
239 '../remoting/remoting.gyp:*', 239 '../remoting/remoting.gyp:*',
240 '../remoting/app_remoting_webapp.gyp:*',
240 ], 241 ],
241 }], 242 }],
242 ['use_openssl==0', { 243 ['use_openssl==0', {
243 'dependencies': [ 244 'dependencies': [
244 '../net/third_party/nss/ssl.gyp:*', 245 '../net/third_party/nss/ssl.gyp:*',
245 ], 246 ],
246 }], 247 }],
247 ['use_openssl==1', { 248 ['use_openssl==1', {
248 'dependencies': [ 249 'dependencies': [
249 '../third_party/boringssl/boringssl.gyp:*', 250 '../third_party/boringssl/boringssl.gyp:*',
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 'dependencies': [ 1380 'dependencies': [
1380 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1381 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1381 '../ui/views/views.gyp:views', 1382 '../ui/views/views.gyp:views',
1382 '../ui/views/views.gyp:views_unittests', 1383 '../ui/views/views.gyp:views_unittests',
1383 ], 1384 ],
1384 }, # target_name: macviews_builder 1385 }, # target_name: macviews_builder
1385 ], # targets 1386 ], # targets
1386 }], # os=='mac' and toolkit_views==1 1387 }], # os=='mac' and toolkit_views==1
1387 ], # conditions 1388 ], # conditions
1388 } 1389 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698