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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 'base_noicu', | 832 'base_noicu', |
833 'chrome_frame_ie', | 833 'chrome_frame_ie', |
834 'chrome_frame_npapi', | 834 'chrome_frame_npapi', |
835 'chrome_frame_strings', | 835 'chrome_frame_strings', |
836 'chrome_frame_utils', | 836 'chrome_frame_utils', |
837 'xulrunner_sdk', | 837 'xulrunner_sdk', |
838 'chrome_frame_launcher.gyp:chrome_launcher', | 838 'chrome_frame_launcher.gyp:chrome_launcher', |
839 '../build/temp_gyp/googleurl.gyp:googleurl', | 839 '../build/temp_gyp/googleurl.gyp:googleurl', |
840 'chrome_frame_launcher.gyp:chrome_frame_helper', | 840 'chrome_frame_launcher.gyp:chrome_frame_helper', |
841 'chrome_frame_launcher.gyp:chrome_frame_helper_dll', | 841 'chrome_frame_launcher.gyp:chrome_frame_helper_dll', |
| 842 '../chrome/chrome.gyp:chrome', |
| 843 '../chrome/chrome.gyp:chrome_dll', |
842 '../chrome/chrome.gyp:chrome_version_header', | 844 '../chrome/chrome.gyp:chrome_version_header', |
843 '../chrome/chrome.gyp:common', | 845 '../chrome/chrome.gyp:common', |
844 '../chrome/chrome.gyp:utility', | 846 '../chrome/chrome.gyp:utility', |
845 ], | 847 ], |
846 'sources': [ | 848 'sources': [ |
847 'chrome_frame_npapi.rgs', | 849 'chrome_frame_npapi.rgs', |
848 'chrome_frame_npapi_entrypoints.cc', | 850 'chrome_frame_npapi_entrypoints.cc', |
849 'chrome_frame_npapi_entrypoints.h', | 851 'chrome_frame_npapi_entrypoints.h', |
850 'chrome_frame_reporting.cc', | 852 'chrome_frame_reporting.cc', |
851 'chrome_frame_reporting.h', | 853 'chrome_frame_reporting.h', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1047 ], # 'conditions' | 1049 ], # 'conditions' |
1048 } | 1050 } |
1049 | 1051 |
1050 # vim: shiftwidth=2:et:ai:tabstop=2 | 1052 # vim: shiftwidth=2:et:ai:tabstop=2 |
1051 | 1053 |
1052 # Local Variables: | 1054 # Local Variables: |
1053 # tab-width:2 | 1055 # tab-width:2 |
1054 # indent-tabs-mode:nil | 1056 # indent-tabs-mode:nil |
1055 # End: | 1057 # End: |
1056 # vim: set expandtab tabstop=2 shiftwidth=2: | 1058 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |