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

Side by Side Diff: build/all.gyp

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 12 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
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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 ['enable_app_list==1', { 265 ['enable_app_list==1', {
266 'dependencies': [ 266 'dependencies': [
267 '../ui/app_list/app_list.gyp:*', 267 '../ui/app_list/app_list.gyp:*',
268 ], 268 ],
269 }], 269 }],
270 ['OS!="android" and OS!="ios"', { 270 ['OS!="android" and OS!="ios"', {
271 'dependencies': [ 271 'dependencies': [
272 '../google_apis/gcm/gcm.gyp:*', 272 '../google_apis/gcm/gcm.gyp:*',
273 ], 273 ],
274 }], 274 }],
275 ['chromeos==1 or OS=="linux" or OS=="win"', { 275 ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', {
276 'dependencies': [ 276 'dependencies': [
277 '../extensions/shell/app_shell.gyp:*', 277 '../extensions/shell/app_shell.gyp:*',
278 ], 278 ],
279 }], 279 }],
280 ['chromeos==1', { 280 ['chromeos==1', {
281 'dependencies': [ 281 'dependencies': [
282 '../athena/main/athena_main.gyp:*', 282 '../athena/main/athena_main.gyp:*',
283 ], 283 ],
284 }], 284 }],
285 ['envoy==1', { 285 ['envoy==1', {
(...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 'dependencies': [ 1401 'dependencies': [
1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1403 '../ui/views/views.gyp:views', 1403 '../ui/views/views.gyp:views',
1404 '../ui/views/views.gyp:views_unittests', 1404 '../ui/views/views.gyp:views_unittests',
1405 ], 1405 ],
1406 }, # target_name: macviews_builder 1406 }, # target_name: macviews_builder
1407 ], # targets 1407 ], # targets
1408 }], # os=='mac' and toolkit_views==1 1408 }], # os=='mac' and toolkit_views==1
1409 ], # conditions 1409 ], # conditions
1410 } 1410 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698