| 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 2519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2530 'browser/ui/toolbar/wrench_menu_model_unittest.cc', | 2530 'browser/ui/toolbar/wrench_menu_model_unittest.cc', |
| 2531 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc', | 2531 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc', |
| 2532 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', | 2532 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', |
| 2533 'browser/ui/window_sizer/window_sizer_unittest.cc', | 2533 'browser/ui/window_sizer/window_sizer_unittest.cc', |
| 2534 'test/base/browser_with_test_window_test.cc', | 2534 'test/base/browser_with_test_window_test.cc', |
| 2535 'test/base/browser_with_test_window_test.h', | 2535 'test/base/browser_with_test_window_test.h', |
| 2536 'test/base/test_browser_window.h', | 2536 'test/base/test_browser_window.h', |
| 2537 | 2537 |
| 2538 # TODO(jcivelli): figure-out how to make this compile. | 2538 # TODO(jcivelli): figure-out how to make this compile. |
| 2539 'browser/metrics/variations_service_unittest.cc', | 2539 'browser/metrics/variations_service_unittest.cc', |
| 2540 |
| 2541 'browser/sessions/session_backend_unittest.cc', |
| 2540 ], | 2542 ], |
| 2541 'sources/': [ | 2543 'sources/': [ |
| 2542 ['exclude', '^browser/captive_portal/'], | 2544 ['exclude', '^browser/captive_portal/'], |
| 2543 ['exclude', '^browser/chrome_to_mobile'], | 2545 ['exclude', '^browser/chrome_to_mobile'], |
| 2544 ['exclude', '^browser/first_run/'], | 2546 ['exclude', '^browser/first_run/'], |
| 2545 ['exclude', '^browser/importer/'], | 2547 ['exclude', '^browser/importer/'], |
| 2546 ['exclude', '^browser/lifetime/'], | 2548 ['exclude', '^browser/lifetime/'], |
| 2547 ['exclude', '^browser/speech/'], | 2549 ['exclude', '^browser/speech/'], |
| 2548 ['exclude', '^browser/sync/glue/app_'], | 2550 ['exclude', '^browser/sync/glue/app_'], |
| 2549 ['exclude', '^browser/sync/glue/extension_'], | 2551 ['exclude', '^browser/sync/glue/extension_'], |
| (...skipping 2297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4847 '--result', '<@(_outputs)', | 4849 '--result', '<@(_outputs)', |
| 4848 '--isolate', 'browser_tests.isolate', | 4850 '--isolate', 'browser_tests.isolate', |
| 4849 ], | 4851 ], |
| 4850 }, | 4852 }, |
| 4851 ], | 4853 ], |
| 4852 }, | 4854 }, |
| 4853 ], | 4855 ], |
| 4854 }], | 4856 }], |
| 4855 ], # 'conditions' | 4857 ], # 'conditions' |
| 4856 } | 4858 } |
| OLD | NEW |