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

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: Remove extra include. Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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/certificate_manager_model.cc', 348 'browser/certificate_manager_model.cc',
349 'browser/certificate_manager_model.h', 349 'browser/certificate_manager_model.h',
350 'browser/certificate_viewer.cc', 350 'browser/certificate_viewer.cc',
351 'browser/certificate_viewer.h', 351 'browser/certificate_viewer.h',
352 'browser/character_encoding.cc', 352 'browser/character_encoding.cc',
353 'browser/character_encoding.h', 353 'browser/character_encoding.h',
354 'browser/chrome_benchmarking_message_filter.cc', 354 'browser/chrome_benchmarking_message_filter.cc',
355 'browser/chrome_benchmarking_message_filter.h', 355 'browser/chrome_benchmarking_message_filter.h',
356 'browser/chrome_browser_application_mac.h', 356 'browser/chrome_browser_application_mac.h',
357 'browser/chrome_browser_application_mac.mm', 357 'browser/chrome_browser_application_mac.mm',
(...skipping 3330 matching lines...) Expand 10 before | Expand all | Expand 10 after
3688 'browser/ui/webui/about_ui.h', 3688 'browser/ui/webui/about_ui.h',
3689 'browser/ui/webui/active_downloads_ui.cc', 3689 'browser/ui/webui/active_downloads_ui.cc',
3690 'browser/ui/webui/active_downloads_ui.h', 3690 'browser/ui/webui/active_downloads_ui.h',
3691 'browser/ui/webui/aura/app_list_ui_delegate.h', 3691 'browser/ui/webui/aura/app_list_ui_delegate.h',
3692 'browser/ui/webui/aura/app_list_ui.cc', 3692 'browser/ui/webui/aura/app_list_ui.cc',
3693 'browser/ui/webui/aura/app_list_ui.h', 3693 'browser/ui/webui/aura/app_list_ui.h',
3694 'browser/ui/webui/bookmark_all_tabs_dialog.cc', 3694 'browser/ui/webui/bookmark_all_tabs_dialog.cc',
3695 'browser/ui/webui/bookmark_all_tabs_dialog.h', 3695 'browser/ui/webui/bookmark_all_tabs_dialog.h',
3696 'browser/ui/webui/bookmarks_ui.cc', 3696 'browser/ui/webui/bookmarks_ui.cc',
3697 'browser/ui/webui/bookmarks_ui.h', 3697 'browser/ui/webui/bookmarks_ui.h',
3698 'browser/ui/webui/bug_report_ui.cc', 3698 'browser/ui/webui/feedback_ui.cc',
3699 'browser/ui/webui/bug_report_ui.h', 3699 'browser/ui/webui/feedback_ui.h',
3700 'browser/ui/webui/certificate_viewer_webui.cc', 3700 'browser/ui/webui/certificate_viewer_webui.cc',
3701 'browser/ui/webui/certificate_viewer_webui.h', 3701 'browser/ui/webui/certificate_viewer_webui.h',
3702 'browser/ui/webui/certificate_viewer_ui.cc', 3702 'browser/ui/webui/certificate_viewer_ui.cc',
3703 'browser/ui/webui/certificate_viewer_ui.h', 3703 'browser/ui/webui/certificate_viewer_ui.h',
3704 'browser/ui/webui/chrome_url_data_manager.cc', 3704 'browser/ui/webui/chrome_url_data_manager.cc',
3705 'browser/ui/webui/chrome_url_data_manager.h', 3705 'browser/ui/webui/chrome_url_data_manager.h',
3706 'browser/ui/webui/chrome_url_data_manager_backend.cc', 3706 'browser/ui/webui/chrome_url_data_manager_backend.cc',
3707 'browser/ui/webui/chrome_url_data_manager_backend.h', 3707 'browser/ui/webui/chrome_url_data_manager_backend.h',
3708 'browser/ui/webui/chrome_web_ui.cc', 3708 'browser/ui/webui/chrome_web_ui.cc',
3709 'browser/ui/webui/chrome_web_ui.h', 3709 'browser/ui/webui/chrome_web_ui.h',
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
4635 'app/nibs/ExtensionInstalledBubble.xib', 4635 'app/nibs/ExtensionInstalledBubble.xib',
4636 'app/nibs/FirstRunBubble.xib', 4636 'app/nibs/FirstRunBubble.xib',
4637 'app/nibs/FirstRunDialog.xib', 4637 'app/nibs/FirstRunDialog.xib',
4638 'app/nibs/FullScreenExitBubble.xib', 4638 'app/nibs/FullScreenExitBubble.xib',
4639 'app/nibs/GlobalErrorBubble.xib', 4639 'app/nibs/GlobalErrorBubble.xib',
4640 'app/nibs/HttpAuthLoginSheet.xib', 4640 'app/nibs/HttpAuthLoginSheet.xib',
4641 'app/nibs/HungRendererDialog.xib', 4641 'app/nibs/HungRendererDialog.xib',
4642 'app/nibs/ImportProgressDialog.xib', 4642 'app/nibs/ImportProgressDialog.xib',
4643 'app/nibs/InstantOptIn.xib', 4643 'app/nibs/InstantOptIn.xib',
4644 'app/nibs/MainMenu.xib', 4644 'app/nibs/MainMenu.xib',
4645 'app/nibs/ReportBug.xib',
4646 'app/nibs/SadTab.xib', 4645 'app/nibs/SadTab.xib',
4647 'app/nibs/SaveAccessoryView.xib', 4646 'app/nibs/SaveAccessoryView.xib',
4648 'app/nibs/SearchEngineDialog.xib', 4647 'app/nibs/SearchEngineDialog.xib',
4649 'app/nibs/SpeechInputBubble.xib', 4648 'app/nibs/SpeechInputBubble.xib',
4650 'app/nibs/TaskManager.xib', 4649 'app/nibs/TaskManager.xib',
4651 'app/nibs/Toolbar.xib', 4650 'app/nibs/Toolbar.xib',
4652 'app/nibs/WrenchMenu.xib', 4651 'app/nibs/WrenchMenu.xib',
4653 ], 4652 ],
4654 }, 4653 },
4655 'action_name': 'Process xibs for localization', 4654 'action_name': 'Process xibs for localization',
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
5348 'type': 'static_library', 5347 'type': 'static_library',
5349 'sources': [ 'browser/net/cert_logger.proto', ], 5348 'sources': [ 'browser/net/cert_logger.proto', ],
5350 'variables': { 5349 'variables': {
5351 'proto_in_dir': 'browser/net', 5350 'proto_in_dir': 'browser/net',
5352 'proto_out_dir': 'chrome/browser/net', 5351 'proto_out_dir': 'chrome/browser/net',
5353 }, 5352 },
5354 'includes': [ '../build/protoc.gypi', ], 5353 'includes': [ '../build/protoc.gypi', ],
5355 }, 5354 },
5356 { 5355 {
5357 # Protobuf compiler / generate rule for feedback 5356 # Protobuf compiler / generate rule for feedback
5358 'target_name': 'userfeedback_proto', 5357 'target_name': 'feedback_proto',
5359 'type': 'static_library', 5358 'type': 'static_library',
5360 'sources': [ 5359 'sources': [
5361 'browser/userfeedback/proto/annotations.proto', 5360 'browser/feedback/proto/annotations.proto',
5362 'browser/userfeedback/proto/chrome.proto', 5361 'browser/feedback/proto/chrome.proto',
5363 'browser/userfeedback/proto/common.proto', 5362 'browser/feedback/proto/common.proto',
5364 'browser/userfeedback/proto/dom.proto', 5363 'browser/feedback/proto/dom.proto',
5365 'browser/userfeedback/proto/extension.proto', 5364 'browser/feedback/proto/extension.proto',
5366 'browser/userfeedback/proto/math.proto', 5365 'browser/feedback/proto/math.proto',
5367 'browser/userfeedback/proto/web.proto', 5366 'browser/feedback/proto/web.proto',
5368 ], 5367 ],
5369 'variables': { 5368 'variables': {
5370 'proto_in_dir': 'browser/userfeedback/proto', 5369 'proto_in_dir': 'browser/feedback/proto',
5371 'proto_out_dir': 'chrome/browser/userfeedback/proto', 5370 'proto_out_dir': 'chrome/browser/feedback/proto',
5372 }, 5371 },
5373 'includes': [ '../build/protoc.gypi' ] 5372 'includes': [ '../build/protoc.gypi' ]
5374 }, 5373 },
5375 { 5374 {
5376 # Protobuf compiler / generator for the safebrowsing reporting 5375 # Protobuf compiler / generator for the safebrowsing reporting
5377 # protocol buffer. 5376 # protocol buffer.
5378 'target_name': 'safe_browsing_report_proto', 5377 'target_name': 'safe_browsing_report_proto',
5379 'type': 'static_library', 5378 'type': 'static_library',
5380 'sources': [ 'browser/safe_browsing/report.proto' ], 5379 'sources': [ 'browser/safe_browsing/report.proto' ],
5381 'variables': { 5380 'variables': {
5382 'proto_in_dir': 'browser/safe_browsing', 5381 'proto_in_dir': 'browser/safe_browsing',
5383 'proto_out_dir': 'chrome/browser/safe_browsing', 5382 'proto_out_dir': 'chrome/browser/safe_browsing',
5384 }, 5383 },
5385 'includes': [ '../build/protoc.gypi' ] 5384 'includes': [ '../build/protoc.gypi' ]
5386 }, 5385 },
5387 { 5386 {
5388 # Protobuf compiler / generator for the InMemoryURLIndex caching 5387 # Protobuf compiler / generator for the InMemoryURLIndex caching
5389 # protocol buffer. 5388 # protocol buffer.
5390 'target_name': 'in_memory_url_index_cache_proto', 5389 'target_name': 'in_memory_url_index_cache_proto',
5391 'type': 'static_library', 5390 'type': 'static_library',
5392 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5391 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5393 'variables': { 5392 'variables': {
5394 'proto_in_dir': 'browser/history', 5393 'proto_in_dir': 'browser/history',
5395 'proto_out_dir': 'chrome/browser/history', 5394 'proto_out_dir': 'chrome/browser/history',
5396 }, 5395 },
5397 'includes': [ '../build/protoc.gypi' ] 5396 'includes': [ '../build/protoc.gypi' ]
5398 }, 5397 },
5399 ], 5398 ],
5400 } 5399 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698