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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10702030: Move fullscreen_controller* to a subdirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge tot 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/fullscreen_exit_bubble_views.h ('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 2888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2899 'browser/ui/extensions/web_auth_flow_window.h', 2899 'browser/ui/extensions/web_auth_flow_window.h',
2900 'browser/ui/find_bar/find_bar.h', 2900 'browser/ui/find_bar/find_bar.h',
2901 'browser/ui/find_bar/find_bar_controller.cc', 2901 'browser/ui/find_bar/find_bar_controller.cc',
2902 'browser/ui/find_bar/find_bar_controller.h', 2902 'browser/ui/find_bar/find_bar_controller.h',
2903 'browser/ui/find_bar/find_bar_state.h', 2903 'browser/ui/find_bar/find_bar_state.h',
2904 'browser/ui/find_bar/find_bar_state_factory.cc', 2904 'browser/ui/find_bar/find_bar_state_factory.cc',
2905 'browser/ui/find_bar/find_bar_state_factory.h', 2905 'browser/ui/find_bar/find_bar_state_factory.h',
2906 'browser/ui/find_bar/find_notification_details.h', 2906 'browser/ui/find_bar/find_notification_details.h',
2907 'browser/ui/find_bar/find_tab_helper.cc', 2907 'browser/ui/find_bar/find_tab_helper.cc',
2908 'browser/ui/find_bar/find_tab_helper.h', 2908 'browser/ui/find_bar/find_tab_helper.h',
2909 'browser/ui/fullscreen_controller.cc', 2909 'browser/ui/fullscreen/fullscreen_controller.cc',
2910 'browser/ui/fullscreen_controller.h', 2910 'browser/ui/fullscreen/fullscreen_controller.h',
2911 'browser/ui/fullscreen_exit_bubble.cc', 2911 'browser/ui/fullscreen/fullscreen_exit_bubble.cc',
2912 'browser/ui/fullscreen_exit_bubble.h', 2912 'browser/ui/fullscreen/fullscreen_exit_bubble.h',
2913 'browser/ui/fullscreen_exit_bubble_type.cc', 2913 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc',
2914 'browser/ui/fullscreen_exit_bubble_type.h', 2914 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h',
2915 'browser/ui/gesture_prefs_observer_factory_aura.cc', 2915 'browser/ui/gesture_prefs_observer_factory_aura.cc',
2916 'browser/ui/gesture_prefs_observer_factory_aura.h', 2916 'browser/ui/gesture_prefs_observer_factory_aura.h',
2917 'browser/ui/global_error.cc', 2917 'browser/ui/global_error.cc',
2918 'browser/ui/global_error.h', 2918 'browser/ui/global_error.h',
2919 'browser/ui/global_error_bubble_view_base.h', 2919 'browser/ui/global_error_bubble_view_base.h',
2920 'browser/ui/global_error_service.cc', 2920 'browser/ui/global_error_service.cc',
2921 'browser/ui/global_error_service.h', 2921 'browser/ui/global_error_service.h',
2922 'browser/ui/global_error_service_factory.cc', 2922 'browser/ui/global_error_service_factory.cc',
2923 'browser/ui/global_error_service_factory.h', 2923 'browser/ui/global_error_service_factory.h',
2924 'browser/ui/gtk/accelerators_gtk.cc', 2924 'browser/ui/gtk/accelerators_gtk.cc',
(...skipping 2409 matching lines...) Expand 10 before | Expand all | Expand 10 after
5334 'browser/metrics/proto/study.proto', 5334 'browser/metrics/proto/study.proto',
5335 ], 5335 ],
5336 'variables': { 5336 'variables': {
5337 'proto_in_dir': 'browser/metrics/proto', 5337 'proto_in_dir': 'browser/metrics/proto',
5338 'proto_out_dir': 'chrome/browser/metrics/proto', 5338 'proto_out_dir': 'chrome/browser/metrics/proto',
5339 }, 5339 },
5340 'includes': [ '../build/protoc.gypi' ] 5340 'includes': [ '../build/protoc.gypi' ]
5341 }, 5341 },
5342 ], 5342 ],
5343 } 5343 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/fullscreen_exit_bubble_views.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698