| 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 2559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2570 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc', | 2570 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc', |
| 2571 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', | 2571 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', |
| 2572 'browser/ui/window_sizer/window_sizer_common_unittest.cc', | 2572 'browser/ui/window_sizer/window_sizer_common_unittest.cc', |
| 2573 'browser/ui/window_sizer/window_sizer_unittest.cc', | 2573 'browser/ui/window_sizer/window_sizer_unittest.cc', |
| 2574 'test/base/browser_with_test_window_test.cc', | 2574 'test/base/browser_with_test_window_test.cc', |
| 2575 'test/base/browser_with_test_window_test.h', | 2575 'test/base/browser_with_test_window_test.h', |
| 2576 'test/base/test_browser_window.h', | 2576 'test/base/test_browser_window.h', |
| 2577 | 2577 |
| 2578 # TODO(jcivelli): figure-out how to make this compile. | 2578 # TODO(jcivelli): figure-out how to make this compile. |
| 2579 'browser/metrics/variations_service_unittest.cc', | 2579 'browser/metrics/variations_service_unittest.cc', |
| 2580 |
| 2581 'browser/sessions/session_backend_unittest.cc', |
| 2580 ], | 2582 ], |
| 2581 'sources/': [ | 2583 'sources/': [ |
| 2582 ['exclude', '^browser/captive_portal/'], | 2584 ['exclude', '^browser/captive_portal/'], |
| 2583 ['exclude', '^browser/chrome_to_mobile'], | 2585 ['exclude', '^browser/chrome_to_mobile'], |
| 2584 ['exclude', '^browser/first_run/'], | 2586 ['exclude', '^browser/first_run/'], |
| 2585 ['exclude', '^browser/importer/'], | 2587 ['exclude', '^browser/importer/'], |
| 2586 ['exclude', '^browser/lifetime/'], | 2588 ['exclude', '^browser/lifetime/'], |
| 2587 ['exclude', '^browser/speech/'], | 2589 ['exclude', '^browser/speech/'], |
| 2588 ['exclude', '^browser/sync/glue/app_'], | 2590 ['exclude', '^browser/sync/glue/app_'], |
| 2589 ['exclude', '^browser/sync/glue/extension_'], | 2591 ['exclude', '^browser/sync/glue/extension_'], |
| (...skipping 2349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4939 '--result', '<@(_outputs)', | 4941 '--result', '<@(_outputs)', |
| 4940 '--isolate', 'sync_integration_tests.isolate', | 4942 '--isolate', 'sync_integration_tests.isolate', |
| 4941 ], | 4943 ], |
| 4942 }, | 4944 }, |
| 4943 ], | 4945 ], |
| 4944 }, | 4946 }, |
| 4945 ], | 4947 ], |
| 4946 }], | 4948 }], |
| 4947 ], # 'conditions' | 4949 ], # 'conditions' |
| 4948 } | 4950 } |
| OLD | NEW |