| 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_constraints.cc', | 64 'mock_constraints.cc', |
| 62 'mock_constraints.h', | 65 'mock_constraints.h', |
| 63 'mock_credential_manager_client.cc', | 66 'mock_credential_manager_client.cc', |
| 64 'mock_credential_manager_client.h', | 67 'mock_credential_manager_client.h', |
| 65 'mock_grammar_check.cc', | 68 'mock_grammar_check.cc', |
| 66 'mock_grammar_check.h', | 69 'mock_grammar_check.h', |
| 67 'mock_screen_orientation_client.cc', | 70 'mock_screen_orientation_client.cc', |
| 68 'mock_screen_orientation_client.h', | 71 'mock_screen_orientation_client.h', |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 209 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 207 ], | 210 ], |
| 208 }, | 211 }, |
| 209 }], | 212 }], |
| 210 ], | 213 ], |
| 211 }, | 214 }, |
| 212 ], | 215 ], |
| 213 }], # OS=="mac" or OS=="win" | 216 }], # OS=="mac" or OS=="win" |
| 214 ] | 217 ] |
| 215 } | 218 } |
| OLD | NEW |