| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'accessibility_controller.cc', | 44 'accessibility_controller.cc', |
| 45 'accessibility_controller.h', | 45 'accessibility_controller.h', |
| 46 'app_banner_client.cc', | 46 'app_banner_client.cc', |
| 47 'app_banner_client.h', | 47 'app_banner_client.h', |
| 48 'event_sender.cc', | 48 'event_sender.cc', |
| 49 'event_sender.h', | 49 'event_sender.h', |
| 50 'gamepad_controller.cc', | 50 'gamepad_controller.cc', |
| 51 'gamepad_controller.h', | 51 'gamepad_controller.h', |
| 52 'gc_controller.cc', | 52 'gc_controller.cc', |
| 53 'gc_controller.h', | 53 'gc_controller.h', |
| 54 'layout_and_paint_async_then.cc', |
| 55 'layout_and_paint_async_then.h', |
| 54 'layout_dump.cc', | 56 'layout_dump.cc', |
| 55 'layout_dump.h', | 57 'layout_dump.h', |
| 56 'layout_test_runtime_flags.cc', | 58 'layout_test_runtime_flags.cc', |
| 57 'layout_test_runtime_flags.h', | 59 'layout_test_runtime_flags.h', |
| 58 'mock_color_chooser.cc', | 60 'mock_color_chooser.cc', |
| 59 'mock_color_chooser.h', | 61 'mock_color_chooser.h', |
| 60 'mock_content_settings_client.cc', | 62 'mock_content_settings_client.cc', |
| 61 'mock_content_settings_client.h', | 63 'mock_content_settings_client.h', |
| 62 'mock_credential_manager_client.cc', | 64 'mock_credential_manager_client.cc', |
| 63 'mock_credential_manager_client.h', | 65 'mock_credential_manager_client.h', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 207 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 206 ], | 208 ], |
| 207 }, | 209 }, |
| 208 }], | 210 }], |
| 209 ], | 211 ], |
| 210 }, | 212 }, |
| 211 ], | 213 ], |
| 212 }], # OS=="mac" or OS=="win" | 214 }], # OS=="mac" or OS=="win" |
| 213 ] | 215 ] |
| 214 } | 216 } |
| OLD | NEW |