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

Side by Side Diff: chrome/chrome.gyp

Issue 246085: Hook up --pack-extension on Linux and FreeBSD. (Closed)
Patch Set: duh .. use correct define Created 11 years, 2 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
« no previous file with comments | « chrome/browser/browser_init.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after
2332 '../build/linux/system.gyp:gtk', 2332 '../build/linux/system.gyp:gtk',
2333 '../build/linux/system.gyp:gtkprint', 2333 '../build/linux/system.gyp:gtkprint',
2334 '../build/linux/system.gyp:nss', 2334 '../build/linux/system.gyp:nss',
2335 '../base/base.gyp:linux_versioninfo', 2335 '../base/base.gyp:linux_versioninfo',
2336 ], 2336 ],
2337 'sources!': [ 2337 'sources!': [
2338 'browser/views/extensions/extension_shelf.cc', 2338 'browser/views/extensions/extension_shelf.cc',
2339 'browser/views/extensions/extension_shelf.h', 2339 'browser/views/extensions/extension_shelf.h',
2340 'browser/views/extensions/extension_view.cc', 2340 'browser/views/extensions/extension_view.cc',
2341 'browser/views/extensions/extension_view.h', 2341 'browser/views/extensions/extension_view.h',
2342 # Windows-specific files. 2342 # Windows-specific files.
2343 'browser/password_manager/password_store_win.cc', 2343 'browser/password_manager/password_store_win.cc',
2344 'browser/password_manager/password_store_win.h', 2344 'browser/password_manager/password_store_win.h',
2345 ], 2345 ],
2346 'sources': [ 2346 'sources': [
2347 'browser/net/ssl_config_service_manager_pref.cc', 2347 'browser/net/ssl_config_service_manager_pref.cc',
2348 ], 2348 ],
2349 'conditions': [ 2349 'conditions': [
2350 ['linux_breakpad==1', { 2350 ['linux_breakpad==1', {
2351 'sources': [ 2351 'sources': [
2352 'browser/renderer_host/render_crash_handler_host_linux.cc', 2352 'browser/renderer_host/render_crash_handler_host_linux.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2385 '../build/linux/system.gyp:nss', 2385 '../build/linux/system.gyp:nss',
2386 ], 2386 ],
2387 }], 2387 }],
2388 ['OS=="mac"', { 2388 ['OS=="mac"', {
2389 'sources!': [ 2389 'sources!': [
2390 'browser/automation/automation_provider_list_generic.cc', 2390 'browser/automation/automation_provider_list_generic.cc',
2391 'browser/bookmarks/bookmark_context_menu.cc', 2391 'browser/bookmarks/bookmark_context_menu.cc',
2392 'browser/bookmarks/bookmark_drop_info.cc', 2392 'browser/bookmarks/bookmark_drop_info.cc',
2393 'browser/dock_info.cc', 2393 'browser/dock_info.cc',
2394 'browser/download/download_request_dialog_delegate_win.cc', 2394 'browser/download/download_request_dialog_delegate_win.cc',
2395 'browser/extensions/extension_creator.cc',
2396 'browser/extensions/pack_extension_job.cc',
2395 'browser/jankometer.cc', 2397 'browser/jankometer.cc',
2396 'browser/password_manager/password_store_gnome.h', 2398 'browser/password_manager/password_store_gnome.h',
2397 'browser/password_manager/password_store_gnome.cc', 2399 'browser/password_manager/password_store_gnome.cc',
2398 'browser/password_manager/password_store_kwallet.h', 2400 'browser/password_manager/password_store_kwallet.h',
2399 'browser/password_manager/password_store_kwallet.cc', 2401 'browser/password_manager/password_store_kwallet.cc',
2400 'browser/password_manager/password_store_win.cc', 2402 'browser/password_manager/password_store_win.cc',
2401 'browser/password_manager/password_store_win.h', 2403 'browser/password_manager/password_store_win.h',
2402 'browser/views/extensions/extension_shelf.cc', 2404 'browser/views/extensions/extension_shelf.cc',
2403 'browser/views/extensions/extension_shelf.h', 2405 'browser/views/extensions/extension_shelf.h',
2404 'browser/views/extensions/extension_view.cc', 2406 'browser/views/extensions/extension_view.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
2740 ['include', '^browser/gtk/view_id_util.h'], 2742 ['include', '^browser/gtk/view_id_util.h'],
2741 2743
2742 # Other excluded stuff. 2744 # Other excluded stuff.
2743 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.c c'], 2745 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.c c'],
2744 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h '], 2746 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h '],
2745 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'], 2747 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'],
2746 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], 2748 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
2747 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], 2749 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
2748 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'], 2750 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'],
2749 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'], 2751 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'],
2750 # This compiles but has Linux shared build linking issues due to
2751 # missing rsa_private_key functions.
2752 ['exclude', '^browser/extensions/extension_creator.cc'],
2753 # This compiles but it needs extension_creator.
2754 ['exclude', '^browser/extensions/pack_extension_job.cc'],
2755 ], 2752 ],
2756 }], 2753 }],
2757 ['OS=="linux" and toolkit_views==0', { 2754 ['OS=="linux" and toolkit_views==0', {
2758 'sources/': [ 2755 'sources/': [
2759 ['include', '^browser/printing/print_dialog_gtk.cc'], 2756 ['include', '^browser/printing/print_dialog_gtk.cc'],
2760 ['include', '^browser/printing/print_dialog_gtk.h'], 2757 ['include', '^browser/printing/print_dialog_gtk.h'],
2761 ], 2758 ],
2762 }], 2759 }],
2763 ['chromeos==1',{ 2760 ['chromeos==1',{
2764 'dependencies': [ 2761 'dependencies': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
2830 ], 2827 ],
2831 }], 2828 }],
2832 ], 2829 ],
2833 # Exclude files that should be excluded for all non-Windows platforms. 2830 # Exclude files that should be excluded for all non-Windows platforms.
2834 'sources!': [ 2831 'sources!': [
2835 'browser/autocomplete/autocomplete_accessibility.cc', 2832 'browser/autocomplete/autocomplete_accessibility.cc',
2836 'browser/bookmarks/bookmark_menu_controller.cc', 2833 'browser/bookmarks/bookmark_menu_controller.cc',
2837 'browser/bookmarks/bookmark_menu_controller.h', 2834 'browser/bookmarks/bookmark_menu_controller.h',
2838 'browser/browser_accessibility.cc', 2835 'browser/browser_accessibility.cc',
2839 'browser/browser_accessibility_manager.cc', 2836 'browser/browser_accessibility_manager.cc',
2840 'browser/extensions/extension_creator.cc',
2841 'browser/extensions/pack_extension_job.cc',
2842 'browser/dom_ui/html_dialog_contents.cc', 2837 'browser/dom_ui/html_dialog_contents.cc',
2843 'browser/external_tab_container.cc', 2838 'browser/external_tab_container.cc',
2844 'browser/google_update.cc', 2839 'browser/google_update.cc',
2845 'browser/history/history_indexer.idl', 2840 'browser/history/history_indexer.idl',
2846 'browser/history_tab_ui.cc', 2841 'browser/history_tab_ui.cc',
2847 'browser/history_view.cc', 2842 'browser/history_view.cc',
2848 'browser/ime_input.cc', 2843 'browser/ime_input.cc',
2849 'browser/importer/ie_importer.cc', 2844 'browser/importer/ie_importer.cc',
2850 'browser/jumplist.cc', 2845 'browser/jumplist.cc',
2851 'browser/sandbox_policy.cc', 2846 'browser/sandbox_policy.cc',
(...skipping 3955 matching lines...) Expand 10 before | Expand all | Expand 10 after
6807 'defines': [ 6802 'defines': [
6808 'POSIX', 6803 'POSIX',
6809 ], 6804 ],
6810 }], 6805 }],
6811 ], 6806 ],
6812 }, 6807 },
6813 ], # targets when chrome_personalization==1 6808 ], # targets when chrome_personalization==1
6814 }], 6809 }],
6815 ], # 'conditions' 6810 ], # 'conditions'
6816 } 6811 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_init.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698