| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'test_common.h', | 95 'test_common.h', |
| 96 'test_interfaces.cc', | 96 'test_interfaces.cc', |
| 97 'test_interfaces.h', | 97 'test_interfaces.h', |
| 98 'test_plugin.cc', | 98 'test_plugin.cc', |
| 99 'test_plugin.h', | 99 'test_plugin.h', |
| 100 'test_preferences.cc', | 100 'test_preferences.cc', |
| 101 'test_preferences.h', | 101 'test_preferences.h', |
| 102 'test_runner.cc', | 102 'test_runner.cc', |
| 103 'test_runner.h', | 103 'test_runner.h', |
| 104 'test_runner_export.h', | 104 'test_runner_export.h', |
| 105 'test_runner_for_specific_view.cc', |
| 106 'test_runner_for_specific_view.h', |
| 105 'text_input_controller.cc', | 107 'text_input_controller.cc', |
| 106 'text_input_controller.h', | 108 'text_input_controller.h', |
| 107 'tracked_dictionary.cc', | 109 'tracked_dictionary.cc', |
| 108 'tracked_dictionary.h', | 110 'tracked_dictionary.h', |
| 109 'web_ax_object_proxy.cc', | 111 'web_ax_object_proxy.cc', |
| 110 'web_ax_object_proxy.h', | 112 'web_ax_object_proxy.h', |
| 111 'web_frame_test_client.cc', | 113 'web_frame_test_client.cc', |
| 112 'web_frame_test_client.h', | 114 'web_frame_test_client.h', |
| 113 'web_frame_test_proxy.cc', | 115 'web_frame_test_proxy.cc', |
| 114 'web_frame_test_proxy.h', | 116 'web_frame_test_proxy.h', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 209 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 208 ], | 210 ], |
| 209 }, | 211 }, |
| 210 }], | 212 }], |
| 211 ], | 213 ], |
| 212 }, | 214 }, |
| 213 ], | 215 ], |
| 214 }], # OS=="mac" or OS=="win" | 216 }], # OS=="mac" or OS=="win" |
| 215 ] | 217 ] |
| 216 } | 218 } |
| OLD | NEW |