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

Side by Side Diff: build/all.gyp

Issue 1830293002: AppListController refactoring part 1: AppListShower implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing target names in .isolate. 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 | « BUILD.gn ('k') | testing/buildbot/chromium.chromiumos.json » ('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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 }], 463 }],
464 ['enable_basic_printing==1 or enable_print_preview==1', { 464 ['enable_basic_printing==1 or enable_print_preview==1', {
465 'dependencies': [ 465 'dependencies': [
466 '../printing/printing.gyp:printing_unittests', 466 '../printing/printing.gyp:printing_unittests',
467 ], 467 ],
468 }], 468 }],
469 ['use_aura==1', { 469 ['use_aura==1', {
470 'dependencies': [ 470 'dependencies': [
471 '../ash/ash.gyp:ash_unittests', 471 '../ash/ash.gyp:ash_unittests',
472 '../ui/app_list/app_list.gyp:app_list_unittests', 472 '../ui/app_list/app_list.gyp:app_list_unittests',
473 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower_unittests ',
473 '../ui/aura/aura.gyp:aura_unittests', 474 '../ui/aura/aura.gyp:aura_unittests',
474 '../ui/compositor/compositor.gyp:compositor_unittests', 475 '../ui/compositor/compositor.gyp:compositor_unittests',
475 ], 476 ],
476 }], 477 }],
477 ['use_aura==1 and chromecast==0', { 478 ['use_aura==1 and chromecast==0', {
478 'dependencies': [ 479 'dependencies': [
479 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 480 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
480 '../ui/views/views.gyp:views_unittests', 481 '../ui/views/views.gyp:views_unittests',
481 ], 482 ],
482 }], 483 }],
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 'dependencies': [ 1403 'dependencies': [
1403 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1404 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1404 '../ui/views/views.gyp:views', 1405 '../ui/views/views.gyp:views',
1405 '../ui/views/views.gyp:views_unittests', 1406 '../ui/views/views.gyp:views_unittests',
1406 ], 1407 ],
1407 }, # target_name: macviews_builder 1408 }, # target_name: macviews_builder
1408 ], # targets 1409 ], # targets
1409 }], # os=='mac' and toolkit_views==1 1410 }], # os=='mac' and toolkit_views==1
1410 ], # conditions 1411 ], # conditions
1411 } 1412 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698