| 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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 'type': 'shared_library', | 698 'type': 'shared_library', |
| 699 'msvs_guid': 'E3DE7E63-D3B6-4A9F-BCC4-5C8169E9C9F2', | 699 'msvs_guid': 'E3DE7E63-D3B6-4A9F-BCC4-5C8169E9C9F2', |
| 700 'dependencies': [ | 700 'dependencies': [ |
| 701 'base_noicu', | 701 'base_noicu', |
| 702 'chrome_frame_ie', | 702 'chrome_frame_ie', |
| 703 'chrome_frame_npapi', | 703 'chrome_frame_npapi', |
| 704 'chrome_frame_strings', | 704 'chrome_frame_strings', |
| 705 'chrome_frame_utils', | 705 'chrome_frame_utils', |
| 706 'chrome_launcher', | 706 'chrome_launcher', |
| 707 'xulrunner_sdk', | 707 'xulrunner_sdk', |
| 708 '../chrome/chrome.gyp:chrome_version_info', |
| 708 '../chrome/chrome.gyp:common', | 709 '../chrome/chrome.gyp:common', |
| 709 '../chrome/chrome.gyp:utility', | 710 '../chrome/chrome.gyp:utility', |
| 710 '../build/temp_gyp/googleurl.gyp:googleurl', | 711 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 711 ], | 712 ], |
| 712 'sources': [ | 713 'sources': [ |
| 713 'chrome_frame_npapi.rgs', | 714 'chrome_frame_npapi.rgs', |
| 714 'chrome_frame_npapi_entrypoints.cc', | 715 'chrome_frame_npapi_entrypoints.cc', |
| 715 'chrome_frame_npapi_entrypoints.h', | 716 'chrome_frame_npapi_entrypoints.h', |
| 716 'chrome_tab.cc', | 717 'chrome_tab.cc', |
| 717 'chrome_tab.def', | 718 'chrome_tab.def', |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 ], | 819 ], |
| 819 } | 820 } |
| 820 | 821 |
| 821 # vim: shiftwidth=2:et:ai:tabstop=2 | 822 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 822 | 823 |
| 823 # Local Variables: | 824 # Local Variables: |
| 824 # tab-width:2 | 825 # tab-width:2 |
| 825 # indent-tabs-mode:nil | 826 # indent-tabs-mode:nil |
| 826 # End: | 827 # End: |
| 827 # vim: set expandtab tabstop=2 shiftwidth=2: | 828 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |