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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 'browser/compositor/test/no_transport_image_transport_factory.cc', | 348 'browser/compositor/test/no_transport_image_transport_factory.cc', |
349 'browser/compositor/test/no_transport_image_transport_factory.h', | 349 'browser/compositor/test/no_transport_image_transport_factory.h', |
350 ], | 350 ], |
351 'dependencies': [ | 351 'dependencies': [ |
352 '../ui/compositor/compositor.gyp:compositor', | 352 '../ui/compositor/compositor.gyp:compositor', |
353 '../third_party/libvpx/libvpx.gyp:libvpx', | 353 '../third_party/libvpx/libvpx.gyp:libvpx', |
354 ], | 354 ], |
355 }], | 355 }], |
356 ['OS=="android"', { | 356 ['OS=="android"', { |
357 'dependencies': [ | 357 'dependencies': [ |
| 358 '../ui/android/ui_android.gyp:ui_android', |
358 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 359 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
359 'content.gyp:content_v8_external_data', | 360 'content.gyp:content_v8_external_data', |
360 ], | 361 ], |
361 }], | 362 }], |
362 ['v8_use_external_startup_data==1', { | 363 ['v8_use_external_startup_data==1', { |
363 'dependencies': [ | 364 'dependencies': [ |
364 '../gin/gin.gyp:gin', | 365 '../gin/gin.gyp:gin', |
365 ], | 366 ], |
366 }], | 367 }], |
367 ], | 368 ], |
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2055 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2056 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2056 }, | 2057 }, |
2057 ], | 2058 ], |
2058 }], | 2059 }], |
2059 ], | 2060 ], |
2060 }, | 2061 }, |
2061 ], | 2062 ], |
2062 }], | 2063 }], |
2063 ], | 2064 ], |
2064 } | 2065 } |
OLD | NEW |