| 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 'common_net', | 13 'common_net', |
| 14 'chrome_extra_resources', | 14 'chrome_extra_resources', |
| 15 'chrome_resources', | 15 'chrome_resources', |
| 16 'chrome_strings', | 16 'chrome_strings', |
| 17 'chrome_version_info', | 17 'chrome_version_info', |
| 18 'component_extensions', | 18 'component_extensions', |
| 19 'domui_shared_resources', | 19 'domui_shared_resources', |
| 20 'net_internals_resources', | |
| 21 'platform_locale_settings', | 20 'platform_locale_settings', |
| 22 'profile_import', | 21 'profile_import', |
| 23 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 22 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 24 'syncapi', | 23 'syncapi', |
| 25 'theme_resources', | 24 'theme_resources', |
| 26 'userfeedback_proto', | 25 'userfeedback_proto', |
| 27 '../app/app.gyp:app_resources', | 26 '../app/app.gyp:app_resources', |
| 28 '../app/app.gyp:app_strings', | 27 '../app/app.gyp:app_strings', |
| 29 '../media/media.gyp:media', | 28 '../media/media.gyp:media', |
| 30 '../printing/printing.gyp:printing', | 29 '../printing/printing.gyp:printing', |
| (...skipping 2650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2681 'browser/worker_host/worker_document_set.h', | 2680 'browser/worker_host/worker_document_set.h', |
| 2682 'browser/worker_host/worker_process_host.cc', | 2681 'browser/worker_host/worker_process_host.cc', |
| 2683 'browser/worker_host/worker_process_host.h', | 2682 'browser/worker_host/worker_process_host.h', |
| 2684 'browser/worker_host/worker_service.cc', | 2683 'browser/worker_host/worker_service.cc', |
| 2685 'browser/worker_host/worker_service.h', | 2684 'browser/worker_host/worker_service.h', |
| 2686 'browser/wrench_menu_model.cc', | 2685 'browser/wrench_menu_model.cc', |
| 2687 'browser/wrench_menu_model.h', | 2686 'browser/wrench_menu_model.h', |
| 2688 'browser/zygote_host_linux.cc', | 2687 'browser/zygote_host_linux.cc', |
| 2689 'browser/zygote_main_linux.cc', | 2688 'browser/zygote_main_linux.cc', |
| 2690 | 2689 |
| 2691 # This file is generated by GRIT. | 2690 # These files are generated by GRIT. |
| 2692 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2691 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 2692 '<(grit_out_dir)/grit/net_internals_resources_map.cc', |
| 2693 ], | 2693 ], |
| 2694 'conditions': [ | 2694 'conditions': [ |
| 2695 ['javascript_engine=="v8"', { | 2695 ['javascript_engine=="v8"', { |
| 2696 'defines': [ | 2696 'defines': [ |
| 2697 'CHROME_V8', | 2697 'CHROME_V8', |
| 2698 ], | 2698 ], |
| 2699 }], | 2699 }], |
| 2700 ['chromeos==0', { | 2700 ['chromeos==0', { |
| 2701 'sources/': [ | 2701 'sources/': [ |
| 2702 ['exclude', '^browser/chromeos'], | 2702 ['exclude', '^browser/chromeos'], |
| (...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3551 'browser/resources/chat_manager/js/chatbridgeeventtypes.js', | 3551 'browser/resources/chat_manager/js/chatbridgeeventtypes.js', |
| 3552 'browser/resources/chat_manager/js/chatbridgehook.js', | 3552 'browser/resources/chat_manager/js/chatbridgehook.js', |
| 3553 'browser/resources/chat_manager/js/gmailbridgehook.js', | 3553 'browser/resources/chat_manager/js/gmailbridgehook.js', |
| 3554 ] | 3554 ] |
| 3555 }, | 3555 }, |
| 3556 ] | 3556 ] |
| 3557 }] | 3557 }] |
| 3558 ], | 3558 ], |
| 3559 }, | 3559 }, |
| 3560 { | 3560 { |
| 3561 'target_name': 'net_internals_resources', | |
| 3562 'type': 'none', | |
| 3563 # TODO(eroman): Once the msvs port supports it, change this to recursively | |
| 3564 # copy the entire directory instead of listing the files. | |
| 3565 # http://code.google.com/p/gyp/issues/detail?id=143. | |
| 3566 'copies': [ | |
| 3567 { | |
| 3568 'destination': '<(PRODUCT_DIR)/resources/net_internals', | |
| 3569 'files': [ | |
| 3570 'browser/resources/net_internals/dataview.js', | |
| 3571 'browser/resources/net_internals/detailsview.js', | |
| 3572 'browser/resources/net_internals/dnsview.js', | |
| 3573 'browser/resources/net_internals/httpcacheview.js', | |
| 3574 'browser/resources/net_internals/index.html', | |
| 3575 'browser/resources/net_internals/loggrouper.js', | |
| 3576 'browser/resources/net_internals/logviewpainter.js', | |
| 3577 'browser/resources/net_internals/main.css', | |
| 3578 'browser/resources/net_internals/main.js', | |
| 3579 'browser/resources/net_internals/proxyview.js', | |
| 3580 'browser/resources/net_internals/requestsview.js', | |
| 3581 'browser/resources/net_internals/resizableverticalsplitview.js', | |
| 3582 'browser/resources/net_internals/sourceentry.js', | |
| 3583 'browser/resources/net_internals/tabswitcherview.js', | |
| 3584 'browser/resources/net_internals/testview.js', | |
| 3585 'browser/resources/net_internals/timelineviewpainter.js', | |
| 3586 'browser/resources/net_internals/topmidbottomview.js', | |
| 3587 'browser/resources/net_internals/util.js', | |
| 3588 'browser/resources/net_internals/view.js', | |
| 3589 ] | |
| 3590 }, | |
| 3591 ] | |
| 3592 }, | |
| 3593 { | |
| 3594 # Protobuf compiler / generate rule for feedback | 3561 # Protobuf compiler / generate rule for feedback |
| 3595 'target_name': 'userfeedback_proto', | 3562 'target_name': 'userfeedback_proto', |
| 3596 'type': 'none', | 3563 'type': 'none', |
| 3597 'sources': [ | 3564 'sources': [ |
| 3598 'browser/userfeedback/proto/annotations.proto', | 3565 'browser/userfeedback/proto/annotations.proto', |
| 3599 'browser/userfeedback/proto/common.proto', | 3566 'browser/userfeedback/proto/common.proto', |
| 3600 'browser/userfeedback/proto/config.proto', | 3567 'browser/userfeedback/proto/config.proto', |
| 3601 'browser/userfeedback/proto/dom.proto', | 3568 'browser/userfeedback/proto/dom.proto', |
| 3602 'browser/userfeedback/proto/extension.proto', | 3569 'browser/userfeedback/proto/extension.proto', |
| 3603 'browser/userfeedback/proto/math.proto', | 3570 'browser/userfeedback/proto/math.proto', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3643 ], | 3610 ], |
| 3644 }, | 3611 }, |
| 3645 ], | 3612 ], |
| 3646 } | 3613 } |
| 3647 | 3614 |
| 3648 # Local Variables: | 3615 # Local Variables: |
| 3649 # tab-width:2 | 3616 # tab-width:2 |
| 3650 # indent-tabs-mode:nil | 3617 # indent-tabs-mode:nil |
| 3651 # End: | 3618 # End: |
| 3652 # vim: set expandtab tabstop=2 shiftwidth=2: | 3619 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |