| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 '../content/content.gyp:test_support_content', | 58 '../content/content.gyp:test_support_content', |
| 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', | |
| 69 ], | 68 ], |
| 70 'export_dependent_settings': [ | 69 'export_dependent_settings': [ |
| 71 'renderer', | 70 'renderer', |
| 72 'app/policy/cloud_policy_codegen.gyp:policy', | 71 'app/policy/cloud_policy_codegen.gyp:policy', |
| 73 '../base/base.gyp:test_support_base', | 72 '../base/base.gyp:test_support_base', |
| 74 ], | 73 ], |
| 75 'include_dirs': [ | 74 'include_dirs': [ |
| 76 '..', | 75 '..', |
| 77 ], | 76 ], |
| 78 'sources': [ | 77 'sources': [ |
| (...skipping 4222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4301 # Use outputs of this action as inputs for the main target build. | 4300 # Use outputs of this action as inputs for the main target build. |
| 4302 # Seems as a misnomer but makes this happy on Linux (scons). | 4301 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4303 'process_outputs_as_sources': 1, | 4302 'process_outputs_as_sources': 1, |
| 4304 }, | 4303 }, |
| 4305 ], # 'actions' | 4304 ], # 'actions' |
| 4306 }, | 4305 }, |
| 4307 ] | 4306 ] |
| 4308 }], # 'coverage!=0' | 4307 }], # 'coverage!=0' |
| 4309 ], # 'conditions' | 4308 ], # 'conditions' |
| 4310 } | 4309 } |
| OLD | NEW |