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 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 7 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
9 '../apps/saved_files_service_unittest.cc', | 9 '../apps/saved_files_service_unittest.cc', |
10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
(...skipping 2372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2383 ['OS=="mac"', { | 2383 ['OS=="mac"', { |
2384 # The test fetches resources which means Mac need the app bundle to | 2384 # The test fetches resources which means Mac need the app bundle to |
2385 # exist on disk so it can pull from it. | 2385 # exist on disk so it can pull from it. |
2386 'dependencies': [ | 2386 'dependencies': [ |
2387 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', | 2387 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', |
2388 '../third_party/ocmock/ocmock.gyp:ocmock', | 2388 '../third_party/ocmock/ocmock.gyp:ocmock', |
2389 'chrome', | 2389 'chrome', |
2390 ], | 2390 ], |
2391 'sources': [ | 2391 'sources': [ |
2392 'browser/media_galleries/fileapi/iphoto_file_util_unittest.cc', | 2392 'browser/media_galleries/fileapi/iphoto_file_util_unittest.cc', |
2393 'browser/service_process/service_process_control_mac_unittest.mm', | |
Lei Zhang
2014/09/23 21:59:06
You can put this in the general list and build/fil
erikchen
2014/09/24 17:19:03
Done.
| |
2393 'utility/media_galleries/iphoto_library_parser_unittest.cc', | 2394 'utility/media_galleries/iphoto_library_parser_unittest.cc', |
2394 ], | 2395 ], |
2395 'sources!': [ | 2396 'sources!': [ |
2396 'browser/ui/tests/ui_gfx_image_unittest.cc', | 2397 'browser/ui/tests/ui_gfx_image_unittest.cc', |
2397 | 2398 |
2398 # TODO(tapted): Enable toolkit-views unit_tests on Mac when their | 2399 # TODO(tapted): Enable toolkit-views unit_tests on Mac when their |
2399 # respective implementations are linked in. http://crbug.com/412234. | 2400 # respective implementations are linked in. http://crbug.com/412234. |
2400 'browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_un ittest.cc', | 2401 'browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_un ittest.cc', |
2401 'browser/ui/views/apps/shaped_app_window_targeter_unittest.cc', | 2402 'browser/ui/views/apps/shaped_app_window_targeter_unittest.cc', |
2402 'browser/ui/views/autofill/autofill_dialog_views_unittest.cc', | 2403 'browser/ui/views/autofill/autofill_dialog_views_unittest.cc', |
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2880 'dependencies': [ | 2881 'dependencies': [ |
2881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2882 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2882 ], | 2883 ], |
2883 }], | 2884 }], |
2884 ], | 2885 ], |
2885 }, | 2886 }, |
2886 ], | 2887 ], |
2887 }], | 2888 }], |
2888 ], # 'conditions' | 2889 ], # 'conditions' |
2889 } | 2890 } |
OLD | NEW |