Chromium Code Reviews| 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 350 'target_name': 'content_unittests', | 350 'target_name': 'content_unittests', |
| 351 'type': '<(gtest_target_type)', | 351 'type': '<(gtest_target_type)', |
| 352 'dependencies': [ | 352 'dependencies': [ |
| 353 'browser/service_worker/service_worker_proto.gyp:proto', | 353 'browser/service_worker/service_worker_proto.gyp:proto', |
| 354 'browser/speech/proto/speech_proto.gyp:speech_proto', | 354 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 355 'content.gyp:content_browser', | 355 'content.gyp:content_browser', |
| 356 'content.gyp:content_common', | 356 'content.gyp:content_common', |
| 357 'test_support_content', | 357 'test_support_content', |
| 358 '../base/base.gyp:test_support_base', | 358 '../base/base.gyp:test_support_base', |
| 359 '../crypto/crypto.gyp:crypto', | 359 '../crypto/crypto.gyp:crypto', |
| 360 '../device/battery/battery.gyp:device_battery', | |
| 361 '../device/battery/battery.gyp:device_battery_mojo_bindings', | |
| 360 '../mojo/edk/mojo_edk.gyp:mojo_common_test_support', | 362 '../mojo/edk/mojo_edk.gyp:mojo_common_test_support', |
| 363 '../mojo/mojo_base.gyp:mojo_environment_chromium', | |
| 364 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | |
|
ppi
2014/11/16 16:03:08
Does it compile without these two? It seems that y
jeremy
2014/11/17 07:50:48
No, this is the minimal set of dependencies needed
ppi
2014/11/17 10:51:01
Yup, it seems that we need the environment for log
| |
| 361 '../net/net.gyp:net_test_support', | 365 '../net/net.gyp:net_test_support', |
| 362 '../skia/skia.gyp:skia', | 366 '../skia/skia.gyp:skia', |
| 363 '../sql/sql.gyp:sql', | 367 '../sql/sql.gyp:sql', |
| 364 '../sql/sql.gyp:test_support_sql', | 368 '../sql/sql.gyp:test_support_sql', |
| 365 '../testing/gmock.gyp:gmock', | 369 '../testing/gmock.gyp:gmock', |
| 366 '../testing/gtest.gyp:gtest', | 370 '../testing/gtest.gyp:gtest', |
| 367 '../third_party/re2/re2.gyp:re2', | 371 '../third_party/re2/re2.gyp:re2', |
| 368 '../ui/accessibility/accessibility.gyp:accessibility', | 372 '../ui/accessibility/accessibility.gyp:accessibility', |
| 369 '../ui/base/ui_base.gyp:ui_base', | 373 '../ui/base/ui_base.gyp:ui_base', |
| 370 '../ui/gfx/gfx.gyp:gfx', | 374 '../ui/gfx/gfx.gyp:gfx', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 530 'browser/media/capture/video_capture_oracle_unittest.cc', | 534 'browser/media/capture/video_capture_oracle_unittest.cc', |
| 531 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', | 535 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', |
| 532 'browser/media/capture/web_contents_video_capture_device_unittest.cc', | 536 'browser/media/capture/web_contents_video_capture_device_unittest.cc', |
| 533 'browser/media/media_internals_unittest.cc', | 537 'browser/media/media_internals_unittest.cc', |
| 534 'browser/media/midi_host_unittest.cc', | 538 'browser/media/midi_host_unittest.cc', |
| 535 'browser/media/webrtc_identity_store_unittest.cc', | 539 'browser/media/webrtc_identity_store_unittest.cc', |
| 536 'browser/net/sqlite_persistent_cookie_store_unittest.cc', | 540 'browser/net/sqlite_persistent_cookie_store_unittest.cc', |
| 537 'browser/notification_service_impl_unittest.cc', | 541 'browser/notification_service_impl_unittest.cc', |
| 538 'browser/plugin_loader_posix_unittest.cc', | 542 'browser/plugin_loader_posix_unittest.cc', |
| 539 'browser/power_monitor_message_broadcaster_unittest.cc', | 543 'browser/power_monitor_message_broadcaster_unittest.cc', |
| 544 'browser/power_usage_monitor_impl_unittest.cc', | |
| 540 'browser/power_profiler/power_profiler_service_unittest.cc', | 545 'browser/power_profiler/power_profiler_service_unittest.cc', |
| 541 'browser/quota/mock_quota_manager.cc', | 546 'browser/quota/mock_quota_manager.cc', |
| 542 'browser/quota/mock_quota_manager.h', | 547 'browser/quota/mock_quota_manager.h', |
| 543 'browser/quota/mock_quota_manager_proxy.cc', | 548 'browser/quota/mock_quota_manager_proxy.cc', |
| 544 'browser/quota/mock_quota_manager_proxy.h', | 549 'browser/quota/mock_quota_manager_proxy.h', |
| 545 'browser/quota/mock_quota_manager_unittest.cc', | 550 'browser/quota/mock_quota_manager_unittest.cc', |
| 546 'browser/quota/quota_database_unittest.cc', | 551 'browser/quota/quota_database_unittest.cc', |
| 547 'browser/quota/quota_backend_impl_unittest.cc', | 552 'browser/quota/quota_backend_impl_unittest.cc', |
| 548 'browser/quota/quota_manager_unittest.cc', | 553 'browser/quota/quota_manager_unittest.cc', |
| 549 'browser/quota/quota_reservation_manager_unittest.cc', | 554 'browser/quota/quota_reservation_manager_unittest.cc', |
| (...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2007 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2012 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2008 }, | 2013 }, |
| 2009 ], | 2014 ], |
| 2010 }], | 2015 }], |
| 2011 ], | 2016 ], |
| 2012 }, | 2017 }, |
| 2013 ], | 2018 ], |
| 2014 }], | 2019 }], |
| 2015 ], | 2020 ], |
| 2016 } | 2021 } |
| OLD | NEW |