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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9309042: Move FocusTracker to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/cocoa/tabs/tab_window_controller.mm ('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 # 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2717 matching lines...) Expand 10 before | Expand all | Expand 10 after
2728 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.h', 2728 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.h',
2729 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm', 2729 'browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm',
2730 'browser/ui/cocoa/find_bar/find_bar_view.h', 2730 'browser/ui/cocoa/find_bar/find_bar_view.h',
2731 'browser/ui/cocoa/find_bar/find_bar_view.mm', 2731 'browser/ui/cocoa/find_bar/find_bar_view.mm',
2732 'browser/ui/cocoa/first_run_bubble_controller.h', 2732 'browser/ui/cocoa/first_run_bubble_controller.h',
2733 'browser/ui/cocoa/first_run_bubble_controller.mm', 2733 'browser/ui/cocoa/first_run_bubble_controller.mm',
2734 'browser/ui/cocoa/first_run_dialog.h', 2734 'browser/ui/cocoa/first_run_dialog.h',
2735 'browser/ui/cocoa/first_run_dialog.mm', 2735 'browser/ui/cocoa/first_run_dialog.mm',
2736 'browser/ui/cocoa/floating_bar_backing_view.h', 2736 'browser/ui/cocoa/floating_bar_backing_view.h',
2737 'browser/ui/cocoa/floating_bar_backing_view.mm', 2737 'browser/ui/cocoa/floating_bar_backing_view.mm',
2738 'browser/ui/cocoa/focus_tracker.h',
2739 'browser/ui/cocoa/focus_tracker.mm',
2740 'browser/ui/cocoa/framed_browser_window.h', 2738 'browser/ui/cocoa/framed_browser_window.h',
2741 'browser/ui/cocoa/framed_browser_window.mm', 2739 'browser/ui/cocoa/framed_browser_window.mm',
2742 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h', 2740 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h',
2743 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm', 2741 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm',
2744 'browser/ui/cocoa/fullscreen_exit_bubble_view.h', 2742 'browser/ui/cocoa/fullscreen_exit_bubble_view.h',
2745 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm', 2743 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm',
2746 'browser/ui/cocoa/fullscreen_window.h', 2744 'browser/ui/cocoa/fullscreen_window.h',
2747 'browser/ui/cocoa/fullscreen_window.mm', 2745 'browser/ui/cocoa/fullscreen_window.mm',
2748 'browser/ui/cocoa/global_error_bubble_controller.h', 2746 'browser/ui/cocoa/global_error_bubble_controller.h',
2749 'browser/ui/cocoa/global_error_bubble_controller.mm', 2747 'browser/ui/cocoa/global_error_bubble_controller.mm',
(...skipping 2748 matching lines...) Expand 10 before | Expand all | Expand 10 after
5498 'type': 'static_library', 5496 'type': 'static_library',
5499 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5497 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5500 'variables': { 5498 'variables': {
5501 'proto_in_dir': 'browser/history', 5499 'proto_in_dir': 'browser/history',
5502 'proto_out_dir': 'chrome/browser/history', 5500 'proto_out_dir': 'chrome/browser/history',
5503 }, 5501 },
5504 'includes': [ '../build/protoc.gypi' ] 5502 'includes': [ '../build/protoc.gypi' ]
5505 }, 5503 },
5506 ], 5504 ],
5507 } 5505 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/tabs/tab_window_controller.mm ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698