| 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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 'chrome_frame_automation.h', | 926 'chrome_frame_automation.h', |
| 927 'chrome_frame_automation.cc', | 927 'chrome_frame_automation.cc', |
| 928 'chrome_frame_delegate.h', | 928 'chrome_frame_delegate.h', |
| 929 'chrome_frame_delegate.cc', | 929 'chrome_frame_delegate.cc', |
| 930 'chrome_frame_plugin.h', | 930 'chrome_frame_plugin.h', |
| 931 'chrome_launcher_utils.cc', | 931 'chrome_launcher_utils.cc', |
| 932 'chrome_launcher_utils.h', | 932 'chrome_launcher_utils.h', |
| 933 'custom_sync_call_context.h', | 933 'custom_sync_call_context.h', |
| 934 'external_tab.h', | 934 'external_tab.h', |
| 935 'external_tab.cc', | 935 'external_tab.cc', |
| 936 'navigation_constraints.h', |
| 937 'navigation_constraints.cc', |
| 936 'plugin_url_request.h', | 938 'plugin_url_request.h', |
| 937 'plugin_url_request.cc', | 939 'plugin_url_request.cc', |
| 938 'sync_msg_reply_dispatcher.h', | 940 'sync_msg_reply_dispatcher.h', |
| 939 'sync_msg_reply_dispatcher.cc', | 941 'sync_msg_reply_dispatcher.cc', |
| 940 'task_marshaller.h', | 942 'task_marshaller.h', |
| 941 'task_marshaller.cc', | 943 'task_marshaller.cc', |
| 942 ] | 944 ] |
| 943 }, | 945 }, |
| 944 { | 946 { |
| 945 'target_name': 'npchrome_frame', | 947 'target_name': 'npchrome_frame', |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1165 ], # 'conditions' | 1167 ], # 'conditions' |
| 1166 } | 1168 } |
| 1167 | 1169 |
| 1168 # vim: shiftwidth=2:et:ai:tabstop=2 | 1170 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 1169 | 1171 |
| 1170 # Local Variables: | 1172 # Local Variables: |
| 1171 # tab-width:2 | 1173 # tab-width:2 |
| 1172 # indent-tabs-mode:nil | 1174 # indent-tabs-mode:nil |
| 1173 # End: | 1175 # End: |
| 1174 # vim: set expandtab tabstop=2 shiftwidth=2: | 1176 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |