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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1133013002: Improve parsing manifest for FSP API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 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
« no previous file with comments | « no previous file | chrome/common/extensions/api/file_system_provider/file_system_provider_handler_unittest.cc » ('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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 # broken. 1319 # broken.
1320 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', 1320 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc',
1321 'browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc', 1321 'browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc',
1322 'browser/ui/views/select_file_dialog_extension_unittest.cc', 1322 'browser/ui/views/select_file_dialog_extension_unittest.cc',
1323 'browser/ui/webui/chromeos/login/l10n_util_test_util.cc', 1323 'browser/ui/webui/chromeos/login/l10n_util_test_util.cc',
1324 'browser/ui/webui/chromeos/login/l10n_util_test_util.h', 1324 'browser/ui/webui/chromeos/login/l10n_util_test_util.h',
1325 'browser/ui/webui/chromeos/login/l10n_util_unittest.cc', 1325 'browser/ui/webui/chromeos/login/l10n_util_unittest.cc',
1326 'browser/ui/webui/chromeos/login/signin_userlist_unittest.cc', 1326 'browser/ui/webui/chromeos/login/signin_userlist_unittest.cc',
1327 'browser/ui/webui/options/chromeos/cros_language_options_handler_unittest. cc', 1327 'browser/ui/webui/options/chromeos/cros_language_options_handler_unittest. cc',
1328 'common/extensions/api/file_browser_handlers/file_browser_handler_manifest _unittest.cc', 1328 'common/extensions/api/file_browser_handlers/file_browser_handler_manifest _unittest.cc',
1329 'common/extensions/api/file_system_provider/file_system_provider_handler_u nittest.cc',
1329 ], 1330 ],
1330 'chrome_unit_tests_desktop_linux_sources': [ 1331 'chrome_unit_tests_desktop_linux_sources': [
1331 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1332 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
1332 'browser/profiles/profile_list_desktop_unittest.cc', 1333 'browser/profiles/profile_list_desktop_unittest.cc',
1333 'browser/shell_integration_linux_unittest.cc', 1334 'browser/shell_integration_linux_unittest.cc',
1334 ], 1335 ],
1335 'chrome_unit_tests_views_sources': [ 1336 'chrome_unit_tests_views_sources': [
1336 'browser/ui/views/accelerator_table_unittest.cc', 1337 'browser/ui/views/accelerator_table_unittest.cc',
1337 # Views implies app list is enabled (only disabled on mobile). 1338 # Views implies app list is enabled (only disabled on mobile).
1338 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 1339 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
(...skipping 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after
2776 'dependencies': [ 2777 'dependencies': [
2777 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2778 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2778 ], 2779 ],
2779 }], 2780 }],
2780 ], 2781 ],
2781 }, 2782 },
2782 ], 2783 ],
2783 }], 2784 }],
2784 ], # 'conditions' 2785 ], # 'conditions'
2785 } 2786 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/api/file_system_provider/file_system_provider_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698