| 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 2415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2426 'browser/bookmarks/bookmark_node_data_unittest.cc', | 2426 'browser/bookmarks/bookmark_node_data_unittest.cc', |
| 2427 'browser/search_engines/template_url_scraper_unittest.cc', | 2427 'browser/search_engines/template_url_scraper_unittest.cc', |
| 2428 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', | 2428 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', |
| 2429 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', | 2429 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', |
| 2430 'browser/ui/views/first_run_search_engine_view_unittest.cc', | 2430 'browser/ui/views/first_run_search_engine_view_unittest.cc', |
| 2431 'test/data/resource.rc', | 2431 'test/data/resource.rc', |
| 2432 '../skia/ext/vector_canvas_unittest.cc', | 2432 '../skia/ext/vector_canvas_unittest.cc', |
| 2433 ], | 2433 ], |
| 2434 }], | 2434 }], |
| 2435 ['OS=="android"', { | 2435 ['OS=="android"', { |
| 2436 'sources': [ |
| 2437 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc'
, |
| 2438 ], |
| 2436 'sources!': [ | 2439 'sources!': [ |
| 2437 # Bookmark export/import are handled via the BookmarkColumns | 2440 # Bookmark export/import are handled via the BookmarkColumns |
| 2438 # ContentProvider. | 2441 # ContentProvider. |
| 2439 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 2442 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
| 2440 | 2443 |
| 2441 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', | 2444 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', |
| 2442 'browser/shell_integration_unittest.cc', | 2445 'browser/shell_integration_unittest.cc', |
| 2443 | 2446 |
| 2444 # No service process (which also requires multiprocess lock). | 2447 # No service process (which also requires multiprocess lock). |
| 2445 'common/multi_process_lock_unittest.cc', | 2448 'common/multi_process_lock_unittest.cc', |
| (...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4712 '--result', '<@(_outputs)', | 4715 '--result', '<@(_outputs)', |
| 4713 '--isolate', 'browser_tests.isolate', | 4716 '--isolate', 'browser_tests.isolate', |
| 4714 ], | 4717 ], |
| 4715 }, | 4718 }, |
| 4716 ], | 4719 ], |
| 4717 }, | 4720 }, |
| 4718 ], | 4721 ], |
| 4719 }], | 4722 }], |
| 4720 ], # 'conditions' | 4723 ], # 'conditions' |
| 4721 } | 4724 } |
| OLD | NEW |