| 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 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2657 'browser/worker_host/worker_document_set.h', | 2656 'browser/worker_host/worker_document_set.h', |
| 2658 'browser/worker_host/worker_process_host.cc', | 2657 'browser/worker_host/worker_process_host.cc', |
| 2659 'browser/worker_host/worker_process_host.h', | 2658 'browser/worker_host/worker_process_host.h', |
| 2660 'browser/worker_host/worker_service.cc', | 2659 'browser/worker_host/worker_service.cc', |
| 2661 'browser/worker_host/worker_service.h', | 2660 'browser/worker_host/worker_service.h', |
| 2662 'browser/wrench_menu_model.cc', | 2661 'browser/wrench_menu_model.cc', |
| 2663 'browser/wrench_menu_model.h', | 2662 'browser/wrench_menu_model.h', |
| 2664 'browser/zygote_host_linux.cc', | 2663 'browser/zygote_host_linux.cc', |
| 2665 'browser/zygote_main_linux.cc', | 2664 'browser/zygote_main_linux.cc', |
| 2666 | 2665 |
| 2667 # This file is generated by GRIT. | 2666 # These files are generated by GRIT. |
| 2668 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2667 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 2668 '<(grit_out_dir)/grit/net_internals_resources_map.cc', |
| 2669 ], | 2669 ], |
| 2670 'conditions': [ | 2670 'conditions': [ |
| 2671 ['javascript_engine=="v8"', { | 2671 ['javascript_engine=="v8"', { |
| 2672 'defines': [ | 2672 'defines': [ |
| 2673 'CHROME_V8', | 2673 'CHROME_V8', |
| 2674 ], | 2674 ], |
| 2675 }], | 2675 }], |
| 2676 ['chromeos==0', { | 2676 ['chromeos==0', { |
| 2677 'sources/': [ | 2677 'sources/': [ |
| 2678 ['exclude', '^browser/chromeos'], | 2678 ['exclude', '^browser/chromeos'], |
| (...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3535 'browser/resources/chat_manager/js/chatbridgeeventtypes.js', | 3535 'browser/resources/chat_manager/js/chatbridgeeventtypes.js', |
| 3536 'browser/resources/chat_manager/js/chatbridgehook.js', | 3536 'browser/resources/chat_manager/js/chatbridgehook.js', |
| 3537 'browser/resources/chat_manager/js/gmailbridgehook.js', | 3537 'browser/resources/chat_manager/js/gmailbridgehook.js', |
| 3538 ] | 3538 ] |
| 3539 }, | 3539 }, |
| 3540 ] | 3540 ] |
| 3541 }] | 3541 }] |
| 3542 ], | 3542 ], |
| 3543 }, | 3543 }, |
| 3544 { | 3544 { |
| 3545 'target_name': 'net_internals_resources', | |
| 3546 'type': 'none', | |
| 3547 # TODO(eroman): Once the msvs port supports it, change this to recursively | |
| 3548 # copy the entire directory instead of listing the files. | |
| 3549 # http://code.google.com/p/gyp/issues/detail?id=143. | |
| 3550 'copies': [ | |
| 3551 { | |
| 3552 'destination': '<(PRODUCT_DIR)/resources/net_internals', | |
| 3553 'files': [ | |
| 3554 'browser/resources/net_internals/dataview.js', | |
| 3555 'browser/resources/net_internals/detailsview.js', | |
| 3556 'browser/resources/net_internals/dnsview.js', | |
| 3557 'browser/resources/net_internals/httpcacheview.js', | |
| 3558 'browser/resources/net_internals/index.html', | |
| 3559 'browser/resources/net_internals/loggrouper.js', | |
| 3560 'browser/resources/net_internals/logviewpainter.js', | |
| 3561 'browser/resources/net_internals/main.css', | |
| 3562 'browser/resources/net_internals/main.js', | |
| 3563 'browser/resources/net_internals/proxyview.js', | |
| 3564 'browser/resources/net_internals/requestsview.js', | |
| 3565 'browser/resources/net_internals/resizableverticalsplitview.js', | |
| 3566 'browser/resources/net_internals/sourceentry.js', | |
| 3567 'browser/resources/net_internals/tabswitcherview.js', | |
| 3568 'browser/resources/net_internals/testview.js', | |
| 3569 'browser/resources/net_internals/timelineviewpainter.js', | |
| 3570 'browser/resources/net_internals/topmidbottomview.js', | |
| 3571 'browser/resources/net_internals/util.js', | |
| 3572 'browser/resources/net_internals/view.js', | |
| 3573 ] | |
| 3574 }, | |
| 3575 ] | |
| 3576 }, | |
| 3577 { | |
| 3578 # Protobuf compiler / generate rule for feedback | 3545 # Protobuf compiler / generate rule for feedback |
| 3579 'target_name': 'userfeedback_proto', | 3546 'target_name': 'userfeedback_proto', |
| 3580 'type': 'none', | 3547 'type': 'none', |
| 3581 'sources': [ | 3548 'sources': [ |
| 3582 'browser/userfeedback/proto/annotations.proto', | 3549 'browser/userfeedback/proto/annotations.proto', |
| 3583 'browser/userfeedback/proto/common.proto', | 3550 'browser/userfeedback/proto/common.proto', |
| 3584 'browser/userfeedback/proto/config.proto', | 3551 'browser/userfeedback/proto/config.proto', |
| 3585 'browser/userfeedback/proto/dom.proto', | 3552 'browser/userfeedback/proto/dom.proto', |
| 3586 'browser/userfeedback/proto/extension.proto', | 3553 'browser/userfeedback/proto/extension.proto', |
| 3587 'browser/userfeedback/proto/math.proto', | 3554 'browser/userfeedback/proto/math.proto', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3627 ], | 3594 ], |
| 3628 }, | 3595 }, |
| 3629 ], | 3596 ], |
| 3630 } | 3597 } |
| 3631 | 3598 |
| 3632 # Local Variables: | 3599 # Local Variables: |
| 3633 # tab-width:2 | 3600 # tab-width:2 |
| 3634 # indent-tabs-mode:nil | 3601 # indent-tabs-mode:nil |
| 3635 # End: | 3602 # End: |
| 3636 # vim: set expandtab tabstop=2 shiftwidth=2: | 3603 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |