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 3019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3030 'test/data/webui/print_preview.h', | 3030 'test/data/webui/print_preview.h', |
3031 'test/data/webui/print_preview.js', | 3031 'test/data/webui/print_preview.js', |
3032 'test/data/webui/suidsandbox_browsertest.js', | 3032 'test/data/webui/suidsandbox_browsertest.js', |
3033 'test/gpu/gpu_feature_browsertest.cc', | 3033 'test/gpu/gpu_feature_browsertest.cc', |
3034 'test/ppapi/ppapi_browsertest.cc', | 3034 'test/ppapi/ppapi_browsertest.cc', |
3035 'test/security_tests/sandbox_browsertest.cc', | 3035 'test/security_tests/sandbox_browsertest.cc', |
3036 # TODO(craig): Rename this and run from base_unittests when the test | 3036 # TODO(craig): Rename this and run from base_unittests when the test |
3037 # is safe to run there. See http://crbug.com/78722 for details. | 3037 # is safe to run there. See http://crbug.com/78722 for details. |
3038 '../base/files/file_path_watcher_browsertest.cc', | 3038 '../base/files/file_path_watcher_browsertest.cc', |
3039 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 3039 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
3040 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | |
3041 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 3040 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
3042 ], | 3041 ], |
3043 'rules': [ | 3042 'rules': [ |
3044 { | 3043 { |
3045 'rule_name': 'js2webui', | 3044 'rule_name': 'js2webui', |
3046 'extension': 'js', | 3045 'extension': 'js', |
3047 'msvs_external_rule': 1, | 3046 'msvs_external_rule': 1, |
3048 'inputs': [ | 3047 'inputs': [ |
3049 '<(gypv8sh)', | 3048 '<(gypv8sh)', |
3050 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', | 3049 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', |
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4626 'input_jars_paths': [ | 4625 'input_jars_paths': [ |
4627 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 4626 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
4628 ], | 4627 ], |
4629 }, | 4628 }, |
4630 'includes': [ '../build/apk_test.gypi' ], | 4629 'includes': [ '../build/apk_test.gypi' ], |
4631 }, | 4630 }, |
4632 ], | 4631 ], |
4633 }], | 4632 }], |
4634 ], # 'conditions' | 4633 ], # 'conditions' |
4635 } | 4634 } |
OLD | NEW |