| 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 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 ], | 688 ], |
| 689 }, | 689 }, |
| 690 { | 690 { |
| 691 'target_name': 'chrome_frame_ie', | 691 'target_name': 'chrome_frame_ie', |
| 692 'type': 'static_library', | 692 'type': 'static_library', |
| 693 'dependencies': [ | 693 'dependencies': [ |
| 694 'chrome_frame_common', | 694 'chrome_frame_common', |
| 695 'chrome_frame_strings', | 695 'chrome_frame_strings', |
| 696 'chrome_frame_utils', | 696 'chrome_frame_utils', |
| 697 'chrome_tab_idl', | 697 'chrome_tab_idl', |
| 698 '../ceee/ie/common/common.gyp:ie_common', |
| 699 '../ceee/ie/common/common.gyp:ie_guids', |
| 698 '../chrome/chrome.gyp:common', | 700 '../chrome/chrome.gyp:common', |
| 699 '../chrome/chrome.gyp:utility', | 701 '../chrome/chrome.gyp:utility', |
| 700 '../build/temp_gyp/googleurl.gyp:googleurl', | 702 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 701 '../third_party/libxml/libxml.gyp:libxml', | 703 '../third_party/libxml/libxml.gyp:libxml', |
| 702 '../third_party/bzip2/bzip2.gyp:bzip2', | 704 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 703 '../webkit/support/webkit_support.gyp:webkit_user_agent', | 705 '../webkit/support/webkit_support.gyp:webkit_user_agent', |
| 704 ], | 706 ], |
| 705 'sources': [ | 707 'sources': [ |
| 706 'bho.cc', | 708 'bho.cc', |
| 707 'bho.h', | 709 'bho.h', |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1075 ], # 'conditions' | 1077 ], # 'conditions' |
| 1076 } | 1078 } |
| 1077 | 1079 |
| 1078 # vim: shiftwidth=2:et:ai:tabstop=2 | 1080 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 1079 | 1081 |
| 1080 # Local Variables: | 1082 # Local Variables: |
| 1081 # tab-width:2 | 1083 # tab-width:2 |
| 1082 # indent-tabs-mode:nil | 1084 # indent-tabs-mode:nil |
| 1083 # End: | 1085 # End: |
| 1084 # vim: set expandtab tabstop=2 shiftwidth=2: | 1086 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |