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 3880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3891 'include_dirs': [ | 3891 'include_dirs': [ |
3892 '<(DEPTH)/third_party/wtl/include', | 3892 '<(DEPTH)/third_party/wtl/include', |
3893 ], | 3893 ], |
3894 'dependencies': [ | 3894 'dependencies': [ |
3895 'chrome_process_finder', | 3895 'chrome_process_finder', |
3896 'chrome_watcher_client', | 3896 'chrome_watcher_client', |
3897 'file_pre_reader', | 3897 'file_pre_reader', |
3898 'installer_util_strings', | 3898 'installer_util_strings', |
3899 'metrics_constants_util_win', | 3899 'metrics_constants_util_win', |
3900 '../chrome/common_constants.gyp:version_header', | 3900 '../chrome/common_constants.gyp:version_header', |
3901 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 3901 '../chrome_elf/chrome_elf.gyp:blacklist', |
3902 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', | 3902 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', |
3903 '../chrome_elf/chrome_elf.gyp:dll_hash', | 3903 '../chrome_elf/chrome_elf.gyp:dll_hash', |
3904 '../components/components.gyp:browser_watcher', | 3904 '../components/components.gyp:browser_watcher', |
3905 '../components/components.gyp:browser_watcher_client', | 3905 '../components/components.gyp:browser_watcher_client', |
3906 # TODO(fdoray): Remove this once the PreRead field trial has | 3906 # TODO(fdoray): Remove this once the PreRead field trial has |
3907 # expired. crbug.com/577698 | 3907 # expired. crbug.com/577698 |
3908 '../components/components.gyp:startup_metric_utils_win', | 3908 '../components/components.gyp:startup_metric_utils_win', |
3909 '../google_update/google_update.gyp:google_update', | 3909 '../google_update/google_update.gyp:google_update', |
3910 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3910 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
3911 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 3911 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4294 '../components/components.gyp:rlz', | 4294 '../components/components.gyp:rlz', |
4295 '../components/components.gyp:search_engines', | 4295 '../components/components.gyp:search_engines', |
4296 '../rlz/rlz.gyp:rlz_lib', | 4296 '../rlz/rlz.gyp:rlz_lib', |
4297 'common', | 4297 'common', |
4298 ], | 4298 ], |
4299 }, | 4299 }, |
4300 ], | 4300 ], |
4301 }], | 4301 }], |
4302 ], | 4302 ], |
4303 } | 4303 } |
OLD | NEW |