| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_dump.cc', | 54 'layout_dump.cc', |
| 55 'layout_dump.h', | 55 'layout_dump.h', |
| 56 'layout_dump_flags.cc', |
| 56 'layout_dump_flags.h', | 57 'layout_dump_flags.h', |
| 57 'mock_color_chooser.cc', | 58 'mock_color_chooser.cc', |
| 58 'mock_color_chooser.h', | 59 'mock_color_chooser.h', |
| 59 'mock_credential_manager_client.cc', | 60 'mock_credential_manager_client.cc', |
| 60 'mock_credential_manager_client.h', | 61 'mock_credential_manager_client.h', |
| 61 'mock_grammar_check.cc', | 62 'mock_grammar_check.cc', |
| 62 'mock_grammar_check.h', | 63 'mock_grammar_check.h', |
| 63 'mock_screen_orientation_client.cc', | 64 'mock_screen_orientation_client.cc', |
| 64 'mock_screen_orientation_client.h', | 65 'mock_screen_orientation_client.h', |
| 65 'mock_spell_check.cc', | 66 'mock_spell_check.cc', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 90 'test_interfaces.h', | 91 'test_interfaces.h', |
| 91 'test_plugin.cc', | 92 'test_plugin.cc', |
| 92 'test_plugin.h', | 93 'test_plugin.h', |
| 93 'test_preferences.cc', | 94 'test_preferences.cc', |
| 94 'test_preferences.h', | 95 'test_preferences.h', |
| 95 'test_runner.cc', | 96 'test_runner.cc', |
| 96 'test_runner.h', | 97 'test_runner.h', |
| 97 'test_runner_export.h', | 98 'test_runner_export.h', |
| 98 'text_input_controller.cc', | 99 'text_input_controller.cc', |
| 99 'text_input_controller.h', | 100 'text_input_controller.h', |
| 101 'tracked_dictionary.cc', |
| 102 'tracked_dictionary.h', |
| 100 'web_ax_object_proxy.cc', | 103 'web_ax_object_proxy.cc', |
| 101 'web_ax_object_proxy.h', | 104 'web_ax_object_proxy.h', |
| 102 'web_content_settings.cc', | 105 'web_content_settings.cc', |
| 103 'web_content_settings.h', | 106 'web_content_settings.h', |
| 104 'web_frame_test_proxy.h', | 107 'web_frame_test_proxy.h', |
| 105 'web_task.cc', | 108 'web_task.cc', |
| 106 'web_task.h', | 109 'web_task.h', |
| 107 'web_test_delegate.h', | 110 'web_test_delegate.h', |
| 108 'web_test_interfaces.cc', | 111 'web_test_interfaces.cc', |
| 109 'web_test_interfaces.h', | 112 'web_test_interfaces.h', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 198 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 196 ], | 199 ], |
| 197 }, | 200 }, |
| 198 }], | 201 }], |
| 199 ], | 202 ], |
| 200 }, | 203 }, |
| 201 ], | 204 ], |
| 202 }], # OS=="mac" or OS=="win" | 205 }], # OS=="mac" or OS=="win" |
| 203 ] | 206 ] |
| 204 } | 207 } |
| OLD | NEW |