| 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 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', |
| 68 ], | 70 ], |
| 69 'export_dependent_settings': [ | 71 'export_dependent_settings': [ |
| 70 'renderer', | 72 'renderer', |
| 71 'app/policy/cloud_policy_codegen.gyp:policy', | 73 'app/policy/cloud_policy_codegen.gyp:policy', |
| 72 '../base/base.gyp:test_support_base', | 74 '../base/base.gyp:test_support_base', |
| 73 ], | 75 ], |
| 74 'include_dirs': [ | 76 'include_dirs': [ |
| 75 '..', | 77 '..', |
| 76 ], | 78 ], |
| 77 'sources': [ | 79 'sources': [ |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 ['OS=="win"', { | 272 ['OS=="win"', { |
| 271 'include_dirs': [ | 273 'include_dirs': [ |
| 272 '<(DEPTH)/third_party/wtl/include', | 274 '<(DEPTH)/third_party/wtl/include', |
| 273 ], | 275 ], |
| 274 }], | 276 }], |
| 275 ['OS=="win" and use_aura==1', { | 277 ['OS=="win" and use_aura==1', { |
| 276 'sources/': [ | 278 'sources/': [ |
| 277 ['exclude', 'test/base/ui_test_utils_win.cc'], | 279 ['exclude', 'test/base/ui_test_utils_win.cc'], |
| 278 ], | 280 ], |
| 279 }], | 281 }], |
| 280 ['use_webkit_compositor==0', { | |
| 281 'dependencies': [ | |
| 282 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', | |
| 283 '../ui/gfx/compositor/compositor.gyp:test_compositor', | |
| 284 ], | |
| 285 }], | |
| 286 ], | 282 ], |
| 287 }, | 283 }, |
| 288 { | 284 { |
| 289 'target_name': 'test_support_ui', | 285 'target_name': 'test_support_ui', |
| 290 'type': 'static_library', | 286 'type': 'static_library', |
| 291 'dependencies': [ | 287 'dependencies': [ |
| 292 'chrome_resources.gyp:chrome_resources', | 288 'chrome_resources.gyp:chrome_resources', |
| 293 'chrome_resources.gyp:chrome_strings', | 289 'chrome_resources.gyp:chrome_strings', |
| 294 'chrome_resources.gyp:theme_resources', | 290 'chrome_resources.gyp:theme_resources', |
| 295 'test_support_common', | 291 'test_support_common', |
| (...skipping 4023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4319 # 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. |
| 4320 # Seems as a misnomer but makes this happy on Linux (scons). | 4316 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4321 'process_outputs_as_sources': 1, | 4317 'process_outputs_as_sources': 1, |
| 4322 }, | 4318 }, |
| 4323 ], # 'actions' | 4319 ], # 'actions' |
| 4324 }, | 4320 }, |
| 4325 ] | 4321 ] |
| 4326 }], # 'coverage!=0' | 4322 }], # 'coverage!=0' |
| 4327 ], # 'conditions' | 4323 ], # 'conditions' |
| 4328 } | 4324 } |
| OLD | NEW |