| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'blink_test_platform_support_mac.mm', | 51 'blink_test_platform_support_mac.mm', |
| 52 'blink_test_platform_support_win.cc', | 52 'blink_test_platform_support_win.cc', |
| 53 'event_sender.cc', | 53 'event_sender.cc', |
| 54 'event_sender.h', | 54 'event_sender.h', |
| 55 'gamepad_controller.cc', | 55 'gamepad_controller.cc', |
| 56 'gamepad_controller.h', | 56 'gamepad_controller.h', |
| 57 'gc_controller.cc', | 57 'gc_controller.cc', |
| 58 'gc_controller.h', | 58 'gc_controller.h', |
| 59 'mock_color_chooser.cc', | 59 'mock_color_chooser.cc', |
| 60 'mock_color_chooser.h', | 60 'mock_color_chooser.h', |
| 61 'mock_constraints.cc', |
| 62 'mock_constraints.h', |
| 61 'mock_credential_manager_client.cc', | 63 'mock_credential_manager_client.cc', |
| 62 'mock_credential_manager_client.h', | 64 'mock_credential_manager_client.h', |
| 63 'mock_grammar_check.cc', | 65 'mock_grammar_check.cc', |
| 64 'mock_grammar_check.h', | 66 'mock_grammar_check.h', |
| 65 'mock_screen_orientation_client.cc', | 67 'mock_screen_orientation_client.cc', |
| 66 'mock_screen_orientation_client.h', | 68 'mock_screen_orientation_client.h', |
| 67 'mock_spell_check.cc', | 69 'mock_spell_check.cc', |
| 68 'mock_spell_check.h', | 70 'mock_spell_check.h', |
| 69 'mock_web_audio_device.cc', | 71 'mock_web_audio_device.cc', |
| 70 'mock_web_audio_device.h', | 72 'mock_web_audio_device.h', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 206 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 205 ], | 207 ], |
| 206 }, | 208 }, |
| 207 }], | 209 }], |
| 208 ], | 210 ], |
| 209 }, | 211 }, |
| 210 ], | 212 ], |
| 211 }], # OS=="mac" or OS=="win" | 213 }], # OS=="mac" or OS=="win" |
| 212 ] | 214 ] |
| 213 } | 215 } |
| OLD | NEW |