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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'browser/ui/panels/test_panel_mouse_watcher.h', | 180 'browser/ui/panels/test_panel_mouse_watcher.h', |
181 'browser/ui/tab_contents/test_tab_contents.cc', | 181 'browser/ui/tab_contents/test_tab_contents.cc', |
182 'browser/ui/tab_contents/test_tab_contents.h', | 182 'browser/ui/tab_contents/test_tab_contents.h', |
183 'common/extensions/extension_builder.cc', | 183 'common/extensions/extension_builder.cc', |
184 'common/extensions/extension_builder.h', | 184 'common/extensions/extension_builder.h', |
185 'common/extensions/value_builder.cc', | 185 'common/extensions/value_builder.cc', |
186 'common/extensions/value_builder.h', | 186 'common/extensions/value_builder.h', |
187 'common/net/gaia/mock_url_fetcher_factory.h', | 187 'common/net/gaia/mock_url_fetcher_factory.h', |
188 'common/pref_store_observer_mock.cc', | 188 'common/pref_store_observer_mock.cc', |
189 'common/pref_store_observer_mock.h', | 189 'common/pref_store_observer_mock.h', |
| 190 'chrome/browser/android/tab_android_test_stubs.cc', |
190 'renderer/chrome_mock_render_thread.cc', | 191 'renderer/chrome_mock_render_thread.cc', |
191 'renderer/chrome_mock_render_thread.h', | 192 'renderer/chrome_mock_render_thread.h', |
192 'renderer/mock_printer.cc', | 193 'renderer/mock_printer.cc', |
193 'renderer/mock_printer.h', | 194 'renderer/mock_printer.h', |
194 'renderer/safe_browsing/mock_feature_extractor_clock.cc', | 195 'renderer/safe_browsing/mock_feature_extractor_clock.cc', |
195 'renderer/safe_browsing/mock_feature_extractor_clock.h', | 196 'renderer/safe_browsing/mock_feature_extractor_clock.h', |
196 'renderer/safe_browsing/test_utils.cc', | 197 'renderer/safe_browsing/test_utils.cc', |
197 'renderer/safe_browsing/test_utils.h', | 198 'renderer/safe_browsing/test_utils.h', |
198 'test/automation/automation_handle_tracker.cc', | 199 'test/automation/automation_handle_tracker.cc', |
199 'test/automation/automation_handle_tracker.h', | 200 'test/automation/automation_handle_tracker.h', |
(...skipping 4492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4692 'input_jars_paths': [ | 4693 'input_jars_paths': [ |
4693 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 4694 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
4694 ], | 4695 ], |
4695 }, | 4696 }, |
4696 'includes': [ '../build/apk_test.gypi' ], | 4697 'includes': [ '../build/apk_test.gypi' ], |
4697 }, | 4698 }, |
4698 ], | 4699 ], |
4699 }], | 4700 }], |
4700 ], # 'conditions' | 4701 ], # 'conditions' |
4701 } | 4702 } |
OLD | NEW |