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

Side by Side Diff: chrome/chrome.gyp

Issue 199025: Fix some gcc 4.4 issues when compiling with toolkit_views. (Closed)
Patch Set: Remove CreateFindBar, use COMPILER_GCC and add comments. Created 11 years, 3 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/views/tabs/tab_strip.cc ('k') | views/controls/button/custom_button.cc » ('j') | 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 2508 matching lines...) Expand 10 before | Expand all | Expand 10 after
2519 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'], 2519 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'],
2520 ['include', '^browser/gtk/hung_renderer_dialog_gtk.h'], 2520 ['include', '^browser/gtk/hung_renderer_dialog_gtk.h'],
2521 ['include', '^browser/gtk/import_dialog_gtk.cc'], 2521 ['include', '^browser/gtk/import_dialog_gtk.cc'],
2522 ['include', '^browser/gtk/import_dialog_gtk.h'], 2522 ['include', '^browser/gtk/import_dialog_gtk.h'],
2523 ['include', '^browser/gtk/import_progress_dialog_gtk.cc'], 2523 ['include', '^browser/gtk/import_progress_dialog_gtk.cc'],
2524 ['include', '^browser/gtk/import_progress_dialog_gtk.h'], 2524 ['include', '^browser/gtk/import_progress_dialog_gtk.h'],
2525 ['include', '^browser/gtk/import_lock_dialog_gtk.cc'], 2525 ['include', '^browser/gtk/import_lock_dialog_gtk.cc'],
2526 ['include', '^browser/gtk/import_lock_dialog_gtk.h'], 2526 ['include', '^browser/gtk/import_lock_dialog_gtk.h'],
2527 ['include', '^browser/gtk/keyword_editor_view.cc'], 2527 ['include', '^browser/gtk/keyword_editor_view.cc'],
2528 ['include', '^browser/gtk/keyword_editor_view.h'], 2528 ['include', '^browser/gtk/keyword_editor_view.h'],
2529 ['include', '^browser/gtk/list_store_favicon_loader.cc'],
2530 ['include', '^browser/gtk/list_store_favicon_loader.h'],
2531 ['include', '^browser/gtk/menu_gtk.cc'], 2529 ['include', '^browser/gtk/menu_gtk.cc'],
2532 ['include', '^browser/gtk/menu_gtk.h'], 2530 ['include', '^browser/gtk/menu_gtk.h'],
2533 ['include', '^browser/gtk/tab_contents_drag_source.cc'], 2531 ['include', '^browser/gtk/tab_contents_drag_source.cc'],
2534 ['include', '^browser/gtk/tab_contents_drag_source.h'], 2532 ['include', '^browser/gtk/tab_contents_drag_source.h'],
2535 ['include', '^browser/gtk/view_id_util.cc'], 2533 ['include', '^browser/gtk/view_id_util.cc'],
2536 ['include', '^browser/gtk/view_id_util.h'], 2534 ['include', '^browser/gtk/view_id_util.h'],
2537 2535
2538 # Other excluded stuff. 2536 # Other excluded stuff.
2539 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.c c'], 2537 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.c c'],
2540 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h '], 2538 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h '],
2541 ['exclude', '^browser/browser_theme_provider_gtk.cc'], 2539 ['exclude', '^browser/browser_theme_provider_gtk.cc'],
2542 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'], 2540 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'],
2543 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], 2541 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
2544 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], 2542 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
2545 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'], 2543 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'],
2546 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'], 2544 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'],
2545 # This compiles but has Linux shared build linking issues due to
2546 # missing rsa_private_key functions.
2547 ['exclude', '^browser/extensions/extension_creator.cc'],
2548 # This compiles but it needs extension_creator.
2549 ['exclude', '^browser/extensions/pack_extension_job.cc'],
2547 ], 2550 ],
2548 }], 2551 }],
2549 ['chromeos==1',{ 2552 ['chromeos==1',{
2550 'dependencies': [ 2553 'dependencies': [
2551 '../third_party/protobuf2/protobuf.gyp:protobuf', 2554 '../third_party/protobuf2/protobuf.gyp:protobuf',
2552 '../third_party/protobuf2/protobuf.gyp:protoc', 2555 '../third_party/protobuf2/protobuf.gyp:protoc',
2553 ], 2556 ],
2554 'actions': [ 2557 'actions': [
2555 { 2558 {
2556 'action_name': 'my_proto', 2559 'action_name': 'my_proto',
(...skipping 3285 matching lines...) Expand 10 before | Expand all | Expand 10 after
5842 # Use outputs of this action as inputs for the main target build. 5845 # Use outputs of this action as inputs for the main target build.
5843 # Seems as a misnomer but makes this happy on Linux (scons). 5846 # Seems as a misnomer but makes this happy on Linux (scons).
5844 'process_outputs_as_sources': 1, 5847 'process_outputs_as_sources': 1,
5845 }, 5848 },
5846 ], # 'actions' 5849 ], # 'actions'
5847 }, 5850 },
5848 ] 5851 ]
5849 }], 5852 }],
5850 ], # 'conditions' 5853 ], # 'conditions'
5851 } 5854 }
OLDNEW
« no previous file with comments | « chrome/browser/views/tabs/tab_strip.cc ('k') | views/controls/button/custom_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698