| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', | 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', |
| 9 | 9 |
| 10 'variables': { | 10 'variables': { |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'chrome_tab.idl', | 135 'chrome_tab.idl', |
| 136 'chrome_frame_histograms.h', | 136 'chrome_frame_histograms.h', |
| 137 'chrome_frame_histograms.cc', | 137 'chrome_frame_histograms.cc', |
| 138 'chrome_frame_npapi_unittest.cc', | 138 'chrome_frame_npapi_unittest.cc', |
| 139 'chrome_frame_unittest_main.cc', | 139 'chrome_frame_unittest_main.cc', |
| 140 'chrome_launcher_unittest.cc', | 140 'chrome_launcher_unittest.cc', |
| 141 'function_stub_unittest.cc', | 141 'function_stub_unittest.cc', |
| 142 'test/chrome_frame_test_utils.h', | 142 'test/chrome_frame_test_utils.h', |
| 143 'test/chrome_frame_test_utils.cc', | 143 'test/chrome_frame_test_utils.cc', |
| 144 'test/com_message_event_unittest.cc', | 144 'test/com_message_event_unittest.cc', |
| 145 'test/exception_barrier_unittest.cc', |
| 145 'test/html_util_unittests.cc', | 146 'test/html_util_unittests.cc', |
| 146 'test/http_negotiate_unittest.cc', | 147 'test/http_negotiate_unittest.cc', |
| 147 'test/simulate_input.h', | 148 'test/simulate_input.h', |
| 148 'test/simulate_input.cc', | 149 'test/simulate_input.cc', |
| 149 'test/urlmon_moniker_tests.h', | 150 'test/urlmon_moniker_tests.h', |
| 150 'test/urlmon_moniker_unittest.cc', | 151 'test/urlmon_moniker_unittest.cc', |
| 151 'test/util_unittests.cc', | 152 'test/util_unittests.cc', |
| 152 'test/window_watchdog.h', | 153 'test/window_watchdog.h', |
| 153 'test/window_watchdog.cc', | 154 'test/window_watchdog.cc', |
| 154 'unittest_precompile.h', | 155 'unittest_precompile.h', |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 ], | 861 ], |
| 861 } | 862 } |
| 862 | 863 |
| 863 # vim: shiftwidth=2:et:ai:tabstop=2 | 864 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 864 | 865 |
| 865 # Local Variables: | 866 # Local Variables: |
| 866 # tab-width:2 | 867 # tab-width:2 |
| 867 # indent-tabs-mode:nil | 868 # indent-tabs-mode:nil |
| 868 # End: | 869 # End: |
| 869 # vim: set expandtab tabstop=2 shiftwidth=2: | 870 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |