| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 '../ipc/ipc.gyp:test_support_ipc', | 59 '../ipc/ipc.gyp:test_support_ipc', |
| 60 '../media/media.gyp:media_test_support', | 60 '../media/media.gyp:media_test_support', |
| 61 '../net/net.gyp:net', | 61 '../net/net.gyp:net', |
| 62 # 'test/base/test_url_request_context_getter.h' brings in this requireme
nt. | 62 # 'test/base/test_url_request_context_getter.h' brings in this requireme
nt. |
| 63 '../net/net.gyp:net_test_support', | 63 '../net/net.gyp:net_test_support', |
| 64 '../skia/skia.gyp:skia', | 64 '../skia/skia.gyp:skia', |
| 65 '../testing/gmock.gyp:gmock', | 65 '../testing/gmock.gyp:gmock', |
| 66 '../testing/gtest.gyp:gtest', | 66 '../testing/gtest.gyp:gtest', |
| 67 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 67 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 68 '../ui/gfx/compositor/compositor.gyp:test_compositor', | 68 '../ui/gfx/compositor/compositor.gyp:test_compositor', |
| 69 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', |
| 69 ], | 70 ], |
| 70 'export_dependent_settings': [ | 71 'export_dependent_settings': [ |
| 71 'renderer', | 72 'renderer', |
| 72 'app/policy/cloud_policy_codegen.gyp:policy', | 73 'app/policy/cloud_policy_codegen.gyp:policy', |
| 73 '../base/base.gyp:test_support_base', | 74 '../base/base.gyp:test_support_base', |
| 74 ], | 75 ], |
| 75 'include_dirs': [ | 76 'include_dirs': [ |
| 76 '..', | 77 '..', |
| 77 ], | 78 ], |
| 78 'sources': [ | 79 'sources': [ |
| (...skipping 4235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4314 # Use outputs of this action as inputs for the main target build. | 4315 # Use outputs of this action as inputs for the main target build. |
| 4315 # Seems as a misnomer but makes this happy on Linux (scons). | 4316 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4316 'process_outputs_as_sources': 1, | 4317 'process_outputs_as_sources': 1, |
| 4317 }, | 4318 }, |
| 4318 ], # 'actions' | 4319 ], # 'actions' |
| 4319 }, | 4320 }, |
| 4320 ] | 4321 ] |
| 4321 }], # 'coverage!=0' | 4322 }], # 'coverage!=0' |
| 4322 ], # 'conditions' | 4323 ], # 'conditions' |
| 4323 } | 4324 } |
| OLD | NEW |