| 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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 947 '../ui/surface/surface.gyp:surface', | 947 '../ui/surface/surface.gyp:surface', |
| 948 '../v8/tools/gyp/v8.gyp:v8', | 948 '../v8/tools/gyp/v8.gyp:v8', |
| 949 ], | 949 ], |
| 950 'export_dependent_settings': [ | 950 'export_dependent_settings': [ |
| 951 '../third_party/WebKit/public/blink.gyp:blink', | 951 '../third_party/WebKit/public/blink.gyp:blink', |
| 952 ], | 952 ], |
| 953 }], | 953 }], |
| 954 ['OS == "win"', { | 954 ['OS == "win"', { |
| 955 'dependencies': [ | 955 'dependencies': [ |
| 956 '../sandbox/sandbox.gyp:sandbox', | 956 '../sandbox/sandbox.gyp:sandbox', |
| 957 'content.gyp:content_startup_helper_win', | 957 'content.gyp:sandbox_helper_win', |
| 958 ], | 958 ], |
| 959 }], | 959 }], |
| 960 ['enable_webrtc==1', { | 960 ['enable_webrtc==1', { |
| 961 'sources': [ | 961 'sources': [ |
| 962 'renderer/media/mock_data_channel_impl.cc', | 962 'renderer/media/mock_data_channel_impl.cc', |
| 963 'renderer/media/mock_data_channel_impl.h', | 963 'renderer/media/mock_data_channel_impl.h', |
| 964 'renderer/media/mock_media_stream_dispatcher.cc', | 964 'renderer/media/mock_media_stream_dispatcher.cc', |
| 965 'renderer/media/mock_media_stream_dispatcher.h', | 965 'renderer/media/mock_media_stream_dispatcher.h', |
| 966 'renderer/media/mock_peer_connection_impl.cc', | 966 'renderer/media/mock_peer_connection_impl.cc', |
| 967 'renderer/media/mock_peer_connection_impl.h', | 967 'renderer/media/mock_peer_connection_impl.h', |
| (...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2196 'content_unittests_apk.isolate', | 2196 'content_unittests_apk.isolate', |
| 2197 ], | 2197 ], |
| 2198 }, | 2198 }, |
| 2199 ], | 2199 ], |
| 2200 }, | 2200 }, |
| 2201 ], | 2201 ], |
| 2202 ], | 2202 ], |
| 2203 }], | 2203 }], |
| 2204 ], | 2204 ], |
| 2205 } | 2205 } |
| OLD | NEW |