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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
332 'browser/compositor/test/no_transport_image_transport_factory.cc', | 332 'browser/compositor/test/no_transport_image_transport_factory.cc', |
333 'browser/compositor/test/no_transport_image_transport_factory.h', | 333 'browser/compositor/test/no_transport_image_transport_factory.h', |
334 ], | 334 ], |
335 'dependencies': [ | 335 'dependencies': [ |
336 '../ui/compositor/compositor.gyp:compositor', | 336 '../ui/compositor/compositor.gyp:compositor', |
337 '../third_party/libvpx/libvpx.gyp:libvpx', | 337 '../third_party/libvpx/libvpx.gyp:libvpx', |
338 ], | 338 ], |
339 }], | 339 }], |
340 ['OS=="android"', { | 340 ['OS=="android"', { |
341 'dependencies': [ | 341 'dependencies': [ |
342 '../gin/gin.gyp:gin', | |
343 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 342 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
344 'content.gyp:content_v8_external_data', | 343 'content.gyp:content_v8_external_data', |
jochen (gone - plz use gerrit)
2014/11/18 13:42:59
shouldn't this move as well?
baixo1
2014/11/18 13:49:46
This will copy the snapshot files to content_shell
| |
345 ], | 344 ], |
346 }], | 345 }], |
346 ['v8_use_external_startup_data==1', { | |
347 'dependencies': [ | |
348 '../gin/gin.gyp:gin', | |
349 ], | |
350 }], | |
347 ], | 351 ], |
348 }, | 352 }, |
349 { | 353 { |
350 'target_name': 'content_unittests', | 354 'target_name': 'content_unittests', |
351 'type': '<(gtest_target_type)', | 355 'type': '<(gtest_target_type)', |
352 'dependencies': [ | 356 'dependencies': [ |
353 'browser/service_worker/service_worker_proto.gyp:proto', | 357 'browser/service_worker/service_worker_proto.gyp:proto', |
354 'browser/speech/proto/speech_proto.gyp:speech_proto', | 358 'browser/speech/proto/speech_proto.gyp:speech_proto', |
355 'content.gyp:content_browser', | 359 'content.gyp:content_browser', |
356 'content.gyp:content_common', | 360 'content.gyp:content_common', |
(...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2014 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2018 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2015 }, | 2019 }, |
2016 ], | 2020 ], |
2017 }], | 2021 }], |
2018 ], | 2022 ], |
2019 }, | 2023 }, |
2020 ], | 2024 ], |
2021 }], | 2025 }], |
2022 ], | 2026 ], |
2023 } | 2027 } |
OLD | NEW |