| 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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1074 }], | 1074 }], |
| 1075 ], | 1075 ], |
| 1076 }, | 1076 }, |
| 1077 { | 1077 { |
| 1078 'target_name': 'content_browser_test_support', | 1078 'target_name': 'content_browser_test_support', |
| 1079 'type': 'static_library', | 1079 'type': 'static_library', |
| 1080 'dependencies': [ | 1080 'dependencies': [ |
| 1081 'content_shell_lib', | 1081 'content_shell_lib', |
| 1082 '../skia/skia.gyp:skia', | 1082 '../skia/skia.gyp:skia', |
| 1083 '../testing/gtest.gyp:gtest', | 1083 '../testing/gtest.gyp:gtest', |
| 1084 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 1084 ], | 1085 ], |
| 1085 'sources': [ | 1086 'sources': [ |
| 1086 'test/content_test_launcher.cc', | 1087 'test/content_test_launcher.cc', |
| 1087 'public/test/content_browser_test.cc', | 1088 'public/test/content_browser_test.cc', |
| 1088 'public/test/content_browser_test.h', | 1089 'public/test/content_browser_test.h', |
| 1089 'public/test/content_browser_test_utils.cc', | 1090 'public/test/content_browser_test_utils.cc', |
| 1090 'public/test/content_browser_test_utils.h', | 1091 'public/test/content_browser_test_utils.h', |
| 1091 'public/test/content_browser_test_utils_mac.mm', | 1092 'public/test/content_browser_test_utils_mac.mm', |
| 1092 ], | 1093 ], |
| 1093 'include_dirs': [ | 1094 'include_dirs': [ |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1944 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1945 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1945 }, | 1946 }, |
| 1946 ], | 1947 ], |
| 1947 }], | 1948 }], |
| 1948 ], | 1949 ], |
| 1949 }, | 1950 }, |
| 1950 ], | 1951 ], |
| 1951 }], | 1952 }], |
| 1952 ], | 1953 ], |
| 1953 } | 1954 } |
| OLD | NEW |