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

Side by Side Diff: build/all.gyp

Issue 1890583002: Renaming App List Shower to App List Presenter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 4 years, 8 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 | « ash/test/test_shell_delegate.cc ('k') | build/gn_migration.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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 }], 466 }],
467 ['enable_basic_printing==1 or enable_print_preview==1', { 467 ['enable_basic_printing==1 or enable_print_preview==1', {
468 'dependencies': [ 468 'dependencies': [
469 '../printing/printing.gyp:printing_unittests', 469 '../printing/printing.gyp:printing_unittests',
470 ], 470 ],
471 }], 471 }],
472 ['use_aura==1', { 472 ['use_aura==1', {
473 'dependencies': [ 473 'dependencies': [
474 '../ash/ash.gyp:ash_unittests', 474 '../ash/ash.gyp:ash_unittests',
475 '../ui/app_list/app_list.gyp:app_list_unittests', 475 '../ui/app_list/app_list.gyp:app_list_unittests',
476 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower_unittests ', 476 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter_ unittests',
477 '../ui/aura/aura.gyp:aura_unittests', 477 '../ui/aura/aura.gyp:aura_unittests',
478 '../ui/compositor/compositor.gyp:compositor_unittests', 478 '../ui/compositor/compositor.gyp:compositor_unittests',
479 ], 479 ],
480 }], 480 }],
481 ['use_aura==1 and chromecast==0', { 481 ['use_aura==1 and chromecast==0', {
482 'dependencies': [ 482 'dependencies': [
483 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 483 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
484 '../ui/views/views.gyp:views_unittests', 484 '../ui/views/views.gyp:views_unittests',
485 ], 485 ],
486 }], 486 }],
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 'dependencies': [ 1395 'dependencies': [
1396 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1396 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1397 '../ui/views/views.gyp:views', 1397 '../ui/views/views.gyp:views',
1398 '../ui/views/views.gyp:views_unittests', 1398 '../ui/views/views.gyp:views_unittests',
1399 ], 1399 ],
1400 }, # target_name: macviews_builder 1400 }, # target_name: macviews_builder
1401 ], # targets 1401 ], # targets
1402 }], # os=='mac' and toolkit_views==1 1402 }], # os=='mac' and toolkit_views==1
1403 ], # conditions 1403 ], # conditions
1404 } 1404 }
OLDNEW
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698