| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 ['use_aura==1', { | 324 ['use_aura==1', { |
| 325 'dependencies': [ | 325 'dependencies': [ |
| 326 '../ui/aura/aura.gyp:aura_test_support', | 326 '../ui/aura/aura.gyp:aura_test_support', |
| 327 '../ui/resources/ui_resources.gyp:ui_test_pak', | 327 '../ui/resources/ui_resources.gyp:ui_test_pak', |
| 328 '../ui/wm/wm.gyp:wm', | 328 '../ui/wm/wm.gyp:wm', |
| 329 ], | 329 ], |
| 330 }], | 330 }], |
| 331 ['use_ozone==1', { | 331 ['use_ozone==1', { |
| 332 'dependencies': [ | 332 'dependencies': [ |
| 333 '../ui/ozone/ozone.gyp:ozone', | 333 '../ui/ozone/ozone.gyp:ozone', |
| 334 '../ui/platform_window/platform_window.gyp:platform_window', |
| 334 ], | 335 ], |
| 335 }], | 336 }], |
| 336 ['OS=="win"', { | 337 ['OS=="win"', { |
| 337 'dependencies': [ | 338 'dependencies': [ |
| 338 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 339 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 339 ], | 340 ], |
| 340 }], | 341 }], |
| 341 ['OS!="android" and OS!="ios"', { | 342 ['OS!="android" and OS!="ios"', { |
| 342 'sources': [ | 343 'sources': [ |
| 343 'browser/compositor/test/no_transport_image_transport_factory.cc', | 344 'browser/compositor/test/no_transport_image_transport_factory.cc', |
| (...skipping 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2029 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2030 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2030 }, | 2031 }, |
| 2031 ], | 2032 ], |
| 2032 }], | 2033 }], |
| 2033 ], | 2034 ], |
| 2034 }, | 2035 }, |
| 2035 ], | 2036 ], |
| 2036 }], | 2037 }], |
| 2037 ], | 2038 ], |
| 2038 } | 2039 } |
| OLD | NEW |