| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 914 'sources': [ | 914 'sources': [ |
| 915 'cfproxy.h', | 915 'cfproxy.h', |
| 916 'cfproxy_private.h', | 916 'cfproxy_private.h', |
| 917 'cfproxy_factory.cc', | 917 'cfproxy_factory.cc', |
| 918 'cfproxy_proxy.cc', | 918 'cfproxy_proxy.cc', |
| 919 'cfproxy_support.cc', | 919 'cfproxy_support.cc', |
| 920 'chrome_frame_automation.h', | 920 'chrome_frame_automation.h', |
| 921 'chrome_frame_automation.cc', | 921 'chrome_frame_automation.cc', |
| 922 'chrome_frame_delegate.h', | 922 'chrome_frame_delegate.h', |
| 923 'chrome_frame_delegate.cc', | 923 'chrome_frame_delegate.cc', |
| 924 'chrome_frame_plugin.cc', |
| 924 'chrome_frame_plugin.h', | 925 'chrome_frame_plugin.h', |
| 925 'chrome_launcher_utils.cc', | 926 'chrome_launcher_utils.cc', |
| 926 'chrome_launcher_utils.h', | 927 'chrome_launcher_utils.h', |
| 927 'custom_sync_call_context.h', | 928 'custom_sync_call_context.h', |
| 928 'external_tab.h', | 929 'external_tab.h', |
| 929 'external_tab.cc', | 930 'external_tab.cc', |
| 930 'navigation_constraints.h', | 931 'navigation_constraints.h', |
| 931 'navigation_constraints.cc', | 932 'navigation_constraints.cc', |
| 932 'plugin_url_request.h', | 933 'plugin_url_request.h', |
| 933 'plugin_url_request.cc', | 934 'plugin_url_request.cc', |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1162 ], # 'conditions' | 1163 ], # 'conditions' |
| 1163 } | 1164 } |
| 1164 | 1165 |
| 1165 # vim: shiftwidth=2:et:ai:tabstop=2 | 1166 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 1166 | 1167 |
| 1167 # Local Variables: | 1168 # Local Variables: |
| 1168 # tab-width:2 | 1169 # tab-width:2 |
| 1169 # indent-tabs-mode:nil | 1170 # indent-tabs-mode:nil |
| 1170 # End: | 1171 # End: |
| 1171 # vim: set expandtab tabstop=2 shiftwidth=2: | 1172 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |