| 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', |
| (...skipping 2688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2699 'browser/worker_host/worker_process_host.cc', | 2699 'browser/worker_host/worker_process_host.cc', |
| 2700 'browser/worker_host/worker_process_host.h', | 2700 'browser/worker_host/worker_process_host.h', |
| 2701 'browser/worker_host/worker_service.cc', | 2701 'browser/worker_host/worker_service.cc', |
| 2702 'browser/worker_host/worker_service.h', | 2702 'browser/worker_host/worker_service.h', |
| 2703 'browser/wrench_menu_model.cc', | 2703 'browser/wrench_menu_model.cc', |
| 2704 'browser/wrench_menu_model.h', | 2704 'browser/wrench_menu_model.h', |
| 2705 'browser/zygote_host_linux.cc', | 2705 'browser/zygote_host_linux.cc', |
| 2706 'browser/zygote_main_linux.cc', | 2706 'browser/zygote_main_linux.cc', |
| 2707 | 2707 |
| 2708 # These files are generated by GRIT. | 2708 # These files are generated by GRIT. |
| 2709 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', |
| 2709 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2710 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 2710 '<(grit_out_dir)/grit/net_internals_resources_map.cc', | 2711 '<(grit_out_dir)/grit/net_internals_resources_map.cc', |
| 2711 ], | 2712 ], |
| 2712 'conditions': [ | 2713 'conditions': [ |
| 2713 ['javascript_engine=="v8"', { | 2714 ['javascript_engine=="v8"', { |
| 2714 'defines': [ | 2715 'defines': [ |
| 2715 'CHROME_V8', | 2716 'CHROME_V8', |
| 2716 ], | 2717 ], |
| 2717 }], | 2718 }], |
| 2718 ['chromeos==0', { | 2719 ['chromeos==0', { |
| (...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3472 }, | 3473 }, |
| 3473 { | 3474 { |
| 3474 'target_name': 'component_extensions', | 3475 'target_name': 'component_extensions', |
| 3475 'type': 'none', | 3476 'type': 'none', |
| 3476 'msvs_guid': '50B52703-525F-404C-BFE2-C46D3375D73E', | 3477 'msvs_guid': '50B52703-525F-404C-BFE2-C46D3375D73E', |
| 3477 # TODO(aa): Once the msvs port supports it, change this to recursively | 3478 # TODO(aa): Once the msvs port supports it, change this to recursively |
| 3478 # copy the entire directory instead of listing the files. | 3479 # copy the entire directory instead of listing the files. |
| 3479 # http://code.google.com/p/gyp/issues/detail?id=143. | 3480 # http://code.google.com/p/gyp/issues/detail?id=143. |
| 3480 'copies': [ | 3481 'copies': [ |
| 3481 { | 3482 { |
| 3482 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager', | |
| 3483 'files': [ | |
| 3484 'browser/resources/bookmark_manager/main.html', | |
| 3485 'browser/resources/bookmark_manager/manifest.json', | |
| 3486 ] | |
| 3487 }, | |
| 3488 { | |
| 3489 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/css', | |
| 3490 'files': [ | |
| 3491 'browser/resources/bookmark_manager/css/bmm.css', | |
| 3492 'browser/resources/bookmark_manager/css/bmm.css.js', | |
| 3493 ] | |
| 3494 }, | |
| 3495 { | |
| 3496 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/js', | |
| 3497 'files': [ | |
| 3498 'browser/resources/bookmark_manager/js/bmm.js', | |
| 3499 ] | |
| 3500 }, | |
| 3501 { | |
| 3502 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/js/bmm', | |
| 3503 'files': [ | |
| 3504 'browser/resources/bookmark_manager/js/bmm/bookmark_list.js', | |
| 3505 'browser/resources/bookmark_manager/js/bmm/bookmark_tree.js', | |
| 3506 'browser/resources/bookmark_manager/js/bmm/tree_iterator.js', | |
| 3507 ] | |
| 3508 }, | |
| 3509 { | |
| 3510 'destination': '<(PRODUCT_DIR)/resources/bookmark_manager/images', | |
| 3511 'files': [ | |
| 3512 'browser/resources/bookmark_manager/images/bookmark_manager_recent.p
ng', | |
| 3513 'browser/resources/bookmark_manager/images/bookmark_manager_search.p
ng', | |
| 3514 'browser/resources/bookmark_manager/images/bookmarks_favicon.png', | |
| 3515 'browser/resources/bookmark_manager/images/bookmarks_section.png', | |
| 3516 'browser/resources/bookmark_manager/images/bookmarks_section_32.png'
, | |
| 3517 ] | |
| 3518 }, | |
| 3519 { | |
| 3520 'destination': '<(PRODUCT_DIR)/resources/gmail_app', | 3483 'destination': '<(PRODUCT_DIR)/resources/gmail_app', |
| 3521 'files': [ | 3484 'files': [ |
| 3522 'browser/resources/gmail_app/manifest.json', | 3485 'browser/resources/gmail_app/manifest.json', |
| 3523 'browser/resources/gmail_app/128.png', | 3486 'browser/resources/gmail_app/128.png', |
| 3524 'browser/resources/gmail_app/48.png', | 3487 'browser/resources/gmail_app/48.png', |
| 3525 'browser/resources/gmail_app/32.png', | 3488 'browser/resources/gmail_app/32.png', |
| 3526 'browser/resources/gmail_app/24.png', | 3489 'browser/resources/gmail_app/24.png', |
| 3527 ] | 3490 ] |
| 3528 }, | 3491 }, |
| 3529 { | 3492 { |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3628 ], | 3591 ], |
| 3629 }, | 3592 }, |
| 3630 ], | 3593 ], |
| 3631 } | 3594 } |
| 3632 | 3595 |
| 3633 # Local Variables: | 3596 # Local Variables: |
| 3634 # tab-width:2 | 3597 # tab-width:2 |
| 3635 # indent-tabs-mode:nil | 3598 # indent-tabs-mode:nil |
| 3636 # End: | 3599 # End: |
| 3637 # vim: set expandtab tabstop=2 shiftwidth=2: | 3600 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |