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

Side by Side Diff: chrome/chrome.gyp

Issue 342040: Enable ExternalProtocolDialog for linux/views (Closed)
Patch Set: fix linux build Created 11 years, 1 month 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/views/external_protocol_dialog.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 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'browser/chromeos/clock_menu_button.cc', 967 'browser/chromeos/clock_menu_button.cc',
968 'browser/chromeos/clock_menu_button.h', 968 'browser/chromeos/clock_menu_button.h',
969 'browser/chromeos/compact_location_bar.cc', 969 'browser/chromeos/compact_location_bar.cc',
970 'browser/chromeos/compact_location_bar.h', 970 'browser/chromeos/compact_location_bar.h',
971 'browser/chromeos/compact_navigation_bar.cc', 971 'browser/chromeos/compact_navigation_bar.cc',
972 'browser/chromeos/compact_navigation_bar.h', 972 'browser/chromeos/compact_navigation_bar.h',
973 'browser/chromeos/cros_library.cc', 973 'browser/chromeos/cros_library.cc',
974 'browser/chromeos/cros_library.h', 974 'browser/chromeos/cros_library.h',
975 'browser/chromeos/external_cookie_handler.cc', 975 'browser/chromeos/external_cookie_handler.cc',
976 'browser/chromeos/external_cookie_handler.h', 976 'browser/chromeos/external_cookie_handler.h',
977 'browser/chromeos/external_protocol_dialog.cc',
978 'browser/chromeos/external_protocol_dialog.h',
977 'browser/chromeos/gview_request_interceptor.cc', 979 'browser/chromeos/gview_request_interceptor.cc',
978 'browser/chromeos/gview_request_interceptor.h', 980 'browser/chromeos/gview_request_interceptor.h',
979 'browser/chromeos/main_menu.cc', 981 'browser/chromeos/main_menu.cc',
980 'browser/chromeos/main_menu.h', 982 'browser/chromeos/main_menu.h',
981 'browser/chromeos/network_library.cc', 983 'browser/chromeos/network_library.cc',
982 'browser/chromeos/network_library.h', 984 'browser/chromeos/network_library.h',
983 'browser/chromeos/network_menu_button.cc', 985 'browser/chromeos/network_menu_button.cc',
984 'browser/chromeos/network_menu_button.h', 986 'browser/chromeos/network_menu_button.h',
985 'browser/chromeos/panel_controller.cc', 987 'browser/chromeos/panel_controller.cc',
986 'browser/chromeos/panel_controller.h', 988 'browser/chromeos/panel_controller.h',
(...skipping 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after
2456 # This file is generated by GRIT. 2458 # This file is generated by GRIT.
2457 '<(grit_out_dir)/grit/theme_resources_map.cc', 2459 '<(grit_out_dir)/grit/theme_resources_map.cc',
2458 ], 2460 ],
2459 'conditions': [ 2461 'conditions': [
2460 ['javascript_engine=="v8"', { 2462 ['javascript_engine=="v8"', {
2461 'defines': [ 2463 'defines': [
2462 'CHROME_V8', 2464 'CHROME_V8',
2463 ], 2465 ],
2464 }], 2466 }],
2465 ['chromeos==1 and toolkit_views==0', { 2467 ['chromeos==1 and toolkit_views==0', {
2466 'sources!': [ 2468 'sources/': [
2467 'browser/chromeos/browser_extenders.cc', 2469 ['exclude', '^browser/chromeos/browser_extenders.cc'],
2470 ['exclude', '^browser/gtk/external_protocol_dialog_gtk.cc'],
2471 ['exclude', '^browser/gtk/external_protocol_dialog_gtk.h'],
2468 ], 2472 ],
2469 }], 2473 }],
2470 ['chromeos==0 and toolkit_views==0', { 2474 ['chromeos==0 and toolkit_views==0', {
2471 'sources/': [ 2475 'sources/': [
2472 ['exclude', '^browser/chromeos'], 2476 ['exclude', '^browser/chromeos'],
2473 ], 2477 ],
2474 }], 2478 }],
2475 ['OS=="linux"', { 2479 ['OS=="linux"', {
2476 'dependencies': [ 2480 'dependencies': [
2477 # Temporarily disabled while we figure some stuff out. 2481 # Temporarily disabled while we figure some stuff out.
(...skipping 4494 matching lines...) Expand 10 before | Expand all | Expand 10 after
6972 ] 6976 ]
6973 }], 6977 }],
6974 ], # 'conditions' 6978 ], # 'conditions'
6975 } 6979 }
6976 6980
6977 # Local Variables: 6981 # Local Variables:
6978 # tab-width:2 6982 # tab-width:2
6979 # indent-tabs-mode:nil 6983 # indent-tabs-mode:nil
6980 # End: 6984 # End:
6981 # vim: set expandtab tabstop=2 shiftwidth=2: 6985 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/external_protocol_dialog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698