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 | 8 |
9 'variables': { | 9 'variables': { |
10 'version_py_path': '../tools/build/version.py', | 10 'version_py_path': '../tools/build/version.py', |
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
879 '../base/base.gyp:base', | 879 '../base/base.gyp:base', |
880 'chrome_frame_ie', | 880 'chrome_frame_ie', |
881 'chrome_frame_npapi', | 881 'chrome_frame_npapi', |
882 'chrome_frame_strings', | 882 'chrome_frame_strings', |
883 'chrome_frame_utils', | 883 'chrome_frame_utils', |
884 'chrome_tab_idl', | 884 'chrome_tab_idl', |
885 'chrome_frame_launcher.gyp:chrome_launcher', | 885 'chrome_frame_launcher.gyp:chrome_launcher', |
886 '../build/temp_gyp/googleurl.gyp:googleurl', | 886 '../build/temp_gyp/googleurl.gyp:googleurl', |
887 'chrome_frame_launcher.gyp:chrome_frame_helper', | 887 'chrome_frame_launcher.gyp:chrome_frame_helper', |
888 'chrome_frame_launcher.gyp:chrome_frame_helper_dll', | 888 'chrome_frame_launcher.gyp:chrome_frame_helper_dll', |
889 '../chrome/chrome.gyp:chrome', | 889 '../chrome/chrome.gyp:chrome', |
amit
2011/04/14 15:48:36
These (chrome, chrome_dll etc) dependencies are th
| |
890 '../chrome/chrome.gyp:chrome_dll', | 890 '../chrome/chrome.gyp:chrome_dll', |
891 '../chrome/chrome.gyp:chrome_dll_version', | 891 '../chrome/chrome.gyp:chrome_dll_version', |
892 '../chrome/chrome.gyp:common', | 892 '../chrome/chrome.gyp:common', |
893 '../chrome/chrome.gyp:utility', | |
894 ], | 893 ], |
895 'sources': [ | 894 'sources': [ |
896 'chrome_frame_elevation.rgs', | 895 'chrome_frame_elevation.rgs', |
897 'chrome_frame_npapi.rgs', | 896 'chrome_frame_npapi.rgs', |
898 'chrome_frame_npapi_entrypoints.cc', | 897 'chrome_frame_npapi_entrypoints.cc', |
899 'chrome_frame_npapi_entrypoints.h', | 898 'chrome_frame_npapi_entrypoints.h', |
900 'chrome_frame_reporting.cc', | 899 'chrome_frame_reporting.cc', |
901 'chrome_frame_reporting.h', | 900 'chrome_frame_reporting.h', |
902 'chrome_tab.cc', | 901 'chrome_tab.cc', |
903 'chrome_tab.def', | 902 'chrome_tab.def', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1099 ], # 'conditions' | 1098 ], # 'conditions' |
1100 } | 1099 } |
1101 | 1100 |
1102 # vim: shiftwidth=2:et:ai:tabstop=2 | 1101 # vim: shiftwidth=2:et:ai:tabstop=2 |
1103 | 1102 |
1104 # Local Variables: | 1103 # Local Variables: |
1105 # tab-width:2 | 1104 # tab-width:2 |
1106 # indent-tabs-mode:nil | 1105 # indent-tabs-mode:nil |
1107 # End: | 1106 # End: |
1108 # vim: set expandtab tabstop=2 shiftwidth=2: | 1107 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |