| OLD | NEW |
| 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 Loading... |
| 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 }, | |
| 4193 'sources': [ | 4185 'sources': [ |
| 4194 'browser/first_run/upgrade_util.cc', | 4186 'browser/first_run/upgrade_util.cc', |
| 4195 'browser/first_run/upgrade_util.h', | 4187 'browser/first_run/upgrade_util.h', |
| 4196 # Using built-in rule in vstudio for midl. | 4188 # Using built-in rule in vstudio for midl. |
| 4197 'browser/history/history_indexer.idl', | 4189 'browser/history/history_indexer.idl', |
| 4198 'browser/ui/webui/conflicts_ui.cc', | 4190 'browser/ui/webui/conflicts_ui.cc', |
| 4199 'browser/ui/webui/conflicts_ui.h', | 4191 'browser/ui/webui/conflicts_ui.h', |
| 4200 ], | 4192 ], |
| 4201 'sources!': [ | 4193 'sources!': [ |
| 4202 'browser/history/history_publisher_none.cc', | 4194 'browser/history/history_publisher_none.cc', |
| (...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4887 # weak imports in dependents, who still must #include | 4879 # weak imports in dependents, who still must #include |
| 4888 # closure_blocks_leopard_compat.h to get weak imports. | 4880 # closure_blocks_leopard_compat.h to get weak imports. |
| 4889 'type': 'none', | 4881 'type': 'none', |
| 4890 }], | 4882 }], |
| 4891 ], | 4883 ], |
| 4892 }, | 4884 }, |
| 4893 ], | 4885 ], |
| 4894 }], | 4886 }], |
| 4895 ], | 4887 ], |
| 4896 } | 4888 } |
| OLD | NEW |