OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # Keep the archive builder happy. | 9 # Keep the archive builder happy. |
10 'chrome_personalization%': 1, | 10 'chrome_personalization%': 1, |
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
890 ], | 890 ], |
891 'defines': [ | 891 'defines': [ |
892 '_WINDLL', | 892 '_WINDLL', |
893 ], | 893 ], |
894 'sources': [ | 894 'sources': [ |
895 'chrome_frame_elevation.rgs', | 895 'chrome_frame_elevation.rgs', |
896 'chrome_frame_reporting.cc', | 896 'chrome_frame_reporting.cc', |
897 'chrome_frame_reporting.h', | 897 'chrome_frame_reporting.h', |
898 'chrome_tab.cc', | 898 'chrome_tab.cc', |
899 'chrome_tab.def', | 899 'chrome_tab.def', |
| 900 'scoped_initialization_manager.h', |
900 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', | 901 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', |
901 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/npchrome_frame_dll_version.rc', | 902 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/npchrome_frame_dll_version.rc', |
902 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can | 903 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can |
903 # figure out something more gyp-ish. | 904 # figure out something more gyp-ish. |
904 'resources/tlb_resource.rc', | 905 'resources/tlb_resource.rc', |
905 'chrome_tab.rgs', | 906 'chrome_tab.rgs', |
906 'resource.h', | 907 'resource.h', |
907 ], | 908 ], |
908 'conditions': [ | 909 'conditions': [ |
909 ['OS=="win"', { | 910 ['OS=="win"', { |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1079 # Use outputs of this action as inputs for the main target build. | 1080 # Use outputs of this action as inputs for the main target build. |
1080 # Seems as a misnomer but makes this happy on Linux (scons). | 1081 # Seems as a misnomer but makes this happy on Linux (scons). |
1081 'process_outputs_as_sources': 1, | 1082 'process_outputs_as_sources': 1, |
1082 }, | 1083 }, |
1083 ], | 1084 ], |
1084 }, | 1085 }, |
1085 ], | 1086 ], |
1086 }, ], # 'coverage!=0' | 1087 }, ], # 'coverage!=0' |
1087 ], # 'conditions' | 1088 ], # 'conditions' |
1088 } | 1089 } |
OLD | NEW |