| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'blink_test_platform_support_android.cc', | 49 'blink_test_platform_support_android.cc', |
| 50 'blink_test_platform_support_linux.cc', | 50 'blink_test_platform_support_linux.cc', |
| 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 'layout_dump.cc', |
| 60 'layout_dump.h', |
| 61 'layout_dump_flags.h', |
| 59 'mock_color_chooser.cc', | 62 'mock_color_chooser.cc', |
| 60 'mock_color_chooser.h', | 63 'mock_color_chooser.h', |
| 61 'mock_credential_manager_client.cc', | 64 'mock_credential_manager_client.cc', |
| 62 'mock_credential_manager_client.h', | 65 'mock_credential_manager_client.h', |
| 63 'mock_grammar_check.cc', | 66 'mock_grammar_check.cc', |
| 64 'mock_grammar_check.h', | 67 'mock_grammar_check.h', |
| 65 'mock_screen_orientation_client.cc', | 68 'mock_screen_orientation_client.cc', |
| 66 'mock_screen_orientation_client.h', | 69 'mock_screen_orientation_client.h', |
| 67 'mock_spell_check.cc', | 70 'mock_spell_check.cc', |
| 68 'mock_spell_check.h', | 71 'mock_spell_check.h', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 207 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 205 ], | 208 ], |
| 206 }, | 209 }, |
| 207 }], | 210 }], |
| 208 ], | 211 ], |
| 209 }, | 212 }, |
| 210 ], | 213 ], |
| 211 }], # OS=="mac" or OS=="win" | 214 }], # OS=="mac" or OS=="win" |
| 212 ] | 215 ] |
| 213 } | 216 } |
| OLD | NEW |