| 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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', | 926 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 927 'files': [ | 927 'files': [ |
| 928 'shell/resources/missingImage.png', | 928 'shell/resources/missingImage.png', |
| 929 'shell/resources/textAreaResizeCorner.png', | 929 'shell/resources/textAreaResizeCorner.png', |
| 930 ], | 930 ], |
| 931 }], | 931 }], |
| 932 }], | 932 }], |
| 933 ['OS == "win"', { | 933 ['OS == "win"', { |
| 934 'dependencies': [ | 934 'dependencies': [ |
| 935 '../sandbox/sandbox.gyp:sandbox', | 935 '../sandbox/sandbox.gyp:sandbox', |
| 936 'content.gyp:sandbox_helper_win', | |
| 937 ], | 936 ], |
| 938 }], | 937 }], |
| 939 ['enable_webrtc==1', { | 938 ['enable_webrtc==1', { |
| 940 'sources': [ | 939 'sources': [ |
| 941 'renderer/media/mock_data_channel_impl.cc', | 940 'renderer/media/mock_data_channel_impl.cc', |
| 942 'renderer/media/mock_data_channel_impl.h', | 941 'renderer/media/mock_data_channel_impl.h', |
| 943 'renderer/media/mock_media_stream_dispatcher.cc', | 942 'renderer/media/mock_media_stream_dispatcher.cc', |
| 944 'renderer/media/mock_media_stream_dispatcher.h', | 943 'renderer/media/mock_media_stream_dispatcher.h', |
| 945 'renderer/media/mock_peer_connection_impl.cc', | 944 'renderer/media/mock_peer_connection_impl.cc', |
| 946 'renderer/media/mock_peer_connection_impl.h', | 945 'renderer/media/mock_peer_connection_impl.h', |
| (...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2216 'content_unittests_apk.isolate', | 2215 'content_unittests_apk.isolate', |
| 2217 ], | 2216 ], |
| 2218 }, | 2217 }, |
| 2219 ], | 2218 ], |
| 2220 }, | 2219 }, |
| 2221 ], | 2220 ], |
| 2222 ], | 2221 ], |
| 2223 }], | 2222 }], |
| 2224 ], | 2223 ], |
| 2225 } | 2224 } |
| OLD | NEW |