| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 ['OS == "ios"', { | 248 ['OS == "ios"', { |
| 249 'sources/': [ | 249 'sources/': [ |
| 250 # iOS only needs a small portion of content; exclude all the | 250 # iOS only needs a small portion of content; exclude all the |
| 251 # implementation, and re-include what is used. | 251 # implementation, and re-include what is used. |
| 252 ['exclude', '\\.(cc|mm)$'], | 252 ['exclude', '\\.(cc|mm)$'], |
| 253 ['include', '_ios\\.(cc|mm)$'], | 253 ['include', '_ios\\.(cc|mm)$'], |
| 254 ['include', '^public/test/content_test_suite_base\\.cc$'], | 254 ['include', '^public/test/content_test_suite_base\\.cc$'], |
| 255 ['include', '^public/test/mock_notification_observer\\.cc$'], | 255 ['include', '^public/test/mock_notification_observer\\.cc$'], |
| 256 ['include', '^public/test/mock_resource_context\\.cc$'], | 256 ['include', '^public/test/mock_resource_context\\.cc$'], |
| 257 ['include', '^public/test/test_browser_thread\\.cc$'], | 257 ['include', '^public/test/test_browser_thread\\.cc$'], |
| 258 ['include', '^public/test/test_browser_thread_bundle\\.cc$'], |
| 258 ['include', '^public/test/test_content_client_initializer\\.cc$'], | 259 ['include', '^public/test/test_content_client_initializer\\.cc$'], |
| 259 ['include', '^public/test/test_notification_tracker\\.cc$'], | 260 ['include', '^public/test/test_notification_tracker\\.cc$'], |
| 260 ['include', '^public/test/test_utils\\.cc$'], | 261 ['include', '^public/test/test_utils\\.cc$'], |
| 261 ['include', '^public/test/unittest_test_suite\\.cc$'], | 262 ['include', '^public/test/unittest_test_suite\\.cc$'], |
| 262 ['include', '^test/content_test_suite\\.cc$'], | 263 ['include', '^test/content_test_suite\\.cc$'], |
| 263 ['include', '^test/test_content_browser_client\\.cc$'], | 264 ['include', '^test/test_content_browser_client\\.cc$'], |
| 264 ['include', '^test/test_content_client\\.cc$'], | 265 ['include', '^test/test_content_client\\.cc$'], |
| 265 ], | 266 ], |
| 266 }, { # OS != "ios" | 267 }, { # OS != "ios" |
| 267 'conditions': [ | 268 'conditions': [ |
| (...skipping 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2075 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2076 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2076 }, | 2077 }, |
| 2077 ], | 2078 ], |
| 2078 }], | 2079 }], |
| 2079 ], | 2080 ], |
| 2080 }, | 2081 }, |
| 2081 ], | 2082 ], |
| 2082 }], | 2083 }], |
| 2083 ], | 2084 ], |
| 2084 } | 2085 } |
| OLD | NEW |