| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'type': 'static_library', | 307 'type': 'static_library', |
| 308 'dependencies': [ | 308 'dependencies': [ |
| 309 'common', | 309 'common', |
| 310 'resources', | 310 'resources', |
| 311 '../media/media.gyp:media', | 311 '../media/media.gyp:media', |
| 312 '../skia/skia.gyp:skia', | 312 '../skia/skia.gyp:skia', |
| 313 '../third_party/icu38/icu38.gyp:icui18n', | 313 '../third_party/icu38/icu38.gyp:icui18n', |
| 314 '../third_party/icu38/icu38.gyp:icuuc', | 314 '../third_party/icu38/icu38.gyp:icuuc', |
| 315 '../third_party/libxml/libxml.gyp:libxml', | 315 '../third_party/libxml/libxml.gyp:libxml', |
| 316 '../third_party/npapi/npapi.gyp:npapi', | 316 '../third_party/npapi/npapi.gyp:npapi', |
| 317 'third_party/hunspell/hunspell.gyp:hunspell', |
| 317 ], | 318 ], |
| 318 'include_dirs': [ | 319 'include_dirs': [ |
| 319 '..', | 320 '..', |
| 320 ], | 321 ], |
| 321 'sources': [ | 322 'sources': [ |
| 322 # All .cc, .h, .m, and .mm files under browser except for tests and | 323 # All .cc, .h, .m, and .mm files under browser except for tests and |
| 323 # mocks. | 324 # mocks. |
| 324 'browser/autocomplete/autocomplete.cc', | 325 'browser/autocomplete/autocomplete.cc', |
| 325 'browser/autocomplete/autocomplete.h', | 326 'browser/autocomplete/autocomplete.h', |
| 326 'browser/autocomplete/autocomplete_accessibility.cc', | 327 'browser/autocomplete/autocomplete_accessibility.cc', |
| (...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1188 'browser/history_view.cc', | 1189 'browser/history_view.cc', |
| 1189 'browser/icon_loader.cc', | 1190 'browser/icon_loader.cc', |
| 1190 'browser/icon_manager.cc', | 1191 'browser/icon_manager.cc', |
| 1191 'browser/ime_input.cc', | 1192 'browser/ime_input.cc', |
| 1192 'browser/jankometer.cc', | 1193 'browser/jankometer.cc', |
| 1193 'browser/login_prompt.cc', | 1194 'browser/login_prompt.cc', |
| 1194 'browser/memory_details.cc', | 1195 'browser/memory_details.cc', |
| 1195 'browser/modal_html_dialog_delegate.cc', | 1196 'browser/modal_html_dialog_delegate.cc', |
| 1196 'browser/sandbox_policy.cc', | 1197 'browser/sandbox_policy.cc', |
| 1197 'browser/shell_integration.cc', | 1198 'browser/shell_integration.cc', |
| 1198 'browser/spellchecker.cc', | |
| 1199 'browser/task_manager.cc', | 1199 'browser/task_manager.cc', |
| 1200 'browser/task_manager_resource_providers.cc', | 1200 'browser/task_manager_resource_providers.cc', |
| 1201 'browser/window_sizer.cc', | 1201 'browser/window_sizer.cc', |
| 1202 ], | 1202 ], |
| 1203 }], | 1203 }], |
| 1204 ], | 1204 ], |
| 1205 }, | 1205 }, |
| 1206 { | 1206 { |
| 1207 'target_name': 'renderer', | 1207 'target_name': 'renderer', |
| 1208 'type': 'static_library', | 1208 'type': 'static_library', |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1654 'common/pref_service_unittest.cc', | 1654 'common/pref_service_unittest.cc', |
| 1655 'common/time_format_unittest.cc', | 1655 'common/time_format_unittest.cc', |
| 1656 'renderer/render_view_unittest.cc', | 1656 'renderer/render_view_unittest.cc', |
| 1657 'renderer/render_widget_unittest.cc', | 1657 'renderer/render_widget_unittest.cc', |
| 1658 ], | 1658 ], |
| 1659 }], | 1659 }], |
| 1660 ], | 1660 ], |
| 1661 }, | 1661 }, |
| 1662 ], | 1662 ], |
| 1663 } | 1663 } |
| OLD | NEW |