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

Side by Side Diff: chrome/chrome_tests.gypi

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 | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/BUILD.gn » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 2382 matching lines...) Expand 10 before | Expand all | Expand 10 after
2393 'sources': [ '<@(chrome_browser_tests_ash_sources)' ], 2393 'sources': [ '<@(chrome_browser_tests_ash_sources)' ],
2394 'dependencies': [ 2394 'dependencies': [
2395 '../ash/ash.gyp:ash_test_support', 2395 '../ash/ash.gyp:ash_test_support',
2396 ], 2396 ],
2397 'conditions': [ 2397 'conditions': [
2398 ['enable_app_list==1', { 2398 ['enable_app_list==1', {
2399 'sources': [ 2399 'sources': [
2400 '<@(chrome_browser_app_list_ash_test_support_sources)' 2400 '<@(chrome_browser_app_list_ash_test_support_sources)'
2401 ], 2401 ],
2402 'dependencies': [ 2402 'dependencies': [
2403 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower_test_ support', 2403 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presen ter_test_support',
2404 ], 2404 ],
2405 }], 2405 }],
2406 ], 2406 ],
2407 }], 2407 }],
2408 ['use_aura==1 or toolkit_views==1', { 2408 ['use_aura==1 or toolkit_views==1', {
2409 'dependencies': [ 2409 'dependencies': [
2410 '../ui/events/events.gyp:events_test_support', 2410 '../ui/events/events.gyp:events_test_support',
2411 ], 2411 ],
2412 }], 2412 }],
2413 ['chromeos == 1', { 2413 ['chromeos == 1', {
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
3604 'browser', 3604 'browser',
3605 ], 3605 ],
3606 'sources': [ 3606 'sources': [
3607 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3607 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3608 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3608 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3609 ], 3609 ],
3610 }] 3610 }]
3611 }], 3611 }],
3612 ], # 'conditions' 3612 ], # 'conditions'
3613 } 3613 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698