OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2434 'browser/bookmarks/bookmark_node_data_unittest.cc', | 2434 'browser/bookmarks/bookmark_node_data_unittest.cc', |
2435 'browser/search_engines/template_url_scraper_unittest.cc', | 2435 'browser/search_engines/template_url_scraper_unittest.cc', |
2436 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', | 2436 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', |
2437 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', | 2437 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', |
2438 'browser/ui/views/first_run_search_engine_view_unittest.cc', | 2438 'browser/ui/views/first_run_search_engine_view_unittest.cc', |
2439 'browser/ui/views/generic_info_view_unittest.cc', | 2439 'browser/ui/views/generic_info_view_unittest.cc', |
2440 'test/data/resource.rc', | 2440 'test/data/resource.rc', |
2441 ], | 2441 ], |
2442 }], | 2442 }], |
2443 ['OS=="android"', { | 2443 ['OS=="android"', { |
| 2444 # TODO(yfriedman): Remove once unit_tests can link for Android. |
| 2445 'type': '<(android_unit_test_target_type)', |
2444 'sources!': [ | 2446 'sources!': [ |
2445 # Bookmark export/import are handled via the BookmarkColumns | 2447 # Bookmark export/import are handled via the BookmarkColumns |
2446 # ContentProvider. | 2448 # ContentProvider. |
2447 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 2449 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
2448 | 2450 |
2449 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', | 2451 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', |
2450 'browser/shell_integration_unittest.cc', | 2452 'browser/shell_integration_unittest.cc', |
2451 | 2453 |
2452 # No service process (which also requires multiprocess lock). | 2454 # No service process (which also requires multiprocess lock). |
2453 'common/multi_process_lock_unittest.cc', | 2455 'common/multi_process_lock_unittest.cc', |
(...skipping 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4676 # Use outputs of this action as inputs for the main target build. | 4678 # Use outputs of this action as inputs for the main target build. |
4677 # Seems as a misnomer but makes this happy on Linux (scons). | 4679 # Seems as a misnomer but makes this happy on Linux (scons). |
4678 'process_outputs_as_sources': 1, | 4680 'process_outputs_as_sources': 1, |
4679 }, | 4681 }, |
4680 ], # 'actions' | 4682 ], # 'actions' |
4681 }, | 4683 }, |
4682 ] | 4684 ] |
4683 }], # 'coverage!=0' | 4685 }], # 'coverage!=0' |
4684 ], # 'conditions' | 4686 ], # 'conditions' |
4685 } | 4687 } |
OLD | NEW |