| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 3802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3813 }], | 3813 }], |
| 3814 ['OS=="win"', { | 3814 ['OS=="win"', { |
| 3815 'sources': [ '<@(chrome_browser_win_sources)' ], | 3815 'sources': [ '<@(chrome_browser_win_sources)' ], |
| 3816 'include_dirs': [ | 3816 'include_dirs': [ |
| 3817 '<(DEPTH)/third_party/wtl/include', | 3817 '<(DEPTH)/third_party/wtl/include', |
| 3818 ], | 3818 ], |
| 3819 'dependencies': [ | 3819 'dependencies': [ |
| 3820 'chrome_process_finder', | 3820 'chrome_process_finder', |
| 3821 'chrome_watcher_client', | 3821 'chrome_watcher_client', |
| 3822 'installer_util_strings', | 3822 'installer_util_strings', |
| 3823 'kasko_util', |
| 3823 '../chrome/common_constants.gyp:version_header', | 3824 '../chrome/common_constants.gyp:version_header', |
| 3824 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 3825 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
| 3825 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', | 3826 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', |
| 3826 '../chrome_elf/chrome_elf.gyp:dll_hash', | 3827 '../chrome_elf/chrome_elf.gyp:dll_hash', |
| 3827 '../components/components.gyp:browser_watcher', | 3828 '../components/components.gyp:browser_watcher', |
| 3828 '../components/components.gyp:browser_watcher_client', | 3829 '../components/components.gyp:browser_watcher_client', |
| 3829 '../components/components.gyp:startup_metric_utils_common', | 3830 '../components/components.gyp:startup_metric_utils_common', |
| 3830 '../google_update/google_update.gyp:google_update', | 3831 '../google_update/google_update.gyp:google_update', |
| 3831 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3832 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 3832 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 3833 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4194 '../components/components.gyp:rlz', | 4195 '../components/components.gyp:rlz', |
| 4195 '../components/components.gyp:search_engines', | 4196 '../components/components.gyp:search_engines', |
| 4196 '../rlz/rlz.gyp:rlz_lib', | 4197 '../rlz/rlz.gyp:rlz_lib', |
| 4197 'common', | 4198 'common', |
| 4198 ], | 4199 ], |
| 4199 }, | 4200 }, |
| 4200 ], | 4201 ], |
| 4201 }], | 4202 }], |
| 4202 ], | 4203 ], |
| 4203 } | 4204 } |
| OLD | NEW |