| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'layout_dump.cc', | 58 'layout_dump.cc', |
| 59 'layout_dump.h', | 59 'layout_dump.h', |
| 60 'layout_test_runtime_flags.cc', | 60 'layout_test_runtime_flags.cc', |
| 61 'layout_test_runtime_flags.h', | 61 'layout_test_runtime_flags.h', |
| 62 'mock_color_chooser.cc', | 62 'mock_color_chooser.cc', |
| 63 'mock_color_chooser.h', | 63 'mock_color_chooser.h', |
| 64 'mock_content_settings_client.cc', | 64 'mock_content_settings_client.cc', |
| 65 'mock_content_settings_client.h', | 65 'mock_content_settings_client.h', |
| 66 'mock_credential_manager_client.cc', | 66 'mock_credential_manager_client.cc', |
| 67 'mock_credential_manager_client.h', | 67 'mock_credential_manager_client.h', |
| 68 'mock_grammar_check.cc', | |
| 69 'mock_grammar_check.h', | |
| 70 'mock_screen_orientation_client.cc', | 68 'mock_screen_orientation_client.cc', |
| 71 'mock_screen_orientation_client.h', | 69 'mock_screen_orientation_client.h', |
| 72 'mock_spell_check.cc', | 70 'mock_spell_check.cc', |
| 73 'mock_spell_check.h', | 71 'mock_spell_check.h', |
| 74 'mock_web_audio_device.cc', | 72 'mock_web_audio_device.cc', |
| 75 'mock_web_audio_device.h', | 73 'mock_web_audio_device.h', |
| 76 'mock_web_document_subresource_filter.cc', | 74 'mock_web_document_subresource_filter.cc', |
| 77 'mock_web_document_subresource_filter.h', | 75 'mock_web_document_subresource_filter.h', |
| 78 'mock_web_media_stream_center.cc', | 76 'mock_web_media_stream_center.cc', |
| 79 'mock_web_media_stream_center.h', | 77 'mock_web_media_stream_center.h', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 213 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 216 ], | 214 ], |
| 217 }, | 215 }, |
| 218 }], | 216 }], |
| 219 ], | 217 ], |
| 220 }, | 218 }, |
| 221 ], | 219 ], |
| 222 }], # OS=="mac" or OS=="win" | 220 }], # OS=="mac" or OS=="win" |
| 223 ] | 221 ] |
| 224 } | 222 } |
| OLD | NEW |