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

Side by Side Diff: chrome/chrome.gyp

Issue 173357: Error diagnostics for Blacklist IO... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
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 1891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1902 'browser/views/about_network_dialog.cc', 1902 'browser/views/about_network_dialog.cc',
1903 'browser/views/about_network_dialog.h', 1903 'browser/views/about_network_dialog.h',
1904 'browser/views/accelerator_table_gtk.cc', 1904 'browser/views/accelerator_table_gtk.cc',
1905 'browser/views/accelerator_table_gtk.h', 1905 'browser/views/accelerator_table_gtk.h',
1906 'browser/views/autocomplete/autocomplete_popup_contents_view.cc', 1906 'browser/views/autocomplete/autocomplete_popup_contents_view.cc',
1907 'browser/views/autocomplete/autocomplete_popup_contents_view.h', 1907 'browser/views/autocomplete/autocomplete_popup_contents_view.h',
1908 'browser/views/autocomplete/autocomplete_popup_win.cc', 1908 'browser/views/autocomplete/autocomplete_popup_win.cc',
1909 'browser/views/autocomplete/autocomplete_popup_win.h', 1909 'browser/views/autocomplete/autocomplete_popup_win.h',
1910 'browser/views/autocomplete/autocomplete_popup_gtk.cc', 1910 'browser/views/autocomplete/autocomplete_popup_gtk.cc',
1911 'browser/views/autocomplete/autocomplete_popup_gtk.h', 1911 'browser/views/autocomplete/autocomplete_popup_gtk.h',
1912 'browser/views/blacklist_error_dialog.cc',
1913 'browser/views/blacklist_error_dialog.h',
1912 'browser/views/blocked_popup_container_view_win.cc', 1914 'browser/views/blocked_popup_container_view_win.cc',
1913 'browser/views/blocked_popup_container_view_win.h', 1915 'browser/views/blocked_popup_container_view_win.h',
1914 'browser/views/bookmark_bar_view.cc', 1916 'browser/views/bookmark_bar_view.cc',
1915 'browser/views/bookmark_bar_view.h', 1917 'browser/views/bookmark_bar_view.h',
1916 'browser/views/bookmark_bubble_view.cc', 1918 'browser/views/bookmark_bubble_view.cc',
1917 'browser/views/bookmark_bubble_view.h', 1919 'browser/views/bookmark_bubble_view.h',
1918 'browser/views/bookmark_context_menu.cc', 1920 'browser/views/bookmark_context_menu.cc',
1919 'browser/views/bookmark_context_menu.h', 1921 'browser/views/bookmark_context_menu.h',
1920 'browser/views/bookmark_editor_view.cc', 1922 'browser/views/bookmark_editor_view.cc',
1921 'browser/views/bookmark_editor_view.h', 1923 'browser/views/bookmark_editor_view.h',
(...skipping 4153 matching lines...) Expand 10 before | Expand all | Expand 10 after
6075 # Use outputs of this action as inputs for the main target build. 6077 # Use outputs of this action as inputs for the main target build.
6076 # Seems as a misnomer but makes this happy on Linux (scons). 6078 # Seems as a misnomer but makes this happy on Linux (scons).
6077 'process_outputs_as_sources': 1, 6079 'process_outputs_as_sources': 1,
6078 }, 6080 },
6079 ], # 'actions' 6081 ], # 'actions'
6080 }, 6082 },
6081 ] 6083 ]
6082 }], 6084 }],
6083 ], # 'conditions' 6085 ], # 'conditions'
6084 } 6086 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698