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 3023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3034 'test/security_tests/sandbox_browsertest.cc', | 3034 'test/security_tests/sandbox_browsertest.cc', |
3035 # TODO(craig): Rename this and run from base_unittests when the test | 3035 # TODO(craig): Rename this and run from base_unittests when the test |
3036 # is safe to run there. See http://crbug.com/78722 for details. | 3036 # is safe to run there. See http://crbug.com/78722 for details. |
3037 '../base/files/file_path_watcher_browsertest.cc', | 3037 '../base/files/file_path_watcher_browsertest.cc', |
3038 '../content/browser/accessibility/cross_platform_accessibility_browserte
st.cc', | 3038 '../content/browser/accessibility/cross_platform_accessibility_browserte
st.cc', |
3039 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', | 3039 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', |
3040 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', | 3040 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', |
3041 '../content/browser/accessibility/dump_accessibility_tree_helper.h', | 3041 '../content/browser/accessibility/dump_accessibility_tree_helper.h', |
3042 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, | 3042 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, |
3043 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc'
, | 3043 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc'
, |
3044 '../content/browser/child_process_security_policy_browsertest.cc', | |
3045 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | |
3046 '../content/browser/dom_storage/dom_storage_browsertest.cc', | |
3047 '../content/browser/download/mhtml_generation_browsertest.cc', | |
3048 '../content/browser/fileapi/file_system_browsertest.cc', | |
3049 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 3044 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
3050 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', | 3045 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', |
3051 '../content/browser/plugin_data_remover_impl_browsertest.cc', | 3046 '../content/browser/plugin_data_remover_impl_browsertest.cc', |
3052 '../content/browser/plugin_service_impl_browsertest.cc', | 3047 '../content/browser/plugin_service_impl_browsertest.cc', |
3053 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 3048 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
3054 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 3049 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
3055 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | 3050 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', |
3056 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 3051 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
3057 '../content/browser/session_history_browsertest.cc', | 3052 '../content/browser/session_history_browsertest.cc', |
3058 '../content/browser/speech/speech_recognition_browsertest.cc', | 3053 '../content/browser/speech/speech_recognition_browsertest.cc', |
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4656 'input_jars_paths': [ | 4651 'input_jars_paths': [ |
4657 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 4652 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
4658 ], | 4653 ], |
4659 }, | 4654 }, |
4660 'includes': [ '../build/apk_test.gypi' ], | 4655 'includes': [ '../build/apk_test.gypi' ], |
4661 }, | 4656 }, |
4662 ], | 4657 ], |
4663 }], | 4658 }], |
4664 ], # 'conditions' | 4659 ], # 'conditions' |
4665 } | 4660 } |
OLD | NEW |