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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 'test/perf/perf_test.h', | 241 'test/perf/perf_test.h', |
242 # TODO: these should live here but are currently used by | 242 # TODO: these should live here but are currently used by |
243 # production code code in libbrowser (in chrome.gyp). | 243 # production code code in libbrowser (in chrome.gyp). |
244 #'../content/browser/net/url_request_mock_http_job.cc', | 244 #'../content/browser/net/url_request_mock_http_job.cc', |
245 #'../content/browser/net/url_request_mock_http_job.h', | 245 #'../content/browser/net/url_request_mock_http_job.h', |
246 '../content/browser/ssl/ssl_client_auth_handler_mock.h', | 246 '../content/browser/ssl/ssl_client_auth_handler_mock.h', |
247 '../content/test/notification_observer_mock.cc', | 247 '../content/test/notification_observer_mock.cc', |
248 '../content/test/notification_observer_mock.h', | 248 '../content/test/notification_observer_mock.h', |
249 '../ui/gfx/image/image_unittest_util.h', | 249 '../ui/gfx/image/image_unittest_util.h', |
250 '../ui/gfx/image/image_unittest_util.cc', | 250 '../ui/gfx/image/image_unittest_util.cc', |
| 251 '../webkit/fileapi/mock_file_system_options.cc', |
| 252 '../webkit/fileapi/mock_file_system_options.h', |
251 '../webkit/quota/mock_quota_manager.cc', | 253 '../webkit/quota/mock_quota_manager.cc', |
252 '../webkit/quota/mock_quota_manager.h', | 254 '../webkit/quota/mock_quota_manager.h', |
253 ], | 255 ], |
254 'conditions': [ | 256 'conditions': [ |
255 ['chromeos==0', { | 257 ['chromeos==0', { |
256 'sources/': [ | 258 'sources/': [ |
257 ['exclude', '^browser/chromeos'], | 259 ['exclude', '^browser/chromeos'], |
258 ], | 260 ], |
259 }], | 261 }], |
260 ['toolkit_uses_gtk == 1', { | 262 ['toolkit_uses_gtk == 1', { |
(...skipping 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2062 'test/data/unit/framework_unittest.gtestjs', | 2064 'test/data/unit/framework_unittest.gtestjs', |
2063 'tools/convert_dict/convert_dict_unittest.cc', | 2065 'tools/convert_dict/convert_dict_unittest.cc', |
2064 '../testing/gtest_mac_unittest.mm', | 2066 '../testing/gtest_mac_unittest.mm', |
2065 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 2067 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
2066 '../ui/views/test/test_views_delegate.cc', | 2068 '../ui/views/test/test_views_delegate.cc', |
2067 '../ui/views/test/test_views_delegate.h', | 2069 '../ui/views/test/test_views_delegate.h', |
2068 '../ui/views/test/views_test_base.cc', | 2070 '../ui/views/test/views_test_base.cc', |
2069 '../ui/views/test/views_test_base.h', | 2071 '../ui/views/test/views_test_base.h', |
2070 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 2072 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
2071 '../webkit/fileapi/file_system_operation_write_unittest.cc', | 2073 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
| 2074 '../webkit/fileapi/file_system_test_helper.cc', |
| 2075 '../webkit/fileapi/file_system_test_helper.h', |
2072 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 2076 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
2073 '../webkit/fileapi/file_writer_delegate_unittest.cc', | 2077 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
2074 '../webkit/fileapi/file_system_test_helper.cc', | 2078 '../webkit/fileapi/mock_file_system_options.cc', |
2075 '../webkit/fileapi/file_system_test_helper.h', | 2079 '../webkit/fileapi/mock_file_system_options.h', |
2076 '../webkit/quota/mock_storage_client.cc', | 2080 '../webkit/quota/mock_storage_client.cc', |
2077 '../webkit/quota/mock_storage_client.h', | 2081 '../webkit/quota/mock_storage_client.h', |
2078 ], | 2082 ], |
2079 'conditions': [ | 2083 'conditions': [ |
2080 ['target_arch!="arm"', { | 2084 ['target_arch!="arm"', { |
2081 'dependencies': [ | 2085 'dependencies': [ |
2082 # build time dependency. | 2086 # build time dependency. |
2083 '../v8/tools/gyp/v8.gyp:v8_shell#host', | 2087 '../v8/tools/gyp/v8.gyp:v8_shell#host', |
2084 ], | 2088 ], |
2085 }], | 2089 }], |
(...skipping 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4535 # Use outputs of this action as inputs for the main target build. | 4539 # Use outputs of this action as inputs for the main target build. |
4536 # Seems as a misnomer but makes this happy on Linux (scons). | 4540 # Seems as a misnomer but makes this happy on Linux (scons). |
4537 'process_outputs_as_sources': 1, | 4541 'process_outputs_as_sources': 1, |
4538 }, | 4542 }, |
4539 ], # 'actions' | 4543 ], # 'actions' |
4540 }, | 4544 }, |
4541 ] | 4545 ] |
4542 }], # 'coverage!=0' | 4546 }], # 'coverage!=0' |
4543 ], # 'conditions' | 4547 ], # 'conditions' |
4544 } | 4548 } |
OLD | NEW |