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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11633020: Re-enable about:flags on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unflattens CLs Created 7 years, 11 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
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser_ui.gypi ('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 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 2080 matching lines...) Expand 10 before | Expand all | Expand 10 after
2091 'browser/bookmarks/bookmark_html_writer_unittest.cc', 2091 'browser/bookmarks/bookmark_html_writer_unittest.cc',
2092 2092
2093 'browser/shell_integration_unittest.cc', 2093 'browser/shell_integration_unittest.cc',
2094 2094
2095 # No service process (which also requires multiprocess lock). 2095 # No service process (which also requires multiprocess lock).
2096 'common/multi_process_lock_unittest.cc', 2096 'common/multi_process_lock_unittest.cc',
2097 2097
2098 # Sync setup uses native ui. 2098 # Sync setup uses native ui.
2099 'browser/ui/webui/sync_setup_handler_unittest.cc', 2099 'browser/ui/webui/sync_setup_handler_unittest.cc',
2100 2100
2101 # about:flags is unsupported.
2102 'browser/about_flags_unittest.cc',
2103
2104 # There's no Browser/BrowserList on Android.
2105 'browser/browser_commands_unittest.cc', 2101 'browser/browser_commands_unittest.cc',
2106 'browser/download/download_shelf_unittest.cc', 2102 'browser/download/download_shelf_unittest.cc',
2107 'browser/managed_mode/managed_mode_unittest.cc', 2103 'browser/managed_mode/managed_mode_unittest.cc',
2108 'browser/managed_mode/managed_mode_url_filter_unittest.cc', 2104 'browser/managed_mode/managed_mode_url_filter_unittest.cc',
2109 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 2105 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
2110 'browser/page_cycler/page_cycler_unittest.cc', 2106 'browser/page_cycler/page_cycler_unittest.cc',
2111 'browser/profiles/off_the_record_profile_impl_unittest.cc', 2107 'browser/profiles/off_the_record_profile_impl_unittest.cc',
2112 'browser/sync/profile_sync_service_session_unittest.cc', 2108 'browser/sync/profile_sync_service_session_unittest.cc',
2113 'browser/sync/sync_global_error_unittest.cc', 2109 'browser/sync/sync_global_error_unittest.cc',
2114 'browser/tab_contents/render_view_context_menu_unittest.cc', 2110 'browser/tab_contents/render_view_context_menu_unittest.cc',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2322 'unit_tests.isolate', 2318 'unit_tests.isolate',
2323 ], 2319 ],
2324 'sources': [ 2320 'sources': [
2325 'unit_tests.isolate', 2321 'unit_tests.isolate',
2326 ], 2322 ],
2327 }, 2323 },
2328 ], 2324 ],
2329 }], 2325 }],
2330 ], # 'conditions' 2326 ], # 'conditions'
2331 } 2327 }
OLDNEW
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698