Chromium Code Reviews| 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 56 '../content/content.gyp:test_support_content', | 56 '../content/content.gyp:test_support_content', |
| 57 '../ipc/ipc.gyp:test_support_ipc', | 57 '../ipc/ipc.gyp:test_support_ipc', |
| 58 '../media/media.gyp:media_test_support', | 58 '../media/media.gyp:media_test_support', |
| 59 '../net/net.gyp:net', | 59 '../net/net.gyp:net', |
| 60 # 'test/base/test_url_request_context_getter.h' brings in this requireme nt. | 60 # 'test/base/test_url_request_context_getter.h' brings in this requireme nt. |
| 61 '../net/net.gyp:net_test_support', | 61 '../net/net.gyp:net_test_support', |
| 62 '../skia/skia.gyp:skia', | 62 '../skia/skia.gyp:skia', |
| 63 '../testing/gmock.gyp:gmock', | 63 '../testing/gmock.gyp:gmock', |
| 64 '../testing/gtest.gyp:gtest', | 64 '../testing/gtest.gyp:gtest', |
| 65 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 65 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 66 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', | |
|
piman
2011/10/25 18:06:51
I think this is problematic: compositor_test_suppo
| |
| 66 ], | 67 ], |
| 67 'export_dependent_settings': [ | 68 'export_dependent_settings': [ |
| 68 'renderer', | 69 'renderer', |
| 69 'app/policy/cloud_policy_codegen.gyp:policy', | 70 'app/policy/cloud_policy_codegen.gyp:policy', |
| 70 '../base/base.gyp:test_support_base', | 71 '../base/base.gyp:test_support_base', |
| 71 ], | 72 ], |
| 72 'include_dirs': [ | 73 'include_dirs': [ |
| 73 '..', | 74 '..', |
| 74 ], | 75 ], |
| 75 'sources': [ | 76 'sources': [ |
| (...skipping 3999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4075 # Use outputs of this action as inputs for the main target build. | 4076 # Use outputs of this action as inputs for the main target build. |
| 4076 # Seems as a misnomer but makes this happy on Linux (scons). | 4077 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4077 'process_outputs_as_sources': 1, | 4078 'process_outputs_as_sources': 1, |
| 4078 }, | 4079 }, |
| 4079 ], # 'actions' | 4080 ], # 'actions' |
| 4080 }, | 4081 }, |
| 4081 ] | 4082 ] |
| 4082 }], # 'coverage!=0' | 4083 }], # 'coverage!=0' |
| 4083 ], # 'conditions' | 4084 ], # 'conditions' |
| 4084 } | 4085 } |
| OLD | NEW |