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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 '../sql/sql.gyp:sql', | 362 '../sql/sql.gyp:sql', |
363 '../sql/sql.gyp:test_support_sql', | 363 '../sql/sql.gyp:test_support_sql', |
364 '../testing/gmock.gyp:gmock', | 364 '../testing/gmock.gyp:gmock', |
365 '../testing/gtest.gyp:gtest', | 365 '../testing/gtest.gyp:gtest', |
366 '../third_party/re2/re2.gyp:re2', | 366 '../third_party/re2/re2.gyp:re2', |
367 '../ui/accessibility/accessibility.gyp:accessibility', | 367 '../ui/accessibility/accessibility.gyp:accessibility', |
368 '../ui/base/ui_base.gyp:ui_base', | 368 '../ui/base/ui_base.gyp:ui_base', |
369 '../ui/gfx/gfx.gyp:gfx', | 369 '../ui/gfx/gfx.gyp:gfx', |
370 '../ui/gfx/gfx.gyp:gfx_geometry', | 370 '../ui/gfx/gfx.gyp:gfx_geometry', |
371 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 371 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
372 '../webkit/child/webkit_child.gyp:webkit_child', | |
373 ], | 372 ], |
374 'include_dirs': [ | 373 'include_dirs': [ |
375 '..', | 374 '..', |
376 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. | 375 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. |
377 ], | 376 ], |
378 'sources': [ | 377 'sources': [ |
379 'browser/accessibility/accessibility_mode_helper_unittest.cc', | 378 'browser/accessibility/accessibility_mode_helper_unittest.cc', |
380 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 379 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
381 'browser/accessibility/browser_accessibility_manager_unittest.cc', | 380 'browser/accessibility/browser_accessibility_manager_unittest.cc', |
382 'browser/accessibility/browser_accessibility_win_unittest.cc', | 381 'browser/accessibility/browser_accessibility_win_unittest.cc', |
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1881 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1880 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1882 }, | 1881 }, |
1883 ], | 1882 ], |
1884 }], | 1883 }], |
1885 ], | 1884 ], |
1886 }, | 1885 }, |
1887 ], | 1886 ], |
1888 }], | 1887 }], |
1889 ], | 1888 ], |
1890 } | 1889 } |
OLD | NEW |