| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'common', | 21 'common', |
| 22 'common_net', | 22 'common_net', |
| 23 'debugger', | 23 'debugger', |
| 24 'in_memory_url_index_cache_proto', | 24 'in_memory_url_index_cache_proto', |
| 25 'installer_util', | 25 'installer_util', |
| 26 'safe_browsing_proto', | 26 'safe_browsing_proto', |
| 27 'safe_browsing_report_proto', | 27 'safe_browsing_report_proto', |
| 28 # TODO(sync): Make browser not depend on syncapi_core directly. | 28 # TODO(sync): Make browser not depend on syncapi_core directly. |
| 29 'syncapi_core', | 29 'syncapi_core', |
| 30 'syncapi_service', | 30 'syncapi_service', |
| 31 'userfeedback_proto', | 31 'feedback_proto', |
| 32 '../build/temp_gyp/googleurl.gyp:googleurl', | 32 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 33 '../content/content.gyp:content_browser', | 33 '../content/content.gyp:content_browser', |
| 34 '../crypto/crypto.gyp:crypto', | 34 '../crypto/crypto.gyp:crypto', |
| 35 '../media/media.gyp:media', | 35 '../media/media.gyp:media', |
| 36 '../net/net.gyp:net', | 36 '../net/net.gyp:net', |
| 37 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 37 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
| 38 '../printing/printing.gyp:printing', | 38 '../printing/printing.gyp:printing', |
| 39 '../skia/skia.gyp:skia', | 39 '../skia/skia.gyp:skia', |
| 40 '../third_party/bzip2/bzip2.gyp:bzip2', | 40 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 41 '../third_party/cld/cld.gyp:cld', | 41 '../third_party/cld/cld.gyp:cld', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'browser/browsing_data_indexed_db_helper.cc', | 338 'browser/browsing_data_indexed_db_helper.cc', |
| 339 'browser/browsing_data_indexed_db_helper.h', | 339 'browser/browsing_data_indexed_db_helper.h', |
| 340 'browser/browsing_data_local_storage_helper.cc', | 340 'browser/browsing_data_local_storage_helper.cc', |
| 341 'browser/browsing_data_local_storage_helper.h', | 341 'browser/browsing_data_local_storage_helper.h', |
| 342 'browser/browsing_data_quota_helper.cc', | 342 'browser/browsing_data_quota_helper.cc', |
| 343 'browser/browsing_data_quota_helper.h', | 343 'browser/browsing_data_quota_helper.h', |
| 344 'browser/browsing_data_quota_helper_impl.cc', | 344 'browser/browsing_data_quota_helper_impl.cc', |
| 345 'browser/browsing_data_quota_helper_impl.h', | 345 'browser/browsing_data_quota_helper_impl.h', |
| 346 'browser/browsing_data_remover.cc', | 346 'browser/browsing_data_remover.cc', |
| 347 'browser/browsing_data_remover.h', | 347 'browser/browsing_data_remover.h', |
| 348 'browser/bug_report_data.cc', | 348 'browser/feedback/feedback_data.cc', |
| 349 'browser/bug_report_data.h', | 349 'browser/feedback/feedback_data.h', |
| 350 'browser/bug_report_util.cc', | 350 'browser/feedback/feedback_util.cc', |
| 351 'browser/bug_report_util.h', | 351 'browser/feedback/feedback_util.h', |
| 352 'browser/cancelable_request.cc', | 352 'browser/cancelable_request.cc', |
| 353 'browser/cancelable_request.h', | 353 'browser/cancelable_request.h', |
| 354 'browser/certificate_manager_model.cc', | 354 'browser/certificate_manager_model.cc', |
| 355 'browser/certificate_manager_model.h', | 355 'browser/certificate_manager_model.h', |
| 356 'browser/certificate_viewer.cc', | 356 'browser/certificate_viewer.cc', |
| 357 'browser/certificate_viewer.h', | 357 'browser/certificate_viewer.h', |
| 358 'browser/character_encoding.cc', | 358 'browser/character_encoding.cc', |
| 359 'browser/character_encoding.h', | 359 'browser/character_encoding.h', |
| 360 'browser/chrome_benchmarking_message_filter.cc', | 360 'browser/chrome_benchmarking_message_filter.cc', |
| 361 'browser/chrome_benchmarking_message_filter.h', | 361 'browser/chrome_benchmarking_message_filter.h', |
| (...skipping 3354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3716 'browser/ui/webui/about_ui.h', | 3716 'browser/ui/webui/about_ui.h', |
| 3717 'browser/ui/webui/active_downloads_ui.cc', | 3717 'browser/ui/webui/active_downloads_ui.cc', |
| 3718 'browser/ui/webui/active_downloads_ui.h', | 3718 'browser/ui/webui/active_downloads_ui.h', |
| 3719 'browser/ui/webui/aura/app_list_ui_delegate.h', | 3719 'browser/ui/webui/aura/app_list_ui_delegate.h', |
| 3720 'browser/ui/webui/aura/app_list_ui.cc', | 3720 'browser/ui/webui/aura/app_list_ui.cc', |
| 3721 'browser/ui/webui/aura/app_list_ui.h', | 3721 'browser/ui/webui/aura/app_list_ui.h', |
| 3722 'browser/ui/webui/bookmark_all_tabs_dialog.cc', | 3722 'browser/ui/webui/bookmark_all_tabs_dialog.cc', |
| 3723 'browser/ui/webui/bookmark_all_tabs_dialog.h', | 3723 'browser/ui/webui/bookmark_all_tabs_dialog.h', |
| 3724 'browser/ui/webui/bookmarks_ui.cc', | 3724 'browser/ui/webui/bookmarks_ui.cc', |
| 3725 'browser/ui/webui/bookmarks_ui.h', | 3725 'browser/ui/webui/bookmarks_ui.h', |
| 3726 'browser/ui/webui/bug_report_ui.cc', | 3726 'browser/ui/webui/feedback_ui.cc', |
| 3727 'browser/ui/webui/bug_report_ui.h', | 3727 'browser/ui/webui/feedback_ui.h', |
| 3728 'browser/ui/webui/certificate_viewer_webui.cc', | 3728 'browser/ui/webui/certificate_viewer_webui.cc', |
| 3729 'browser/ui/webui/certificate_viewer_webui.h', | 3729 'browser/ui/webui/certificate_viewer_webui.h', |
| 3730 'browser/ui/webui/certificate_viewer_ui.cc', | 3730 'browser/ui/webui/certificate_viewer_ui.cc', |
| 3731 'browser/ui/webui/certificate_viewer_ui.h', | 3731 'browser/ui/webui/certificate_viewer_ui.h', |
| 3732 'browser/ui/webui/chrome_url_data_manager.cc', | 3732 'browser/ui/webui/chrome_url_data_manager.cc', |
| 3733 'browser/ui/webui/chrome_url_data_manager.h', | 3733 'browser/ui/webui/chrome_url_data_manager.h', |
| 3734 'browser/ui/webui/chrome_url_data_manager_backend.cc', | 3734 'browser/ui/webui/chrome_url_data_manager_backend.cc', |
| 3735 'browser/ui/webui/chrome_url_data_manager_backend.h', | 3735 'browser/ui/webui/chrome_url_data_manager_backend.h', |
| 3736 'browser/ui/webui/chrome_web_ui.cc', | 3736 'browser/ui/webui/chrome_web_ui.cc', |
| 3737 'browser/ui/webui/chrome_web_ui.h', | 3737 'browser/ui/webui/chrome_web_ui.h', |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4661 'app/nibs/ExtensionInstalledBubble.xib', | 4661 'app/nibs/ExtensionInstalledBubble.xib', |
| 4662 'app/nibs/FirstRunBubble.xib', | 4662 'app/nibs/FirstRunBubble.xib', |
| 4663 'app/nibs/FirstRunDialog.xib', | 4663 'app/nibs/FirstRunDialog.xib', |
| 4664 'app/nibs/FullscreenExitBubble.xib', | 4664 'app/nibs/FullscreenExitBubble.xib', |
| 4665 'app/nibs/GlobalErrorBubble.xib', | 4665 'app/nibs/GlobalErrorBubble.xib', |
| 4666 'app/nibs/HttpAuthLoginSheet.xib', | 4666 'app/nibs/HttpAuthLoginSheet.xib', |
| 4667 'app/nibs/HungRendererDialog.xib', | 4667 'app/nibs/HungRendererDialog.xib', |
| 4668 'app/nibs/ImportProgressDialog.xib', | 4668 'app/nibs/ImportProgressDialog.xib', |
| 4669 'app/nibs/InstantOptIn.xib', | 4669 'app/nibs/InstantOptIn.xib', |
| 4670 'app/nibs/MainMenu.xib', | 4670 'app/nibs/MainMenu.xib', |
| 4671 'app/nibs/ReportBug.xib', | |
| 4672 'app/nibs/SadTab.xib', | 4671 'app/nibs/SadTab.xib', |
| 4673 'app/nibs/SaveAccessoryView.xib', | 4672 'app/nibs/SaveAccessoryView.xib', |
| 4674 'app/nibs/SearchEngineDialog.xib', | 4673 'app/nibs/SearchEngineDialog.xib', |
| 4675 'app/nibs/SpeechInputBubble.xib', | 4674 'app/nibs/SpeechInputBubble.xib', |
| 4676 'app/nibs/TaskManager.xib', | 4675 'app/nibs/TaskManager.xib', |
| 4677 'app/nibs/Toolbar.xib', | 4676 'app/nibs/Toolbar.xib', |
| 4678 'app/nibs/WrenchMenu.xib', | 4677 'app/nibs/WrenchMenu.xib', |
| 4679 ], | 4678 ], |
| 4680 }, | 4679 }, |
| 4681 'action_name': 'Process xibs for localization', | 4680 'action_name': 'Process xibs for localization', |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5371 'type': 'static_library', | 5370 'type': 'static_library', |
| 5372 'sources': [ 'browser/net/cert_logger.proto', ], | 5371 'sources': [ 'browser/net/cert_logger.proto', ], |
| 5373 'variables': { | 5372 'variables': { |
| 5374 'proto_in_dir': 'browser/net', | 5373 'proto_in_dir': 'browser/net', |
| 5375 'proto_out_dir': 'chrome/browser/net', | 5374 'proto_out_dir': 'chrome/browser/net', |
| 5376 }, | 5375 }, |
| 5377 'includes': [ '../build/protoc.gypi', ], | 5376 'includes': [ '../build/protoc.gypi', ], |
| 5378 }, | 5377 }, |
| 5379 { | 5378 { |
| 5380 # Protobuf compiler / generate rule for feedback | 5379 # Protobuf compiler / generate rule for feedback |
| 5381 'target_name': 'userfeedback_proto', | 5380 'target_name': 'feedback_proto', |
| 5382 'type': 'static_library', | 5381 'type': 'static_library', |
| 5383 'sources': [ | 5382 'sources': [ |
| 5384 'browser/userfeedback/proto/annotations.proto', | 5383 'browser/feedback/proto/annotations.proto', |
| 5385 'browser/userfeedback/proto/chrome.proto', | 5384 'browser/feedback/proto/chrome.proto', |
| 5386 'browser/userfeedback/proto/common.proto', | 5385 'browser/feedback/proto/common.proto', |
| 5387 'browser/userfeedback/proto/dom.proto', | 5386 'browser/feedback/proto/dom.proto', |
| 5388 'browser/userfeedback/proto/extension.proto', | 5387 'browser/feedback/proto/extension.proto', |
| 5389 'browser/userfeedback/proto/math.proto', | 5388 'browser/feedback/proto/math.proto', |
| 5390 'browser/userfeedback/proto/web.proto', | 5389 'browser/feedback/proto/web.proto', |
| 5391 ], | 5390 ], |
| 5392 'variables': { | 5391 'variables': { |
| 5393 'proto_in_dir': 'browser/userfeedback/proto', | 5392 'proto_in_dir': 'browser/feedback/proto', |
| 5394 'proto_out_dir': 'chrome/browser/userfeedback/proto', | 5393 'proto_out_dir': 'chrome/browser/feedback/proto', |
| 5395 }, | 5394 }, |
| 5396 'includes': [ '../build/protoc.gypi' ] | 5395 'includes': [ '../build/protoc.gypi' ] |
| 5397 }, | 5396 }, |
| 5398 { | 5397 { |
| 5399 # Protobuf compiler / generator for the safebrowsing reporting | 5398 # Protobuf compiler / generator for the safebrowsing reporting |
| 5400 # protocol buffer. | 5399 # protocol buffer. |
| 5401 'target_name': 'safe_browsing_report_proto', | 5400 'target_name': 'safe_browsing_report_proto', |
| 5402 'type': 'static_library', | 5401 'type': 'static_library', |
| 5403 'sources': [ 'browser/safe_browsing/report.proto' ], | 5402 'sources': [ 'browser/safe_browsing/report.proto' ], |
| 5404 'variables': { | 5403 'variables': { |
| 5405 'proto_in_dir': 'browser/safe_browsing', | 5404 'proto_in_dir': 'browser/safe_browsing', |
| 5406 'proto_out_dir': 'chrome/browser/safe_browsing', | 5405 'proto_out_dir': 'chrome/browser/safe_browsing', |
| 5407 }, | 5406 }, |
| 5408 'includes': [ '../build/protoc.gypi' ] | 5407 'includes': [ '../build/protoc.gypi' ] |
| 5409 }, | 5408 }, |
| 5410 { | 5409 { |
| 5411 # Protobuf compiler / generator for the InMemoryURLIndex caching | 5410 # Protobuf compiler / generator for the InMemoryURLIndex caching |
| 5412 # protocol buffer. | 5411 # protocol buffer. |
| 5413 'target_name': 'in_memory_url_index_cache_proto', | 5412 'target_name': 'in_memory_url_index_cache_proto', |
| 5414 'type': 'static_library', | 5413 'type': 'static_library', |
| 5415 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5414 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5416 'variables': { | 5415 'variables': { |
| 5417 'proto_in_dir': 'browser/history', | 5416 'proto_in_dir': 'browser/history', |
| 5418 'proto_out_dir': 'chrome/browser/history', | 5417 'proto_out_dir': 'chrome/browser/history', |
| 5419 }, | 5418 }, |
| 5420 'includes': [ '../build/protoc.gypi' ] | 5419 'includes': [ '../build/protoc.gypi' ] |
| 5421 }, | 5420 }, |
| 5422 ], | 5421 ], |
| 5423 } | 5422 } |
| OLD | NEW |