| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 'test/perf/perf_test.h', | 243 'test/perf/perf_test.h', |
| 244 # TODO: these should live here but are currently used by | 244 # TODO: these should live here but are currently used by |
| 245 # production code code in libbrowser (in chrome.gyp). | 245 # production code code in libbrowser (in chrome.gyp). |
| 246 #'../content/browser/net/url_request_mock_http_job.cc', | 246 #'../content/browser/net/url_request_mock_http_job.cc', |
| 247 #'../content/browser/net/url_request_mock_http_job.h', | 247 #'../content/browser/net/url_request_mock_http_job.h', |
| 248 '../content/browser/ssl/ssl_client_auth_handler_mock.h', | 248 '../content/browser/ssl/ssl_client_auth_handler_mock.h', |
| 249 '../content/test/notification_observer_mock.cc', | 249 '../content/test/notification_observer_mock.cc', |
| 250 '../content/test/notification_observer_mock.h', | 250 '../content/test/notification_observer_mock.h', |
| 251 '../ui/gfx/image/image_unittest_util.h', | 251 '../ui/gfx/image/image_unittest_util.h', |
| 252 '../ui/gfx/image/image_unittest_util.cc', | 252 '../ui/gfx/image/image_unittest_util.cc', |
| 253 '../webkit/fileapi/mock_file_system_options.cc', |
| 254 '../webkit/fileapi/mock_file_system_options.h', |
| 253 '../webkit/quota/mock_quota_manager.cc', | 255 '../webkit/quota/mock_quota_manager.cc', |
| 254 '../webkit/quota/mock_quota_manager.h', | 256 '../webkit/quota/mock_quota_manager.h', |
| 255 ], | 257 ], |
| 256 'conditions': [ | 258 'conditions': [ |
| 257 ['chromeos==0', { | 259 ['chromeos==0', { |
| 258 'sources/': [ | 260 'sources/': [ |
| 259 ['exclude', '^browser/chromeos'], | 261 ['exclude', '^browser/chromeos'], |
| 260 ], | 262 ], |
| 261 }], | 263 }], |
| 262 ['toolkit_uses_gtk == 1', { | 264 ['toolkit_uses_gtk == 1', { |
| (...skipping 1789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2052 'test/data/unit/framework_unittest.gtestjs', | 2054 'test/data/unit/framework_unittest.gtestjs', |
| 2053 'tools/convert_dict/convert_dict_unittest.cc', | 2055 'tools/convert_dict/convert_dict_unittest.cc', |
| 2054 '../testing/gtest_mac_unittest.mm', | 2056 '../testing/gtest_mac_unittest.mm', |
| 2055 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 2057 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
| 2056 '../ui/views/test/test_views_delegate.cc', | 2058 '../ui/views/test/test_views_delegate.cc', |
| 2057 '../ui/views/test/test_views_delegate.h', | 2059 '../ui/views/test/test_views_delegate.h', |
| 2058 '../ui/views/test/views_test_base.cc', | 2060 '../ui/views/test/views_test_base.cc', |
| 2059 '../ui/views/test/views_test_base.h', | 2061 '../ui/views/test/views_test_base.h', |
| 2060 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 2062 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
| 2061 '../webkit/fileapi/file_system_operation_write_unittest.cc', | 2063 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
| 2064 '../webkit/fileapi/file_system_test_helper.cc', |
| 2065 '../webkit/fileapi/file_system_test_helper.h', |
| 2062 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 2066 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
| 2063 '../webkit/fileapi/file_writer_delegate_unittest.cc', | 2067 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
| 2064 '../webkit/fileapi/file_system_test_helper.cc', | 2068 '../webkit/fileapi/mock_file_system_options.cc', |
| 2065 '../webkit/fileapi/file_system_test_helper.h', | 2069 '../webkit/fileapi/mock_file_system_options.h', |
| 2066 '../webkit/quota/mock_storage_client.cc', | 2070 '../webkit/quota/mock_storage_client.cc', |
| 2067 '../webkit/quota/mock_storage_client.h', | 2071 '../webkit/quota/mock_storage_client.h', |
| 2068 ], | 2072 ], |
| 2069 'conditions': [ | 2073 'conditions': [ |
| 2070 ['target_arch!="arm"', { | 2074 ['target_arch!="arm"', { |
| 2071 'dependencies': [ | 2075 'dependencies': [ |
| 2072 # build time dependency. | 2076 # build time dependency. |
| 2073 '../v8/tools/gyp/v8.gyp:v8_shell#host', | 2077 '../v8/tools/gyp/v8.gyp:v8_shell#host', |
| 2074 ], | 2078 ], |
| 2075 }], | 2079 }], |
| (...skipping 2276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4352 # Use outputs of this action as inputs for the main target build. | 4356 # Use outputs of this action as inputs for the main target build. |
| 4353 # Seems as a misnomer but makes this happy on Linux (scons). | 4357 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4354 'process_outputs_as_sources': 1, | 4358 'process_outputs_as_sources': 1, |
| 4355 }, | 4359 }, |
| 4356 ], # 'actions' | 4360 ], # 'actions' |
| 4357 }, | 4361 }, |
| 4358 ] | 4362 ] |
| 4359 }], # 'coverage!=0' | 4363 }], # 'coverage!=0' |
| 4360 ], # 'conditions' | 4364 ], # 'conditions' |
| 4361 } | 4365 } |
| OLD | NEW |