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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10736063: views: Extract TabIconViewModel into its own header file. (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/tab_icon_view_model.h ('k') | no next file » | 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 3776 matching lines...) Expand 10 before | Expand all | Expand 10 after
3787 'browser/ui/views/sync/one_click_signin_bubble_view.cc', 3787 'browser/ui/views/sync/one_click_signin_bubble_view.cc',
3788 'browser/ui/views/sync/one_click_signin_bubble_view.h', 3788 'browser/ui/views/sync/one_click_signin_bubble_view.h',
3789 'browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.c c', 3789 'browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.c c',
3790 'browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.h ', 3790 'browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.h ',
3791 'browser/ui/views/tab_contents/render_view_context_menu_views.cc', 3791 'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
3792 'browser/ui/views/tab_contents/render_view_context_menu_views.h', 3792 'browser/ui/views/tab_contents/render_view_context_menu_views.h',
3793 'browser/ui/views/tab_contents/render_view_context_menu_win.cc', 3793 'browser/ui/views/tab_contents/render_view_context_menu_win.cc',
3794 'browser/ui/views/tab_contents/render_view_context_menu_win.h', 3794 'browser/ui/views/tab_contents/render_view_context_menu_win.h',
3795 'browser/ui/views/tab_icon_view.cc', 3795 'browser/ui/views/tab_icon_view.cc',
3796 'browser/ui/views/tab_icon_view.h', 3796 'browser/ui/views/tab_icon_view.h',
3797 'browser/ui/views/tab_icon_view_model.h',
3797 'browser/ui/views/tab_modal_confirm_dialog_views.cc', 3798 'browser/ui/views/tab_modal_confirm_dialog_views.cc',
3798 'browser/ui/views/tab_modal_confirm_dialog_views.h', 3799 'browser/ui/views/tab_modal_confirm_dialog_views.h',
3799 'browser/ui/views/tabs/base_tab.cc', 3800 'browser/ui/views/tabs/base_tab.cc',
3800 'browser/ui/views/tabs/base_tab.h', 3801 'browser/ui/views/tabs/base_tab.h',
3801 'browser/ui/views/tabs/browser_tab_strip_controller.cc', 3802 'browser/ui/views/tabs/browser_tab_strip_controller.cc',
3802 'browser/ui/views/tabs/browser_tab_strip_controller.h', 3803 'browser/ui/views/tabs/browser_tab_strip_controller.h',
3803 'browser/ui/views/tabs/dock_info_win.cc', 3804 'browser/ui/views/tabs/dock_info_win.cc',
3804 'browser/ui/views/tabs/dragged_tab_view.cc', 3805 'browser/ui/views/tabs/dragged_tab_view.cc',
3805 'browser/ui/views/tabs/dragged_tab_view.h', 3806 'browser/ui/views/tabs/dragged_tab_view.h',
3806 'browser/ui/views/tabs/native_view_photobooth.h', 3807 'browser/ui/views/tabs/native_view_photobooth.h',
(...skipping 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after
5395 'browser/metrics/proto/study.proto', 5396 'browser/metrics/proto/study.proto',
5396 ], 5397 ],
5397 'variables': { 5398 'variables': {
5398 'proto_in_dir': 'browser/metrics/proto', 5399 'proto_in_dir': 'browser/metrics/proto',
5399 'proto_out_dir': 'chrome/browser/metrics/proto', 5400 'proto_out_dir': 'chrome/browser/metrics/proto',
5400 }, 5401 },
5401 'includes': [ '../build/protoc.gypi' ] 5402 'includes': [ '../build/protoc.gypi' ]
5402 }, 5403 },
5403 ], 5404 ],
5404 } 5405 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tab_icon_view_model.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698