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

Side by Side Diff: build/all.gyp

Issue 702023002: Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 13:48:51 PST 2014 Created 6 years, 1 month 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 | build/common.gypi » ('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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 ['test_isolation_mode != "noop"', { 416 ['test_isolation_mode != "noop"', {
417 'dependencies': [ 417 'dependencies': [
418 'chromium_swarm_tests', 418 'chromium_swarm_tests',
419 ], 419 ],
420 }], 420 }],
421 ['OS!="android"', { 421 ['OS!="android"', {
422 'dependencies': [ 422 'dependencies': [
423 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 423 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
424 ], 424 ],
425 }], 425 }],
426 ['enable_printing!=0', { 426 ['enable_basic_printing==1 or enable_print_preview==1', {
427 'dependencies': [ 427 'dependencies': [
428 '../printing/printing.gyp:printing_unittests', 428 '../printing/printing.gyp:printing_unittests',
429 ], 429 ],
430 }], 430 }],
431 ['use_aura==1', { 431 ['use_aura==1', {
432 'dependencies': [ 432 'dependencies': [
433 '../ui/app_list/app_list.gyp:app_list_unittests', 433 '../ui/app_list/app_list.gyp:app_list_unittests',
434 '../ui/aura/aura.gyp:aura_unittests', 434 '../ui/aura/aura.gyp:aura_unittests',
435 '../ui/compositor/compositor.gyp:compositor_unittests', 435 '../ui/compositor/compositor.gyp:compositor_unittests',
436 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 436 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 'dependencies': [ 1361 'dependencies': [
1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1363 '../ui/views/views.gyp:views', 1363 '../ui/views/views.gyp:views',
1364 '../ui/views/views.gyp:views_unittests', 1364 '../ui/views/views.gyp:views_unittests',
1365 ], 1365 ],
1366 }, # target_name: macviews_builder 1366 }, # target_name: macviews_builder
1367 ], # targets 1367 ], # targets
1368 }], # os=='mac' and toolkit_views==1 1368 }], # os=='mac' and toolkit_views==1
1369 ], # conditions 1369 ], # conditions
1370 } 1370 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698