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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7613001: Don't make chrome_browser depend on all of views gyp, since that builds test binaries as well. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 4153 matching lines...) Expand 10 before | Expand all | Expand 10 after
4164 ], 4164 ],
4165 }], 4165 }],
4166 ['OS=="win"', { 4166 ['OS=="win"', {
4167 'include_dirs': [ 4167 'include_dirs': [
4168 '<(DEPTH)/third_party/wtl/include', 4168 '<(DEPTH)/third_party/wtl/include',
4169 ], 4169 ],
4170 'dependencies': [ 4170 'dependencies': [
4171 '../google_update/google_update.gyp:google_update', 4171 '../google_update/google_update.gyp:google_update',
4172 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 4172 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
4173 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 4173 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
4174 '../views/views.gyp:*', 4174 '../views/views.gyp:views',
4175 '../views/views.gyp:views_desktop_lib',
4175 '../rlz/rlz.gyp:rlz_lib', 4176 '../rlz/rlz.gyp:rlz_lib',
4176 ], 4177 ],
4177 'export_dependent_settings': [ 4178 'export_dependent_settings': [
Evan Martin 2011/08/10 19:52:26 We shouldn't have this at all, but that's not your
4178 '../views/views.gyp:*', 4179 '../views/views.gyp:views',
4180 '../views/views.gyp:views_desktop_lib',
4179 ], 4181 ],
4180 'direct_dependent_settings': { 4182 'direct_dependent_settings': {
4181 'link_settings': { 4183 'link_settings': {
4182 'libraries': [ 4184 'libraries': [
4183 '-llocationapi.lib', 4185 '-llocationapi.lib',
4184 '-lsensorsapi.lib', 4186 '-lsensorsapi.lib',
4185 ], 4187 ],
4186 } 4188 }
4187 }, 4189 },
4188 'sources': [ 4190 'sources': [
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
4987 # weak imports in dependents, who still must #include 4989 # weak imports in dependents, who still must #include
4988 # closure_blocks_leopard_compat.h to get weak imports. 4990 # closure_blocks_leopard_compat.h to get weak imports.
4989 'type': 'none', 4991 'type': 'none',
4990 }], 4992 }],
4991 ], 4993 ],
4992 }, 4994 },
4993 ], 4995 ],
4994 }], 4996 }],
4995 ], 4997 ],
4996 } 4998 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698