| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |