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 3923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3934 'include_dirs': [ | 3934 'include_dirs': [ |
3935 '<(DEPTH)/third_party/wtl/include', | 3935 '<(DEPTH)/third_party/wtl/include', |
3936 ], | 3936 ], |
3937 'dependencies': [ | 3937 'dependencies': [ |
3938 'chrome_process_finder', | 3938 'chrome_process_finder', |
3939 'chrome_watcher_client', | 3939 'chrome_watcher_client', |
3940 'file_pre_reader', | 3940 'file_pre_reader', |
3941 'installer_util_strings', | 3941 'installer_util_strings', |
3942 'metrics_constants_util_win', | 3942 'metrics_constants_util_win', |
3943 '../chrome/common_constants.gyp:version_header', | 3943 '../chrome/common_constants.gyp:version_header', |
3944 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 3944 '../chrome_elf/chrome_elf.gyp:blacklist', |
3945 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', | 3945 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', |
3946 '../chrome_elf/chrome_elf.gyp:dll_hash', | 3946 '../chrome_elf/chrome_elf.gyp:dll_hash', |
3947 '../components/components.gyp:browser_watcher', | 3947 '../components/components.gyp:browser_watcher', |
3948 '../components/components.gyp:browser_watcher_client', | 3948 '../components/components.gyp:browser_watcher_client', |
3949 # TODO(fdoray): Remove this once the PreRead field trial has | 3949 # TODO(fdoray): Remove this once the PreRead field trial has |
3950 # expired. crbug.com/577698 | 3950 # expired. crbug.com/577698 |
3951 '../components/components.gyp:startup_metric_utils_win', | 3951 '../components/components.gyp:startup_metric_utils_win', |
3952 '../google_update/google_update.gyp:google_update', | 3952 '../google_update/google_update.gyp:google_update', |
3953 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3953 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
3954 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 3954 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4331 '../components/components.gyp:rlz', | 4331 '../components/components.gyp:rlz', |
4332 '../components/components.gyp:search_engines', | 4332 '../components/components.gyp:search_engines', |
4333 '../rlz/rlz.gyp:rlz_lib', | 4333 '../rlz/rlz.gyp:rlz_lib', |
4334 'common', | 4334 'common', |
4335 ], | 4335 ], |
4336 }, | 4336 }, |
4337 ], | 4337 ], |
4338 }], | 4338 }], |
4339 ], | 4339 ], |
4340 } | 4340 } |
OLD | NEW |