Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1462853002: [clean-up] Remove allocator.gyp dependency from library targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to chrome_child_dll Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698