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