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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7743007: Revert 98164 since there are missing dependencies on linux views build - Move resource_dispatcher... (Closed) Base URL: svn://svn.chromium.org/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 | chrome/chrome_tests.gypi » ('j') | 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 4164 matching lines...) Expand 10 before | Expand all | Expand 10 after
4175 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 4175 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
4176 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 4176 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
4177 '../views/views.gyp:views', 4177 '../views/views.gyp:views',
4178 '../views/views.gyp:views_desktop_lib', 4178 '../views/views.gyp:views_desktop_lib',
4179 '../rlz/rlz.gyp:rlz_lib', 4179 '../rlz/rlz.gyp:rlz_lib',
4180 ], 4180 ],
4181 'export_dependent_settings': [ 4181 'export_dependent_settings': [
4182 '../views/views.gyp:views', 4182 '../views/views.gyp:views',
4183 '../views/views.gyp:views_desktop_lib', 4183 '../views/views.gyp:views_desktop_lib',
4184 ], 4184 ],
4185 'direct_dependent_settings': {
4186 'link_settings': {
4187 'libraries': [
4188 '-llocationapi.lib',
4189 '-lsensorsapi.lib',
4190 ],
4191 }
4192 },
4185 'sources': [ 4193 'sources': [
4186 'browser/first_run/upgrade_util.cc', 4194 'browser/first_run/upgrade_util.cc',
4187 'browser/first_run/upgrade_util.h', 4195 'browser/first_run/upgrade_util.h',
4188 # Using built-in rule in vstudio for midl. 4196 # Using built-in rule in vstudio for midl.
4189 'browser/history/history_indexer.idl', 4197 'browser/history/history_indexer.idl',
4190 'browser/ui/webui/conflicts_ui.cc', 4198 'browser/ui/webui/conflicts_ui.cc',
4191 'browser/ui/webui/conflicts_ui.h', 4199 'browser/ui/webui/conflicts_ui.h',
4192 ], 4200 ],
4193 'sources!': [ 4201 'sources!': [
4194 'browser/history/history_publisher_none.cc', 4202 'browser/history/history_publisher_none.cc',
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
4879 # weak imports in dependents, who still must #include 4887 # weak imports in dependents, who still must #include
4880 # closure_blocks_leopard_compat.h to get weak imports. 4888 # closure_blocks_leopard_compat.h to get weak imports.
4881 'type': 'none', 4889 'type': 'none',
4882 }], 4890 }],
4883 ], 4891 ],
4884 }, 4892 },
4885 ], 4893 ],
4886 }], 4894 }],
4887 ], 4895 ],
4888 } 4896 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698