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 'chrome_version_info', | 15 'chrome_version_info', |
16 'component_extensions', | 16 'component_extensions', |
| 17 'domui_shared_resources', |
17 'net_internals_resources', | 18 'net_internals_resources', |
18 'platform_locale_settings', | 19 'platform_locale_settings', |
19 'sync_proto', | 20 'sync_proto', |
20 'syncapi', | 21 'syncapi', |
21 'theme_resources', | 22 'theme_resources', |
22 '../app/app.gyp:app_resources', | 23 '../app/app.gyp:app_resources', |
23 '../app/app.gyp:app_strings', | 24 '../app/app.gyp:app_strings', |
24 '../media/media.gyp:media', | 25 '../media/media.gyp:media', |
25 '../printing/printing.gyp:printing', | 26 '../printing/printing.gyp:printing', |
26 '../skia/skia.gyp:skia', | 27 '../skia/skia.gyp:skia', |
(...skipping 3119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3146 'browser/history_tab_ui.cc', | 3147 'browser/history_tab_ui.cc', |
3147 'browser/history_view.cc', | 3148 'browser/history_view.cc', |
3148 'browser/ime_input.cc', | 3149 'browser/ime_input.cc', |
3149 'browser/importer/ie_importer.cc', | 3150 'browser/importer/ie_importer.cc', |
3150 'browser/jumplist.cc', | 3151 'browser/jumplist.cc', |
3151 ], | 3152 ], |
3152 }], | 3153 }], |
3153 ], | 3154 ], |
3154 }, | 3155 }, |
3155 { | 3156 { |
3156 'target_name': 'component_extensions', | 3157 'target_name': 'domui_shared_resources', |
3157 'type': 'none', | 3158 'type': 'none', |
3158 'msvs_guid': '50B52703-525F-404C-BFE2-C46D3375D73E', | 3159 'msvs_guid': '7BB23C84-71AA-4320-9EE1-9EBCDB04C964', |
3159 # TODO(aa): Once the msvs port supports it, change this to recursively | 3160 # TODO(arv): Once the msvs port supports it, change this to recursively |
3160 # copy the entire directory instead of listing the files. | 3161 # copy the entire directory instead of listing the files. |
| 3162 # TODO(arv): We also need to allow filters so we do not copy the test |
| 3163 # files. Tony said that another option would be to run a python script |
| 3164 # here instead. |
3161 # http://code.google.com/p/gyp/issues/detail?id=143. | 3165 # http://code.google.com/p/gyp/issues/detail?id=143. |
3162 'copies': [ | 3166 'copies': [ |
3163 { | 3167 { |
3164 'destination': '<(PRODUCT_DIR)/resources/shared/css', | 3168 'destination': '<(PRODUCT_DIR)/resources/shared/css', |
3165 'files': [ | 3169 'files': [ |
3166 'browser/resources/shared/css/list.css', | 3170 'browser/resources/shared/css/list.css', |
3167 'browser/resources/shared/css/menu.css', | 3171 'browser/resources/shared/css/menu.css', |
3168 'browser/resources/shared/css/tree.css', | 3172 'browser/resources/shared/css/tree.css', |
3169 'browser/resources/shared/css/tree.css.js', | 3173 'browser/resources/shared/css/tree.css.js', |
3170 ] | 3174 ] |
3171 }, | 3175 }, |
3172 { | 3176 { |
| 3177 'destination': '<(PRODUCT_DIR)/resources/shared/images', |
| 3178 'files': [ |
| 3179 '../app/resources/folder_closed.png', |
| 3180 '../app/resources/folder_closed_rtl.png', |
| 3181 '../app/resources/folder_open.png', |
| 3182 '../app/resources/folder_open_rtl.png', |
| 3183 'app/theme/bookmark_bar_folder_mac.png', |
| 3184 ] |
| 3185 }, |
| 3186 { |
3173 'destination': '<(PRODUCT_DIR)/resources/shared/js', | 3187 'destination': '<(PRODUCT_DIR)/resources/shared/js', |
3174 'files': [ | 3188 'files': [ |
3175 'browser/resources/shared/js/cr_test.html', | 3189 'browser/resources/shared/js/cr_test.html', |
3176 'browser/resources/shared/js/cr.js', | 3190 'browser/resources/shared/js/cr.js', |
3177 'browser/resources/shared/js/i18ntemplate.js', | 3191 'browser/resources/shared/js/i18ntemplate.js', |
3178 'browser/resources/shared/js/localstrings.js', | 3192 'browser/resources/shared/js/localstrings.js', |
3179 'browser/resources/shared/js/util.js', | 3193 'browser/resources/shared/js/util.js', |
3180 ] | 3194 ] |
3181 }, | 3195 }, |
3182 { | 3196 { |
3183 'destination': '<(PRODUCT_DIR)/resources/shared/js/cr', | 3197 'destination': '<(PRODUCT_DIR)/resources/shared/js/cr', |
3184 'files': [ | 3198 'files': [ |
3185 'browser/resources/shared/js/cr/event.js', | 3199 'browser/resources/shared/js/cr/event.js', |
3186 'browser/resources/shared/js/cr/eventtarget_test.html', | 3200 'browser/resources/shared/js/cr/eventtarget_test.html', |
3187 'browser/resources/shared/js/cr/eventtarget.js', | 3201 'browser/resources/shared/js/cr/eventtarget.js', |
3188 'browser/resources/shared/js/cr/linkcontroller_test.html', | 3202 'browser/resources/shared/js/cr/linkcontroller_test.html', |
3189 'browser/resources/shared/js/cr/linkcontroller.js', | 3203 'browser/resources/shared/js/cr/linkcontroller.js', |
(...skipping 10 matching lines...) Expand all Loading... |
3200 'browser/resources/shared/js/cr/ui/list.js', | 3214 'browser/resources/shared/js/cr/ui/list.js', |
3201 'browser/resources/shared/js/cr/ui/listitem.js', | 3215 'browser/resources/shared/js/cr/ui/listitem.js', |
3202 'browser/resources/shared/js/cr/ui/listselectionmodel.js', | 3216 'browser/resources/shared/js/cr/ui/listselectionmodel.js', |
3203 'browser/resources/shared/js/cr/ui/menu.js', | 3217 'browser/resources/shared/js/cr/ui/menu.js', |
3204 'browser/resources/shared/js/cr/ui/menubutton.js', | 3218 'browser/resources/shared/js/cr/ui/menubutton.js', |
3205 'browser/resources/shared/js/cr/ui/menuitem.js', | 3219 'browser/resources/shared/js/cr/ui/menuitem.js', |
3206 'browser/resources/shared/js/cr/ui/splitter.js', | 3220 'browser/resources/shared/js/cr/ui/splitter.js', |
3207 'browser/resources/shared/js/cr/ui/tree.js', | 3221 'browser/resources/shared/js/cr/ui/tree.js', |
3208 ] | 3222 ] |
3209 }, | 3223 }, |
| 3224 ] |
| 3225 }, |
| 3226 { |
| 3227 'target_name': 'component_extensions', |
| 3228 'type': 'none', |
| 3229 'msvs_guid': '50B52703-525F-404C-BFE2-C46D3375D73E', |
| 3230 # TODO(aa): Once the msvs port supports it, change this to recursively |
| 3231 # copy the entire directory instead of listing the files. |
| 3232 # http://code.google.com/p/gyp/issues/detail?id=143. |
| 3233 'copies': [ |
3210 { | 3234 { |
3211 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager', | 3235 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager', |
3212 'files': [ | 3236 'files': [ |
3213 'browser/resources/bookmark_manager/main.html', | 3237 'browser/resources/bookmark_manager/main.html', |
3214 'browser/resources/bookmark_manager/manifest.json', | 3238 'browser/resources/bookmark_manager/manifest.json', |
3215 ] | 3239 ] |
3216 }, | 3240 }, |
3217 { | 3241 { |
3218 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/css', | 3242 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/css', |
3219 'files': [ | 3243 'files': [ |
(...skipping 11 matching lines...) Expand all Loading... |
3231 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/js/bmm', | 3255 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/js/bmm', |
3232 'files': [ | 3256 'files': [ |
3233 'browser/resources/bookmark_manager/js/bmm/bookmarklist.js', | 3257 'browser/resources/bookmark_manager/js/bmm/bookmarklist.js', |
3234 'browser/resources/bookmark_manager/js/bmm/bookmarktree.js', | 3258 'browser/resources/bookmark_manager/js/bmm/bookmarktree.js', |
3235 'browser/resources/bookmark_manager/js/bmm/treeiterator.js', | 3259 'browser/resources/bookmark_manager/js/bmm/treeiterator.js', |
3236 ] | 3260 ] |
3237 }, | 3261 }, |
3238 { | 3262 { |
3239 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/images', | 3263 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/images', |
3240 'files': [ | 3264 'files': [ |
3241 'browser/resources/bookmark_manager/images/bookmark_bar_folder_mac.p
ng', | |
3242 'browser/resources/bookmark_manager/images/bookmark_manager_recent.p
ng', | 3265 'browser/resources/bookmark_manager/images/bookmark_manager_recent.p
ng', |
3243 'browser/resources/bookmark_manager/images/bookmark_manager_search.p
ng', | 3266 'browser/resources/bookmark_manager/images/bookmark_manager_search.p
ng', |
3244 'browser/resources/bookmark_manager/images/bookmarks_favicon.png', | 3267 'browser/resources/bookmark_manager/images/bookmarks_favicon.png', |
3245 'browser/resources/bookmark_manager/images/bookmarks_section.png', | 3268 'browser/resources/bookmark_manager/images/bookmarks_section.png', |
3246 'browser/resources/bookmark_manager/images/folder_closed.png', | 3269 'browser/resources/bookmark_manager/images/bookmarks_section_32.png'
, |
3247 'browser/resources/bookmark_manager/images/folder_closed_rtl.png', | |
3248 'browser/resources/bookmark_manager/images/folder_open.png', | |
3249 'browser/resources/bookmark_manager/images/folder_open_rtl.png', | |
3250 ] | 3270 ] |
3251 }, | 3271 }, |
3252 { | 3272 { |
3253 'destination': '<(PRODUCT_DIR)/resources/gmail_app', | 3273 'destination': '<(PRODUCT_DIR)/resources/gmail_app', |
3254 'files': [ | 3274 'files': [ |
3255 'browser/resources/gmail_app/manifest.json', | 3275 'browser/resources/gmail_app/manifest.json', |
3256 'browser/resources/gmail_app/128.png', | 3276 'browser/resources/gmail_app/128.png', |
3257 'browser/resources/gmail_app/48.png', | 3277 'browser/resources/gmail_app/48.png', |
3258 'browser/resources/gmail_app/32.png', | 3278 'browser/resources/gmail_app/32.png', |
3259 'browser/resources/gmail_app/24.png', | 3279 'browser/resources/gmail_app/24.png', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3312 ] | 3332 ] |
3313 }, | 3333 }, |
3314 ], | 3334 ], |
3315 } | 3335 } |
3316 | 3336 |
3317 # Local Variables: | 3337 # Local Variables: |
3318 # tab-width:2 | 3338 # tab-width:2 |
3319 # indent-tabs-mode:nil | 3339 # indent-tabs-mode:nil |
3320 # End: | 3340 # End: |
3321 # vim: set expandtab tabstop=2 shiftwidth=2: | 3341 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |