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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10700027: browser: Move global error to subdir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/ui/views/toolbar_view.cc ('k') | chrome/chrome_tests.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2892 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 'browser/ui/find_bar/find_tab_helper.cc', 2903 'browser/ui/find_bar/find_tab_helper.cc',
2904 'browser/ui/find_bar/find_tab_helper.h', 2904 'browser/ui/find_bar/find_tab_helper.h',
2905 'browser/ui/fullscreen_controller.cc', 2905 'browser/ui/fullscreen_controller.cc',
2906 'browser/ui/fullscreen_controller.h', 2906 'browser/ui/fullscreen_controller.h',
2907 'browser/ui/fullscreen_exit_bubble.cc', 2907 'browser/ui/fullscreen_exit_bubble.cc',
2908 'browser/ui/fullscreen_exit_bubble.h', 2908 'browser/ui/fullscreen_exit_bubble.h',
2909 'browser/ui/fullscreen_exit_bubble_type.cc', 2909 'browser/ui/fullscreen_exit_bubble_type.cc',
2910 'browser/ui/fullscreen_exit_bubble_type.h', 2910 'browser/ui/fullscreen_exit_bubble_type.h',
2911 'browser/ui/gesture_prefs_observer_factory_aura.cc', 2911 'browser/ui/gesture_prefs_observer_factory_aura.cc',
2912 'browser/ui/gesture_prefs_observer_factory_aura.h', 2912 'browser/ui/gesture_prefs_observer_factory_aura.h',
2913 'browser/ui/global_error.cc', 2913 'browser/ui/global_error/global_error.cc',
2914 'browser/ui/global_error.h', 2914 'browser/ui/global_error/global_error.h',
2915 'browser/ui/global_error_bubble_view_base.h', 2915 'browser/ui/global_error/global_error_bubble_view_base.h',
2916 'browser/ui/global_error_service.cc', 2916 'browser/ui/global_error/global_error_service.cc',
2917 'browser/ui/global_error_service.h', 2917 'browser/ui/global_error/global_error_service.h',
2918 'browser/ui/global_error_service_factory.cc', 2918 'browser/ui/global_error/global_error_service_factory.cc',
2919 'browser/ui/global_error_service_factory.h', 2919 'browser/ui/global_error/global_error_service_factory.h',
2920 'browser/ui/gtk/accelerators_gtk.cc', 2920 'browser/ui/gtk/accelerators_gtk.cc',
2921 'browser/ui/gtk/accelerators_gtk.h', 2921 'browser/ui/gtk/accelerators_gtk.h',
2922 'browser/ui/gtk/autofill/autofill_popup_view_gtk.cc', 2922 'browser/ui/gtk/autofill/autofill_popup_view_gtk.cc',
2923 'browser/ui/gtk/autofill/autofill_popup_view_gtk.h', 2923 'browser/ui/gtk/autofill/autofill_popup_view_gtk.h',
2924 'browser/ui/gtk/avatar_menu_bubble_gtk.cc', 2924 'browser/ui/gtk/avatar_menu_bubble_gtk.cc',
2925 'browser/ui/gtk/avatar_menu_bubble_gtk.h', 2925 'browser/ui/gtk/avatar_menu_bubble_gtk.h',
2926 'browser/ui/gtk/avatar_menu_button_gtk.cc', 2926 'browser/ui/gtk/avatar_menu_button_gtk.cc',
2927 'browser/ui/gtk/avatar_menu_button_gtk.h', 2927 'browser/ui/gtk/avatar_menu_button_gtk.h',
2928 'browser/ui/gtk/avatar_menu_item_gtk.cc', 2928 'browser/ui/gtk/avatar_menu_item_gtk.cc',
2929 'browser/ui/gtk/avatar_menu_item_gtk.h', 2929 'browser/ui/gtk/avatar_menu_item_gtk.h',
(...skipping 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after
5330 'browser/metrics/proto/study.proto', 5330 'browser/metrics/proto/study.proto',
5331 ], 5331 ],
5332 'variables': { 5332 'variables': {
5333 'proto_in_dir': 'browser/metrics/proto', 5333 'proto_in_dir': 'browser/metrics/proto',
5334 'proto_out_dir': 'chrome/browser/metrics/proto', 5334 'proto_out_dir': 'chrome/browser/metrics/proto',
5335 }, 5335 },
5336 'includes': [ '../build/protoc.gypi' ] 5336 'includes': [ '../build/protoc.gypi' ]
5337 }, 5337 },
5338 ], 5338 ],
5339 } 5339 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698