| 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 3753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3764 ], | 3764 ], |
| 3765 'conditions': [ | 3765 'conditions': [ |
| 3766 ['kasko==1', { | 3766 ['kasko==1', { |
| 3767 'dependencies': [ | 3767 'dependencies': [ |
| 3768 'kasko_dll', | 3768 'kasko_dll', |
| 3769 ], | 3769 ], |
| 3770 'export_dependent_settings': [ | 3770 'export_dependent_settings': [ |
| 3771 'kasko_dll', | 3771 'kasko_dll', |
| 3772 ], | 3772 ], |
| 3773 }], | 3773 }], |
| 3774 ['win_use_allocator_shim==1', { | |
| 3775 'dependencies': [ | |
| 3776 '<(allocator_target)', | |
| 3777 ], | |
| 3778 }], | |
| 3779 ['branding!="Chrome"', { | 3774 ['branding!="Chrome"', { |
| 3780 'dependencies!': [ | 3775 'dependencies!': [ |
| 3781 '../google_update/google_update.gyp:google_update', | 3776 '../google_update/google_update.gyp:google_update', |
| 3782 ], | 3777 ], |
| 3783 'sources!': [ | 3778 'sources!': [ |
| 3784 'browser/google/did_run_updater_win.cc', | 3779 'browser/google/did_run_updater_win.cc', |
| 3785 'browser/google/did_run_updater_win.h', | 3780 'browser/google/did_run_updater_win.h', |
| 3786 'browser/google/google_update_win.cc', | 3781 'browser/google/google_update_win.cc', |
| 3787 'browser/google/google_update_win.h', | 3782 'browser/google/google_update_win.h', |
| 3788 ], | 3783 ], |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4107 '../components/components.gyp:omnibox_browser', | 4102 '../components/components.gyp:omnibox_browser', |
| 4108 '../components/components.gyp:rlz', | 4103 '../components/components.gyp:rlz', |
| 4109 '../components/components.gyp:search_engines', | 4104 '../components/components.gyp:search_engines', |
| 4110 '../rlz/rlz.gyp:rlz_lib', | 4105 '../rlz/rlz.gyp:rlz_lib', |
| 4111 ], | 4106 ], |
| 4112 }, | 4107 }, |
| 4113 ], | 4108 ], |
| 4114 }], | 4109 }], |
| 4115 ], | 4110 ], |
| 4116 } | 4111 } |
| OLD | NEW |