| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 'direct_dependent_settings': { | 714 'direct_dependent_settings': { |
| 715 'include_dirs': [ | 715 'include_dirs': [ |
| 716 '..', | 716 '..', |
| 717 ], | 717 ], |
| 718 }, | 718 }, |
| 719 'dependencies': [ | 719 'dependencies': [ |
| 720 '<(DEPTH)/base/base.gyp:base', | 720 '<(DEPTH)/base/base.gyp:base', |
| 721 '<(DEPTH)/chrome/chrome.gyp:launcher_support', | 721 '<(DEPTH)/chrome/chrome.gyp:launcher_support', |
| 722 ], | 722 ], |
| 723 'sources': [ | 723 'sources': [ |
| 724 'browser/extensions/app_host.rc', |
| 724 'browser/extensions/app_host_stub_main.cc', | 725 'browser/extensions/app_host_stub_main.cc', |
| 725 ], | 726 ], |
| 726 }, | 727 }, |
| 727 ], | 728 ], |
| 728 }, ], # 'OS=="win"' | 729 }, ], # 'OS=="win"' |
| 729 ], # 'conditions' | 730 ], # 'conditions' |
| 730 } | 731 } |
| 731 | 732 |
| OLD | NEW |