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

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: Addressing nilesh's comments 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
« no previous file with comments | « 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 2088 matching lines...) Expand 10 before | Expand all | Expand 10 after
2099 'browser/bookmarks/bookmark_html_writer_unittest.cc', 2099 'browser/bookmarks/bookmark_html_writer_unittest.cc',
2100 2100
2101 'browser/shell_integration_unittest.cc', 2101 'browser/shell_integration_unittest.cc',
2102 2102
2103 # No service process (which also requires multiprocess lock). 2103 # No service process (which also requires multiprocess lock).
2104 'common/multi_process_lock_unittest.cc', 2104 'common/multi_process_lock_unittest.cc',
2105 2105
2106 # Sync setup uses native ui. 2106 # Sync setup uses native ui.
2107 'browser/ui/webui/sync_setup_handler_unittest.cc', 2107 'browser/ui/webui/sync_setup_handler_unittest.cc',
2108 2108
2109 # about:flags is unsupported.
2110 'browser/about_flags_unittest.cc',
2111
2112 # There's no Browser/BrowserList on Android.
2113 'browser/browser_commands_unittest.cc', 2109 'browser/browser_commands_unittest.cc',
2114 'browser/download/download_shelf_unittest.cc', 2110 'browser/download/download_shelf_unittest.cc',
2115 'browser/managed_mode/managed_mode_unittest.cc', 2111 'browser/managed_mode/managed_mode_unittest.cc',
2116 'browser/managed_mode/managed_mode_url_filter_unittest.cc', 2112 'browser/managed_mode/managed_mode_url_filter_unittest.cc',
2117 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 2113 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
2118 'browser/page_cycler/page_cycler_unittest.cc', 2114 'browser/page_cycler/page_cycler_unittest.cc',
2119 'browser/profiles/off_the_record_profile_impl_unittest.cc', 2115 'browser/profiles/off_the_record_profile_impl_unittest.cc',
2120 'browser/sync/profile_sync_service_session_unittest.cc', 2116 'browser/sync/profile_sync_service_session_unittest.cc',
2121 'browser/sync/sync_global_error_unittest.cc', 2117 'browser/sync/sync_global_error_unittest.cc',
2122 'browser/tab_contents/render_view_context_menu_unittest.cc', 2118 'browser/tab_contents/render_view_context_menu_unittest.cc',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2330 'unit_tests.isolate', 2326 'unit_tests.isolate',
2331 ], 2327 ],
2332 'sources': [ 2328 'sources': [
2333 'unit_tests.isolate', 2329 'unit_tests.isolate',
2334 ], 2330 ],
2335 }, 2331 },
2336 ], 2332 ],
2337 }], 2333 }],
2338 ], # 'conditions' 2334 ], # 'conditions'
2339 } 2335 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698