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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1705009: Changing linux platform for chromeos. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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) 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',
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 'browser/extensions/extension_disabled_infobar_delegate.cc', 983 'browser/extensions/extension_disabled_infobar_delegate.cc',
984 'browser/extensions/extension_disabled_infobar_delegate.h', 984 'browser/extensions/extension_disabled_infobar_delegate.h',
985 'browser/extensions/extension_devtools_bridge.cc', 985 'browser/extensions/extension_devtools_bridge.cc',
986 'browser/extensions/extension_devtools_bridge.h', 986 'browser/extensions/extension_devtools_bridge.h',
987 'browser/extensions/extension_devtools_events.cc', 987 'browser/extensions/extension_devtools_events.cc',
988 'browser/extensions/extension_devtools_events.h', 988 'browser/extensions/extension_devtools_events.h',
989 'browser/extensions/extension_devtools_manager.cc', 989 'browser/extensions/extension_devtools_manager.cc',
990 'browser/extensions/extension_devtools_manager.h', 990 'browser/extensions/extension_devtools_manager.h',
991 'browser/extensions/extension_dom_ui.cc', 991 'browser/extensions/extension_dom_ui.cc',
992 'browser/extensions/extension_dom_ui.h', 992 'browser/extensions/extension_dom_ui.h',
993 'browser/extensions/extension_error_reporter.cc',
994 'browser/extensions/extension_error_reporter.h',
993 'browser/extensions/extension_event_names.cc', 995 'browser/extensions/extension_event_names.cc',
994 'browser/extensions/extension_event_names.h', 996 'browser/extensions/extension_event_names.h',
995 'browser/extensions/execute_code_in_tab_function.cc', 997 'browser/extensions/execute_code_in_tab_function.cc',
996 'browser/extensions/execute_code_in_tab_function.h', 998 'browser/extensions/execute_code_in_tab_function.h',
997 'browser/extensions/extension_browser_event_router.cc', 999 'browser/extensions/extension_browser_event_router.cc',
998 'browser/extensions/extension_browser_event_router.h', 1000 'browser/extensions/extension_browser_event_router.h',
999 'browser/extensions/extension_function.cc', 1001 'browser/extensions/extension_function.cc',
1000 'browser/extensions/extension_function.h', 1002 'browser/extensions/extension_function.h',
1001 'browser/extensions/extension_function_dispatcher.cc', 1003 'browser/extensions/extension_function_dispatcher.cc',
1002 'browser/extensions/extension_function_dispatcher.h', 1004 'browser/extensions/extension_function_dispatcher.h',
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
1704 # http://code.google.com/p/chromium/issues/detail?id=12351 1706 # http://code.google.com/p/chromium/issues/detail?id=12351
1705 # 'browser/password_manager/password_store_gnome.h', 1707 # 'browser/password_manager/password_store_gnome.h',
1706 # 'browser/password_manager/password_store_gnome.cc', 1708 # 'browser/password_manager/password_store_gnome.cc',
1707 # 'browser/password_manager/password_store_kwallet.h', 1709 # 'browser/password_manager/password_store_kwallet.h',
1708 # 'browser/password_manager/password_store_kwallet.cc', 1710 # 'browser/password_manager/password_store_kwallet.cc',
1709 'browser/password_manager/password_store_mac_internal.h', 1711 'browser/password_manager/password_store_mac_internal.h',
1710 'browser/password_manager/password_store_mac.h', 1712 'browser/password_manager/password_store_mac.h',
1711 'browser/password_manager/password_store_mac.cc', 1713 'browser/password_manager/password_store_mac.cc',
1712 'browser/password_manager/password_store_win.h', 1714 'browser/password_manager/password_store_win.h',
1713 'browser/password_manager/password_store_win.cc', 1715 'browser/password_manager/password_store_win.cc',
1716 'browser/platform_util.h',
1717 'browser/platform_util_linux.cc',
1718 'browser/platform_util_chromeos.cc',
1719 'browser/platform_util_common_linux.cc',
1720 'browser/platform_util_mac.mm',
1721 'browser/platform_util_win.cc',
1714 'browser/plugin_installer.cc', 1722 'browser/plugin_installer.cc',
1715 'browser/plugin_installer.h', 1723 'browser/plugin_installer.h',
1716 'browser/plugin_process_host.cc', 1724 'browser/plugin_process_host.cc',
1717 'browser/plugin_process_host.h', 1725 'browser/plugin_process_host.h',
1718 'browser/plugin_process_host_mac.cc', 1726 'browser/plugin_process_host_mac.cc',
1719 'browser/plugin_service.cc', 1727 'browser/plugin_service.cc',
1720 'browser/plugin_service.h', 1728 'browser/plugin_service.h',
1721 'browser/possible_url_model.cc', 1729 'browser/possible_url_model.cc',
1722 'browser/possible_url_model.h', 1730 'browser/possible_url_model.h',
1723 'browser/power_save_blocker.h', 1731 'browser/power_save_blocker.h',
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
2509 ['javascript_engine=="v8"', { 2517 ['javascript_engine=="v8"', {
2510 'defines': [ 2518 'defines': [
2511 'CHROME_V8', 2519 'CHROME_V8',
2512 ], 2520 ],
2513 }], 2521 }],
2514 ['chromeos==0', { 2522 ['chromeos==0', {
2515 'sources/': [ 2523 'sources/': [
2516 ['exclude', '^browser/chromeos'], 2524 ['exclude', '^browser/chromeos'],
2517 ], 2525 ],
2518 }], 2526 }],
2527 ['chromeos==1', {
2528 'sources!': [
2529 'browser/platform_util_linux.cc',
2530 ]
2531 }],
2519 ['OS=="linux"', { 2532 ['OS=="linux"', {
2520 'dependencies': [ 2533 'dependencies': [
2521 '../build/linux/system.gyp:dbus-glib', 2534 '../build/linux/system.gyp:dbus-glib',
2522 # Temporarily disabled while we figure some stuff out. 2535 # Temporarily disabled while we figure some stuff out.
2523 # http://code.google.com/p/chromium/issues/detail?id=12351 2536 # http://code.google.com/p/chromium/issues/detail?id=12351
2524 # '../build/linux/system.gyp:gnome-keyring', 2537 # '../build/linux/system.gyp:gnome-keyring',
2525 '../build/linux/system.gyp:gtk', 2538 '../build/linux/system.gyp:gtk',
2526 '../build/linux/system.gyp:gtkprint', 2539 '../build/linux/system.gyp:gtkprint',
2527 '../build/linux/system.gyp:nss', 2540 '../build/linux/system.gyp:nss',
2528 ], 2541 ],
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 ] 3388 ]
3376 }, 3389 },
3377 ], 3390 ],
3378 } 3391 }
3379 3392
3380 # Local Variables: 3393 # Local Variables:
3381 # tab-width:2 3394 # tab-width:2
3382 # indent-tabs-mode:nil 3395 # indent-tabs-mode:nil
3383 # End: 3396 # End:
3384 # vim: set expandtab tabstop=2 shiftwidth=2: 3397 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698