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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 259393006: Remove WebUI NTP on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | tools/metrics/histograms/histograms.xml » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2552 matching lines...) Expand 10 before | Expand all | Expand 10 after
2563 ['exclude', '^browser/themes/'], 2563 ['exclude', '^browser/themes/'],
2564 ['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'], 2564 ['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'],
2565 ['exclude', '^browser/ui/content_settings/'], 2565 ['exclude', '^browser/ui/content_settings/'],
2566 ['exclude', '^browser/ui/omnibox/'], 2566 ['exclude', '^browser/ui/omnibox/'],
2567 ['exclude', '^browser/ui/panels'], 2567 ['exclude', '^browser/ui/panels'],
2568 ['exclude', '^browser/ui/tabs/'], 2568 ['exclude', '^browser/ui/tabs/'],
2569 ['exclude', '^browser/ui/toolbar/'], 2569 ['exclude', '^browser/ui/toolbar/'],
2570 ['exclude', '^browser/ui/webui/downloads_'], 2570 ['exclude', '^browser/ui/webui/downloads_'],
2571 ['exclude', '^browser/ui/webui/flags_'], 2571 ['exclude', '^browser/ui/webui/flags_'],
2572 ['exclude', '^browser/ui/webui/help/'], 2572 ['exclude', '^browser/ui/webui/help/'],
2573 ['exclude', '^browser/ui/webui/ntp/'],
2573 ['exclude', '^browser/ui/webui/options/'], 2574 ['exclude', '^browser/ui/webui/options/'],
2574 ['exclude', '^browser/ui/webui/options/'], 2575 ['exclude', '^browser/ui/webui/options/'],
2575 ['exclude', '^browser/ui/webui/signin/'], 2576 ['exclude', '^browser/ui/webui/signin/'],
2576 ['exclude', '^browser/ui/webui/suggestions_internals'], 2577 ['exclude', '^browser/ui/webui/suggestions_internals'],
2577 ['exclude', '^browser/ui/webui/sync_promo'], 2578 ['exclude', '^browser/ui/webui/sync_promo'],
2578 ['exclude', '^tools/profile_reset/'], 2579 ['exclude', '^tools/profile_reset/'],
2579 ['exclude', '^utility/importer/'], 2580 ['exclude', '^utility/importer/'],
2580 ['exclude', '^utility/media_galleries/'], 2581 ['exclude', '^utility/media_galleries/'],
2581 ], 2582 ],
2582 'conditions': [ 2583 'conditions': [
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
2853 'browser/ui/app_list/test/fake_profile_store.h', 2854 'browser/ui/app_list/test/fake_profile_store.h',
2854 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2855 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2855 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2856 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2856 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2857 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2857 ], 2858 ],
2858 }, 2859 },
2859 ], 2860 ],
2860 }], 2861 }],
2861 ], # 'conditions' 2862 ], # 'conditions'
2862 } 2863 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698