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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2101019: Print Preview component extension (Closed)
Patch Set: Put it under a flag Created 10 years, 5 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
« no previous file with comments | « chrome/browser/resources/shared_resources.grd ('k') | chrome/chrome_dll.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) 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',
(...skipping 3413 matching lines...) Expand 10 before | Expand all | Expand 10 after
3424 }, 3424 },
3425 { 3425 {
3426 'target_name': 'component_extensions', 3426 'target_name': 'component_extensions',
3427 'type': 'none', 3427 'type': 'none',
3428 'msvs_guid': '50B52703-525F-404C-BFE2-C46D3375D73E', 3428 'msvs_guid': '50B52703-525F-404C-BFE2-C46D3375D73E',
3429 # TODO(aa): Once the msvs port supports it, change this to recursively 3429 # TODO(aa): Once the msvs port supports it, change this to recursively
3430 # copy the entire directory instead of listing the files. 3430 # copy the entire directory instead of listing the files.
3431 # http://code.google.com/p/gyp/issues/detail?id=143. 3431 # http://code.google.com/p/gyp/issues/detail?id=143.
3432 'copies': [ 3432 'copies': [
3433 { 3433 {
3434 'destination': '<(PRODUCT_DIR)/resources/print_preview',
3435 'files': [
3436 'browser/resources/print_preview/print_preview.html',
3437 'browser/resources/print_preview/manifest.json',
3438 'browser/resources/print_preview/print_preview.css',
3439 'browser/resources/print_preview/page.png',
3440 'browser/resources/print_preview/printer.png',
3441 'browser/resources/print_preview/ss.png',
3442 'browser/resources/print_preview/page2.png'
3443 ]
3444 },
3445 {
3446 'destination': '<(PRODUCT_DIR)/resources/print_preview/js',
3447 'files': [
3448 'browser/resources/print_preview/js/preview_list.js'
3449 ]
3450 },
3451 {
3452 'destination': '<(PRODUCT_DIR)/resources/print_preview/images',
3453 'files': [
3454 'browser/resources/print_preview/images/available.png',
3455 'browser/resources/print_preview/images/unavailable.png'
3456 ]
3457 },
3458 {
3459 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager',
3460 'files': [
3461 'browser/resources/bookmark_manager/main.html',
3462 'browser/resources/bookmark_manager/manifest.json',
3463 ]
3464 },
3465 {
3466 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/css',
3467 'files': [
3468 'browser/resources/bookmark_manager/css/bmm.css',
3469 'browser/resources/bookmark_manager/css/bmm.css.js',
3470 ]
3471 },
3472 {
3473 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/js',
3474 'files': [
3475 'browser/resources/bookmark_manager/js/bmm.js',
3476 ]
3477 },
3478 {
3479 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/js/bmm',
3480 'files': [
3481 'browser/resources/bookmark_manager/js/bmm/bookmark_list.js',
3482 'browser/resources/bookmark_manager/js/bmm/bookmark_tree.js',
3483 'browser/resources/bookmark_manager/js/bmm/tree_iterator.js',
3484 ]
3485 },
3486 {
3487 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/images',
3488 'files': [
3489 'browser/resources/bookmark_manager/images/bookmark_manager_recent.p ng',
3490 'browser/resources/bookmark_manager/images/bookmark_manager_search.p ng',
3491 'browser/resources/bookmark_manager/images/bookmarks_favicon.png',
3492 'browser/resources/bookmark_manager/images/bookmarks_section.png',
3493 'browser/resources/bookmark_manager/images/bookmarks_section_32.png' ,
3494 ]
3495 },
3496 {
3434 'destination': '<(PRODUCT_DIR)/resources/gmail_app', 3497 'destination': '<(PRODUCT_DIR)/resources/gmail_app',
3435 'files': [ 3498 'files': [
3436 'browser/resources/gmail_app/manifest.json', 3499 'browser/resources/gmail_app/manifest.json',
3437 'browser/resources/gmail_app/128.png', 3500 'browser/resources/gmail_app/128.png',
3438 'browser/resources/gmail_app/48.png', 3501 'browser/resources/gmail_app/48.png',
3439 'browser/resources/gmail_app/32.png', 3502 'browser/resources/gmail_app/32.png',
3440 'browser/resources/gmail_app/24.png', 3503 'browser/resources/gmail_app/24.png',
3441 ] 3504 ]
3442 }, 3505 },
3443 { 3506 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
3515 ], 3578 ],
3516 }, 3579 },
3517 ], 3580 ],
3518 } 3581 }
3519 3582
3520 # Local Variables: 3583 # Local Variables:
3521 # tab-width:2 3584 # tab-width:2
3522 # indent-tabs-mode:nil 3585 # indent-tabs-mode:nil
3523 # End: 3586 # End:
3524 # vim: set expandtab tabstop=2 shiftwidth=2: 3587 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared_resources.grd ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698