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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1367343002: Add browser test for WebUI URL logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histogram_tester Created 5 years, 2 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/browser/ui/webui/log_web_ui_url_browsertest.cc ('k') | no next file » | 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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', 544 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc',
545 'browser/ui/webui/downloads_dom_handler_browsertest.cc', 545 'browser/ui/webui/downloads_dom_handler_browsertest.cc',
546 'browser/ui/webui/downloads_ui_browsertest.cc', 546 'browser/ui/webui/downloads_ui_browsertest.cc',
547 'browser/ui/webui/downloads_ui_browsertest.h', 547 'browser/ui/webui/downloads_ui_browsertest.h',
548 'browser/ui/webui/extensions/extension_settings_browsertest.cc', 548 'browser/ui/webui/extensions/extension_settings_browsertest.cc',
549 'browser/ui/webui/extensions/extension_settings_browsertest.h', 549 'browser/ui/webui/extensions/extension_settings_browsertest.h',
550 'browser/ui/webui/identity_internals_ui_browsertest.cc', 550 'browser/ui/webui/identity_internals_ui_browsertest.cc',
551 'browser/ui/webui/identity_internals_ui_browsertest.h', 551 'browser/ui/webui/identity_internals_ui_browsertest.h',
552 'browser/ui/webui/inspect_ui_browsertest.cc', 552 'browser/ui/webui/inspect_ui_browsertest.cc',
553 'browser/ui/webui/interstitials/interstitial_ui_browsertest.cc', 553 'browser/ui/webui/interstitials/interstitial_ui_browsertest.cc',
554 'browser/ui/webui/log_web_ui_url_browsertest.cc',
554 'browser/ui/webui/net_internals/net_internals_ui_browsertest.cc', 555 'browser/ui/webui/net_internals/net_internals_ui_browsertest.cc',
555 'browser/ui/webui/net_internals/net_internals_ui_browsertest.h', 556 'browser/ui/webui/net_internals/net_internals_ui_browsertest.h',
556 'browser/ui/webui/ntp/new_tab_page_sync_handler_browsertest.cc', 557 'browser/ui/webui/ntp/new_tab_page_sync_handler_browsertest.cc',
557 'browser/ui/webui/ntp/new_tab_ui_browsertest.cc', 558 'browser/ui/webui/ntp/new_tab_ui_browsertest.cc',
558 'browser/ui/webui/options/clear_browser_data_browsertest.cc', 559 'browser/ui/webui/options/clear_browser_data_browsertest.cc',
559 'browser/ui/webui/options/content_settings_exception_area_browsertest.cc', 560 'browser/ui/webui/options/content_settings_exception_area_browsertest.cc',
560 'browser/ui/webui/options/multilanguage_options_browsertest.cc', 561 'browser/ui/webui/options/multilanguage_options_browsertest.cc',
561 'browser/ui/webui/options/multilanguage_options_browsertest.h', 562 'browser/ui/webui/options/multilanguage_options_browsertest.h',
562 'browser/ui/webui/options/options_browsertest.cc', 563 'browser/ui/webui/options/options_browsertest.cc',
563 'browser/ui/webui/options/options_ui_browsertest.cc', 564 'browser/ui/webui/options/options_ui_browsertest.cc',
(...skipping 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after
2474 }], 2475 }],
2475 ['toolkit_views==1 and OS!="mac"', { 2476 ['toolkit_views==1 and OS!="mac"', {
2476 'sources': [ '<@(chrome_browser_tests_views_non_mac_sources)' ], 2477 'sources': [ '<@(chrome_browser_tests_views_non_mac_sources)' ],
2477 }], 2478 }],
2478 ['toolkit_views==1 and OS!="mac" and chromeos == 0', { 2479 ['toolkit_views==1 and OS!="mac" and chromeos == 0', {
2479 # A temporary define to make it easier to remove CrOS dependencies on 2480 # A temporary define to make it easier to remove CrOS dependencies on
2480 # avatar button code. TODO(estade): remove. 2481 # avatar button code. TODO(estade): remove.
2481 'defines': [ 'FRAME_AVATAR_BUTTON=1', ], 2482 'defines': [ 'FRAME_AVATAR_BUTTON=1', ],
2482 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ], 2483 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ],
2483 }], 2484 }],
2485 ['OS=="ios"', {
2486 'sources!': [
2487 # TODO(dbeam): log webui URLs on iOS and test them.
2488 'browser/ui/webui/log_web_ui_url_browsertest.cc',
2489 ],
2490 }],
2484 ['OS!="android" and OS!="ios"', { 2491 ['OS!="android" and OS!="ios"', {
2485 'sources': [ 2492 'sources': [
2486 'browser/copresence/chrome_whispernet_client_browsertest.cc', 2493 'browser/copresence/chrome_whispernet_client_browsertest.cc',
2487 ], 2494 ],
2488 'dependencies': [ 2495 'dependencies': [
2489 '../components/components.gyp:copresence', 2496 '../components/components.gyp:copresence',
2490 # build time dependency. 2497 # build time dependency.
2491 '../v8/src/d8.gyp:d8#host', 2498 '../v8/src/d8.gyp:d8#host',
2492 ], 2499 ],
2493 }], 2500 }],
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
3362 'utility', 3369 'utility',
3363 ], 3370 ],
3364 'sources': [ 3371 'sources': [
3365 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3372 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3366 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3373 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3367 ], 3374 ],
3368 }] 3375 }]
3369 }], 3376 }],
3370 ], # 'conditions' 3377 ], # 'conditions'
3371 } 3378 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/log_web_ui_url_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698