OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
11 'dependencies': [ | 11 'dependencies': [ |
12 'common', | 12 'common', |
13 'chrome_resources', | 13 'chrome_resources', |
14 'chrome_strings', | 14 'chrome_strings', |
15 'platform_locale_settings', | 15 'platform_locale_settings', |
16 'sync_proto', | 16 'sync_proto', |
17 'theme_resources', | 17 'theme_resources', |
18 '../app/app.gyp:app_resources', | 18 '../app/app.gyp:app_resources', |
19 '../app/app.gyp:app_strings', | 19 '../app/app.gyp:app_strings', |
20 '../media/media.gyp:media', | 20 '../media/media.gyp:media', |
21 '../printing/printing.gyp:printing', | 21 '../printing/printing.gyp:printing', |
22 '../skia/skia.gyp:skia', | 22 '../skia/skia.gyp:skia', |
23 '../third_party/bzip2/bzip2.gyp:bzip2', | 23 '../third_party/bzip2/bzip2.gyp:bzip2', |
24 '../third_party/icu/icu.gyp:icui18n', | 24 '../third_party/icu/icu.gyp:icui18n', |
25 '../third_party/icu/icu.gyp:icuuc', | 25 '../third_party/icu/icu.gyp:icuuc', |
26 '../third_party/libjingle/libjingle.gyp:libjingle', | 26 '../third_party/libjingle/libjingle.gyp:libjingle', |
27 '../third_party/libxml/libxml.gyp:libxml', | 27 '../third_party/libxml/libxml.gyp:libxml', |
28 '../third_party/npapi/npapi.gyp:npapi', | 28 '../third_party/npapi/npapi.gyp:npapi', |
29 '../third_party/hunspell/hunspell.gyp:hunspell', | 29 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 30 '../webkit/webkit.gyp:appcache', |
30 '../webkit/webkit.gyp:database', | 31 '../webkit/webkit.gyp:database', |
31 '../webkit/webkit.gyp:glue', | 32 '../webkit/webkit.gyp:glue', |
32 ], | 33 ], |
33 'include_dirs': [ | 34 'include_dirs': [ |
34 '..', | 35 '..', |
35 '<(INTERMEDIATE_DIR)', | 36 '<(INTERMEDIATE_DIR)', |
36 ], | 37 ], |
37 'defines': [ | 38 'defines': [ |
38 '<@(nacl_defines)', | 39 '<@(nacl_defines)', |
39 ], | 40 ], |
(...skipping 14 matching lines...) Expand all Loading... |
54 'browser/app_controller_mac.mm', | 55 'browser/app_controller_mac.mm', |
55 'browser/app_menu_model.cc', | 56 'browser/app_menu_model.cc', |
56 'browser/app_menu_model.h', | 57 'browser/app_menu_model.h', |
57 'browser/app_modal_dialog.cc', | 58 'browser/app_modal_dialog.cc', |
58 'browser/app_modal_dialog.h', | 59 'browser/app_modal_dialog.h', |
59 'browser/app_modal_dialog_gtk.cc', | 60 'browser/app_modal_dialog_gtk.cc', |
60 'browser/app_modal_dialog_mac.mm', | 61 'browser/app_modal_dialog_mac.mm', |
61 'browser/app_modal_dialog_win.cc', | 62 'browser/app_modal_dialog_win.cc', |
62 'browser/app_modal_dialog_queue.cc', | 63 'browser/app_modal_dialog_queue.cc', |
63 'browser/app_modal_dialog_queue.h', | 64 'browser/app_modal_dialog_queue.h', |
| 65 'browser/appcache/appcache_dispatcher_host.cc', |
| 66 'browser/appcache/appcache_dispatcher_host.h', |
| 67 'browser/appcache/appcache_frontend_proxy.cc', |
| 68 'browser/appcache/appcache_frontend_proxy.h', |
| 69 'browser/appcache/chrome_appcache_service.cc', |
| 70 'browser/appcache/chrome_appcache_service.h', |
64 'browser/autocomplete/autocomplete.cc', | 71 'browser/autocomplete/autocomplete.cc', |
65 'browser/autocomplete/autocomplete.h', | 72 'browser/autocomplete/autocomplete.h', |
66 'browser/autocomplete/autocomplete_accessibility.cc', | 73 'browser/autocomplete/autocomplete_accessibility.cc', |
67 'browser/autocomplete/autocomplete_accessibility.h', | 74 'browser/autocomplete/autocomplete_accessibility.h', |
68 'browser/autocomplete/autocomplete_edit.cc', | 75 'browser/autocomplete/autocomplete_edit.cc', |
69 'browser/autocomplete/autocomplete_edit.h', | 76 'browser/autocomplete/autocomplete_edit.h', |
70 'browser/autocomplete/autocomplete_edit_view.h', | 77 'browser/autocomplete/autocomplete_edit_view.h', |
71 'browser/autocomplete/autocomplete_edit_view_gtk.cc', | 78 'browser/autocomplete/autocomplete_edit_view_gtk.cc', |
72 'browser/autocomplete/autocomplete_edit_view_gtk.h', | 79 'browser/autocomplete/autocomplete_edit_view_gtk.h', |
73 'browser/autocomplete/autocomplete_edit_view_mac.h', | 80 'browser/autocomplete/autocomplete_edit_view_mac.h', |
(...skipping 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2831 ], | 2838 ], |
2832 }, | 2839 }, |
2833 ], | 2840 ], |
2834 } | 2841 } |
2835 | 2842 |
2836 # Local Variables: | 2843 # Local Variables: |
2837 # tab-width:2 | 2844 # tab-width:2 |
2838 # indent-tabs-mode:nil | 2845 # indent-tabs-mode:nil |
2839 # End: | 2846 # End: |
2840 # vim: set expandtab tabstop=2 shiftwidth=2: | 2847 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |