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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7945014: Applied review comments from oshima for CL 7850026. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/screensaver_window_finder_linux.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) 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 'dependencies': [ 10 'dependencies': [
(...skipping 1940 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 'browser/safe_browsing/safe_browsing_database.cc', 1951 'browser/safe_browsing/safe_browsing_database.cc',
1952 'browser/safe_browsing/safe_browsing_database.h', 1952 'browser/safe_browsing/safe_browsing_database.h',
1953 'browser/safe_browsing/safe_browsing_service.cc', 1953 'browser/safe_browsing/safe_browsing_service.cc',
1954 'browser/safe_browsing/safe_browsing_service.h', 1954 'browser/safe_browsing/safe_browsing_service.h',
1955 'browser/safe_browsing/safe_browsing_store.cc', 1955 'browser/safe_browsing/safe_browsing_store.cc',
1956 'browser/safe_browsing/safe_browsing_store.h', 1956 'browser/safe_browsing/safe_browsing_store.h',
1957 'browser/safe_browsing/safe_browsing_store_file.cc', 1957 'browser/safe_browsing/safe_browsing_store_file.cc',
1958 'browser/safe_browsing/safe_browsing_store_file.h', 1958 'browser/safe_browsing/safe_browsing_store_file.h',
1959 'browser/safe_browsing/safe_browsing_util.cc', 1959 'browser/safe_browsing/safe_browsing_util.cc',
1960 'browser/safe_browsing/safe_browsing_util.h', 1960 'browser/safe_browsing/safe_browsing_util.h',
1961 'browser/screensaver_window_finder_linux.cc', 1961 'browser/screensaver_window_finder_gtk.cc',
1962 'browser/screensaver_window_finder_linux.h', 1962 'browser/screensaver_window_finder_gtk.h',
1963 'browser/search_engines/search_engine_type.h', 1963 'browser/search_engines/search_engine_type.h',
1964 'browser/search_engines/search_host_to_urls_map.cc', 1964 'browser/search_engines/search_host_to_urls_map.cc',
1965 'browser/search_engines/search_host_to_urls_map.h', 1965 'browser/search_engines/search_host_to_urls_map.h',
1966 'browser/search_engines/search_provider_install_data.cc', 1966 'browser/search_engines/search_provider_install_data.cc',
1967 'browser/search_engines/search_provider_install_data.h', 1967 'browser/search_engines/search_provider_install_data.h',
1968 'browser/search_engines/search_provider_install_state_message_filter.cc' , 1968 'browser/search_engines/search_provider_install_state_message_filter.cc' ,
1969 'browser/search_engines/search_provider_install_state_message_filter.h', 1969 'browser/search_engines/search_provider_install_state_message_filter.h',
1970 'browser/search_engines/search_terms_data.cc', 1970 'browser/search_engines/search_terms_data.cc',
1971 'browser/search_engines/search_terms_data.h', 1971 'browser/search_engines/search_terms_data.h',
1972 'browser/search_engines/template_url.cc', 1972 'browser/search_engines/template_url.cc',
(...skipping 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after
4956 ['exclude', '^browser/first_run/first_run_gtk.cc'], 4956 ['exclude', '^browser/first_run/first_run_gtk.cc'],
4957 ['exclude', '^browser/google/google_update.cc'], 4957 ['exclude', '^browser/google/google_update.cc'],
4958 ['exclude', '^browser/google/google_update.h'], 4958 ['exclude', '^browser/google/google_update.h'],
4959 ['exclude', '^browser/platform_util_common_linux.cc'], 4959 ['exclude', '^browser/platform_util_common_linux.cc'],
4960 ['exclude', '^browser/platform_util_linux.cc'], 4960 ['exclude', '^browser/platform_util_linux.cc'],
4961 ['exclude', '^browser/printing/print_dialog_gtk.cc'], 4961 ['exclude', '^browser/printing/print_dialog_gtk.cc'],
4962 ['exclude', '^browser/printing/print_dialog_gtk.h'], 4962 ['exclude', '^browser/printing/print_dialog_gtk.h'],
4963 ['exclude', '^browser/process_singleton_linux.cc'], 4963 ['exclude', '^browser/process_singleton_linux.cc'],
4964 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 4964 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
4965 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 4965 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
4966 ['exclude', '^browser/screensaver_window_finder_gtk.cc'],
4967 ['exclude', '^browser/screensaver_window_finder_gtk.h'],
4966 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'], 4968 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'],
4967 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'] , 4969 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'] ,
4968 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'], 4970 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'],
4969 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], 4971 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
4970 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], 4972 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
4971 ['exclude', '^browser/themes/theme_service_gtk.cc'], 4973 ['exclude', '^browser/themes/theme_service_gtk.cc'],
4972 ['exclude', '^browser/ui/gtk/*'], 4974 ['exclude', '^browser/ui/gtk/*'],
4973 ['exclude', '^browser/ui/input_window_dialog.h'], 4975 ['exclude', '^browser/ui/input_window_dialog.h'],
4974 ['exclude', '^browser/ui/input_window_dialog_gtk.cc'], 4976 ['exclude', '^browser/ui/input_window_dialog_gtk.cc'],
4975 ['exclude', '^browser/ui/input_window_dialog_win.cc'], 4977 ['exclude', '^browser/ui/input_window_dialog_win.cc'],
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
5132 # weak imports in dependents, who still must #include 5134 # weak imports in dependents, who still must #include
5133 # closure_blocks_leopard_compat.h to get weak imports. 5135 # closure_blocks_leopard_compat.h to get weak imports.
5134 'type': 'none', 5136 'type': 'none',
5135 }], 5137 }],
5136 ], 5138 ],
5137 }, 5139 },
5138 ], 5140 ],
5139 }], 5141 }],
5140 ], 5142 ],
5141 } 5143 }
OLDNEW
« no previous file with comments | « chrome/browser/screensaver_window_finder_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698