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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8423035: Split out fullscreen logic from Browser into FullscreenController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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) 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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after
2396 'browser/ui/blocked_content/blocked_content_tab_helper.h', 2396 'browser/ui/blocked_content/blocked_content_tab_helper.h',
2397 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', 2397 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc',
2398 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', 2398 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h',
2399 'browser/ui/bookmarks/bookmark_bar.h', 2399 'browser/ui/bookmarks/bookmark_bar.h',
2400 'browser/ui/bookmarks/bookmark_tab_helper.cc', 2400 'browser/ui/bookmarks/bookmark_tab_helper.cc',
2401 'browser/ui/bookmarks/bookmark_tab_helper.h', 2401 'browser/ui/bookmarks/bookmark_tab_helper.h',
2402 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', 2402 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc',
2403 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', 2403 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h',
2404 'browser/ui/browser.cc', 2404 'browser/ui/browser.cc',
2405 'browser/ui/browser.h', 2405 'browser/ui/browser.h',
2406 'browser/ui/fullscreen_controller.cc',
2407 'browser/ui/fullscreen_controller.h',
2406 'browser/ui/browser_dialogs.h', 2408 'browser/ui/browser_dialogs.h',
2407 'browser/ui/browser_init.cc', 2409 'browser/ui/browser_init.cc',
2408 'browser/ui/browser_init.h', 2410 'browser/ui/browser_init.h',
2409 'browser/ui/browser_list.cc', 2411 'browser/ui/browser_list.cc',
2410 'browser/ui/browser_list.h', 2412 'browser/ui/browser_list.h',
2411 'browser/ui/browser_list_gtk.cc', 2413 'browser/ui/browser_list_gtk.cc',
2412 'browser/ui/browser_list_mac.mm', 2414 'browser/ui/browser_list_mac.mm',
2413 'browser/ui/browser_list_stub.cc', 2415 'browser/ui/browser_list_stub.cc',
2414 'browser/ui/browser_list_win.cc', 2416 'browser/ui/browser_list_win.cc',
2415 'browser/ui/browser_navigator.cc', 2417 'browser/ui/browser_navigator.cc',
(...skipping 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after
5282 'type': 'static_library', 5284 'type': 'static_library',
5283 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5285 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5284 'variables': { 5286 'variables': {
5285 'proto_in_dir': 'browser/history', 5287 'proto_in_dir': 'browser/history',
5286 'proto_out_dir': 'chrome/browser/history', 5288 'proto_out_dir': 'chrome/browser/history',
5287 }, 5289 },
5288 'includes': [ '../build/protoc.gypi' ] 5290 'includes': [ '../build/protoc.gypi' ]
5289 }, 5291 },
5290 ], 5292 ],
5291 } 5293 }
OLDNEW
« chrome/browser/ui/fullscreen_controller.cc ('K') | « chrome/browser/ui/fullscreen_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698