| 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 2437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2448 'test/base/browser_with_test_window_test.cc', | 2448 'test/base/browser_with_test_window_test.cc', |
| 2449 'test/base/browser_with_test_window_test.h', | 2449 'test/base/browser_with_test_window_test.h', |
| 2450 'test/base/test_browser_window.h', | 2450 'test/base/test_browser_window.h', |
| 2451 | 2451 |
| 2452 # TODO(jcivelli): figure-out how to make this compile. | 2452 # TODO(jcivelli): figure-out how to make this compile. |
| 2453 'browser/metrics/variations_service_unittest.cc', | 2453 'browser/metrics/variations_service_unittest.cc', |
| 2454 ], | 2454 ], |
| 2455 'sources/': [ | 2455 'sources/': [ |
| 2456 ['exclude', '^browser/captive_portal/'], | 2456 ['exclude', '^browser/captive_portal/'], |
| 2457 ['exclude', '^browser/chrome_to_mobile'], | 2457 ['exclude', '^browser/chrome_to_mobile'], |
| 2458 ['exclude', '^browser/first_run/'], |
| 2459 ['exclude', '^browser/importer/'], |
| 2460 ['exclude', '^browser/lifetime/'], |
| 2461 ['exclude', '^browser/speech/'], |
| 2462 ['exclude', '^browser/sync/glue/app_'], |
| 2463 ['exclude', '^browser/sync/glue/extension_'], |
| 2458 ['exclude', '^browser/themes/'], | 2464 ['exclude', '^browser/themes/'], |
| 2459 ['exclude', '^browser/ui/intents/'], | 2465 ['exclude', '^browser/ui/intents/'], |
| 2460 ['exclude', '^browser/ui/omnibox/'], | 2466 ['exclude', '^browser/ui/omnibox/'], |
| 2461 ['exclude', '^browser/ui/panels'], | 2467 ['exclude', '^browser/ui/panels'], |
| 2462 ['exclude', '^browser/ui/tabs/'], | 2468 ['exclude', '^browser/ui/tabs/'], |
| 2463 ['exclude', '^browser/ui/toolbar/'], | 2469 ['exclude', '^browser/ui/toolbar/'], |
| 2464 ['exclude', '^browser/ui/webui/downloads_'], | 2470 ['exclude', '^browser/ui/webui/downloads_'], |
| 2465 ['exclude', '^browser/ui/webui/feedback_'], | 2471 ['exclude', '^browser/ui/webui/feedback_'], |
| 2466 ['exclude', '^browser/ui/webui/flags_'], | 2472 ['exclude', '^browser/ui/webui/flags_'], |
| 2467 ['exclude', '^browser/ui/webui/help/'], | 2473 ['exclude', '^browser/ui/webui/help/'], |
| 2468 ['exclude', '^browser/ui/webui/options/'], | 2474 ['exclude', '^browser/ui/webui/options/'], |
| 2469 ['exclude', '^browser/ui/webui/options2/'], | 2475 ['exclude', '^browser/ui/webui/options2/'], |
| 2470 ['exclude', '^browser/ui/webui/signin/'], | 2476 ['exclude', '^browser/ui/webui/signin/'], |
| 2471 ['exclude', '^browser/ui/webui/suggestions_internals'], | 2477 ['exclude', '^browser/ui/webui/suggestions_internals'], |
| 2472 ['exclude', '^browser/ui/webui/sync_promo'], | 2478 ['exclude', '^browser/ui/webui/sync_promo'], |
| 2473 # No service process on Android. | 2479 # No service process on Android. |
| 2480 ['exclude', '^browser/service/'], |
| 2474 ['exclude', '^common/service_'], | 2481 ['exclude', '^common/service_'], |
| 2475 ['exclude', '^service/'], | 2482 ['exclude', '^service/'], |
| 2476 ], | 2483 ], |
| 2477 'conditions': [ | 2484 'conditions': [ |
| 2478 ['gtest_target_type == "shared_library"', { | 2485 ['gtest_target_type == "shared_library"', { |
| 2479 'dependencies': [ | 2486 'dependencies': [ |
| 2480 '../testing/android/native_test.gyp:native_test_native_code', | 2487 '../testing/android/native_test.gyp:native_test_native_code', |
| 2481 ], | 2488 ], |
| 2482 }], | 2489 }], |
| 2483 ], | 2490 ], |
| (...skipping 2185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4669 '--result', '<@(_outputs)', | 4676 '--result', '<@(_outputs)', |
| 4670 '--isolate', 'browser_tests.isolate', | 4677 '--isolate', 'browser_tests.isolate', |
| 4671 ], | 4678 ], |
| 4672 }, | 4679 }, |
| 4673 ], | 4680 ], |
| 4674 }, | 4681 }, |
| 4675 ], | 4682 ], |
| 4676 }], | 4683 }], |
| 4677 ], # 'conditions' | 4684 ], # 'conditions' |
| 4678 } | 4685 } |
| OLD | NEW |