| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 '../ui/events/events.gyp:events_test_support', | 203 '../ui/events/events.gyp:events_test_support', |
| 204 '../ui/events/events.gyp:gesture_detection', | 204 '../ui/events/events.gyp:gesture_detection', |
| 205 '../ui/gfx/gfx.gyp:gfx_test_support', | 205 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 206 '../ui/resources/ui_resources.gyp:ui_resources', | 206 '../ui/resources/ui_resources.gyp:ui_resources', |
| 207 '../url/url.gyp:url_lib', | 207 '../url/url.gyp:url_lib', |
| 208 'browser/speech/proto/speech_proto.gyp:speech_proto', | 208 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 209 'content.gyp:content_app_both', | 209 'content.gyp:content_app_both', |
| 210 'content.gyp:content_browser', | 210 'content.gyp:content_browser', |
| 211 'content.gyp:content_common', | 211 'content.gyp:content_common', |
| 212 ], | 212 ], |
| 213 'export_dependent_settings': [ |
| 214 # Some of the headers in this target include headers from |
| 215 # content_browser that themselves include autogenerated |
| 216 # headers from mojom files. |
| 217 'content.gyp:content_browser', |
| 218 ], |
| 213 'include_dirs': [ | 219 'include_dirs': [ |
| 214 '..', | 220 '..', |
| 215 ], | 221 ], |
| 216 'sources': [ '<@(test_support_content_sources)' ], | 222 'sources': [ '<@(test_support_content_sources)' ], |
| 217 'conditions': [ | 223 'conditions': [ |
| 218 ['enable_plugins==0', { | 224 ['enable_plugins==0', { |
| 219 'sources!': [ | 225 'sources!': [ |
| 220 'test/ppapi_unittest.cc', | 226 'test/ppapi_unittest.cc', |
| 221 ], | 227 ], |
| 222 }], | 228 }], |
| (...skipping 1723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1946 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1952 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1947 }, | 1953 }, |
| 1948 ], | 1954 ], |
| 1949 }], | 1955 }], |
| 1950 ], | 1956 ], |
| 1951 }, | 1957 }, |
| 1952 ], | 1958 ], |
| 1953 }], | 1959 }], |
| 1954 ], | 1960 ], |
| 1955 } | 1961 } |
| OLD | NEW |