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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 11 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 | Annotate | Revision Log
OLDNEW
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
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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'browser/browsing_data_indexed_db_helper.cc', 334 'browser/browsing_data_indexed_db_helper.cc',
335 'browser/browsing_data_indexed_db_helper.h', 335 'browser/browsing_data_indexed_db_helper.h',
336 'browser/browsing_data_local_storage_helper.cc', 336 'browser/browsing_data_local_storage_helper.cc',
337 'browser/browsing_data_local_storage_helper.h', 337 'browser/browsing_data_local_storage_helper.h',
338 'browser/browsing_data_quota_helper.cc', 338 'browser/browsing_data_quota_helper.cc',
339 'browser/browsing_data_quota_helper.h', 339 'browser/browsing_data_quota_helper.h',
340 'browser/browsing_data_quota_helper_impl.cc', 340 'browser/browsing_data_quota_helper_impl.cc',
341 'browser/browsing_data_quota_helper_impl.h', 341 'browser/browsing_data_quota_helper_impl.h',
342 'browser/browsing_data_remover.cc', 342 'browser/browsing_data_remover.cc',
343 'browser/browsing_data_remover.h', 343 'browser/browsing_data_remover.h',
344 'browser/bug_report_data.cc', 344 'browser/feedback/feedback_data.cc',
345 'browser/bug_report_data.h', 345 'browser/feedback/feedback_data.h',
346 'browser/bug_report_util.cc', 346 'browser/feedback/feedback_util.cc',
347 'browser/bug_report_util.h', 347 'browser/feedback/feedback_util.h',
348 'browser/cancelable_request.cc', 348 'browser/cancelable_request.cc',
349 'browser/cancelable_request.h', 349 'browser/cancelable_request.h',
350 'browser/certificate_manager_model.cc', 350 'browser/certificate_manager_model.cc',
351 'browser/certificate_manager_model.h', 351 'browser/certificate_manager_model.h',
352 'browser/certificate_viewer.cc', 352 'browser/certificate_viewer.cc',
353 'browser/certificate_viewer.h', 353 'browser/certificate_viewer.h',
354 'browser/character_encoding.cc', 354 'browser/character_encoding.cc',
355 'browser/character_encoding.h', 355 'browser/character_encoding.h',
356 'browser/chrome_benchmarking_message_filter.cc', 356 'browser/chrome_benchmarking_message_filter.cc',
357 'browser/chrome_benchmarking_message_filter.h', 357 'browser/chrome_benchmarking_message_filter.h',
(...skipping 3358 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
5372 'type': 'static_library', 5371 'type': 'static_library',
5373 'sources': [ 'browser/net/cert_logger.proto', ], 5372 'sources': [ 'browser/net/cert_logger.proto', ],
5374 'variables': { 5373 'variables': {
5375 'proto_in_dir': 'browser/net', 5374 'proto_in_dir': 'browser/net',
5376 'proto_out_dir': 'chrome/browser/net', 5375 'proto_out_dir': 'chrome/browser/net',
5377 }, 5376 },
5378 'includes': [ '../build/protoc.gypi', ], 5377 'includes': [ '../build/protoc.gypi', ],
5379 }, 5378 },
5380 { 5379 {
5381 # Protobuf compiler / generate rule for feedback 5380 # Protobuf compiler / generate rule for feedback
5382 'target_name': 'userfeedback_proto', 5381 'target_name': 'feedback_proto',
5383 'type': 'static_library', 5382 'type': 'static_library',
5384 'sources': [ 5383 'sources': [
5385 'browser/userfeedback/proto/annotations.proto', 5384 'browser/feedback/proto/annotations.proto',
5386 'browser/userfeedback/proto/chrome.proto', 5385 'browser/feedback/proto/chrome.proto',
5387 'browser/userfeedback/proto/common.proto', 5386 'browser/feedback/proto/common.proto',
5388 'browser/userfeedback/proto/dom.proto', 5387 'browser/feedback/proto/dom.proto',
5389 'browser/userfeedback/proto/extension.proto', 5388 'browser/feedback/proto/extension.proto',
5390 'browser/userfeedback/proto/math.proto', 5389 'browser/feedback/proto/math.proto',
5391 'browser/userfeedback/proto/web.proto', 5390 'browser/feedback/proto/web.proto',
5392 ], 5391 ],
5393 'variables': { 5392 'variables': {
5394 'proto_in_dir': 'browser/userfeedback/proto', 5393 'proto_in_dir': 'browser/feedback/proto',
5395 'proto_out_dir': 'chrome/browser/userfeedback/proto', 5394 'proto_out_dir': 'chrome/browser/feedback/proto',
5396 }, 5395 },
5397 'includes': [ '../build/protoc.gypi' ] 5396 'includes': [ '../build/protoc.gypi' ]
5398 }, 5397 },
5399 { 5398 {
5400 # Protobuf compiler / generator for the safebrowsing reporting 5399 # Protobuf compiler / generator for the safebrowsing reporting
5401 # protocol buffer. 5400 # protocol buffer.
5402 'target_name': 'safe_browsing_report_proto', 5401 'target_name': 'safe_browsing_report_proto',
5403 'type': 'static_library', 5402 'type': 'static_library',
5404 'sources': [ 'browser/safe_browsing/report.proto' ], 5403 'sources': [ 'browser/safe_browsing/report.proto' ],
5405 'variables': { 5404 'variables': {
5406 'proto_in_dir': 'browser/safe_browsing', 5405 'proto_in_dir': 'browser/safe_browsing',
5407 'proto_out_dir': 'chrome/browser/safe_browsing', 5406 'proto_out_dir': 'chrome/browser/safe_browsing',
5408 }, 5407 },
5409 'includes': [ '../build/protoc.gypi' ] 5408 'includes': [ '../build/protoc.gypi' ]
5410 }, 5409 },
5411 { 5410 {
5412 # Protobuf compiler / generator for the InMemoryURLIndex caching 5411 # Protobuf compiler / generator for the InMemoryURLIndex caching
5413 # protocol buffer. 5412 # protocol buffer.
5414 'target_name': 'in_memory_url_index_cache_proto', 5413 'target_name': 'in_memory_url_index_cache_proto',
5415 'type': 'static_library', 5414 'type': 'static_library',
5416 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5415 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5417 'variables': { 5416 'variables': {
5418 'proto_in_dir': 'browser/history', 5417 'proto_in_dir': 'browser/history',
5419 'proto_out_dir': 'chrome/browser/history', 5418 'proto_out_dir': 'chrome/browser/history',
5420 }, 5419 },
5421 'includes': [ '../build/protoc.gypi' ] 5420 'includes': [ '../build/protoc.gypi' ]
5422 }, 5421 },
5423 ], 5422 ],
5424 } 5423 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698