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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7273073: Animated Rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Address reviewer comments Created 9 years, 3 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
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 3019 matching lines...) Expand 10 before | Expand all | Expand 10 after
3030 'browser/ui/tabs/tab_menu_model.cc', 3030 'browser/ui/tabs/tab_menu_model.cc',
3031 'browser/ui/tabs/tab_menu_model.h', 3031 'browser/ui/tabs/tab_menu_model.h',
3032 'browser/ui/toolbar/back_forward_menu_model.cc', 3032 'browser/ui/toolbar/back_forward_menu_model.cc',
3033 'browser/ui/toolbar/back_forward_menu_model.h', 3033 'browser/ui/toolbar/back_forward_menu_model.h',
3034 'browser/ui/toolbar/encoding_menu_controller.cc', 3034 'browser/ui/toolbar/encoding_menu_controller.cc',
3035 'browser/ui/toolbar/encoding_menu_controller.h', 3035 'browser/ui/toolbar/encoding_menu_controller.h',
3036 'browser/ui/toolbar/toolbar_model.cc', 3036 'browser/ui/toolbar/toolbar_model.cc',
3037 'browser/ui/toolbar/toolbar_model.h', 3037 'browser/ui/toolbar/toolbar_model.h',
3038 'browser/ui/toolbar/wrench_menu_model.cc', 3038 'browser/ui/toolbar/wrench_menu_model.cc',
3039 'browser/ui/toolbar/wrench_menu_model.h', 3039 'browser/ui/toolbar/wrench_menu_model.h',
3040 'browser/ui/touch/animation/screen_rotation.cc',
3041 'browser/ui/touch/animation/screen_rotation.h',
3042 'browser/ui/touch/animation/screen_rotation_setter.cc',
3043 'browser/ui/touch/animation/screen_rotation_setter.h',
3040 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', 3044 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
3041 'browser/ui/touch/frame/touch_browser_frame_view.cc', 3045 'browser/ui/touch/frame/touch_browser_frame_view.cc',
3042 'browser/ui/touch/frame/touch_browser_frame_view.h', 3046 'browser/ui/touch/frame/touch_browser_frame_view.h',
3043 'browser/ui/touch/keyboard/keyboard_manager.cc', 3047 'browser/ui/touch/keyboard/keyboard_manager.cc',
3044 'browser/ui/touch/keyboard/keyboard_manager.h', 3048 'browser/ui/touch/keyboard/keyboard_manager.h',
3045 'browser/ui/touch/tabs/tab_strip_factory.cc', 3049 'browser/ui/touch/tabs/tab_strip_factory.cc',
3046 'browser/ui/touch/tabs/touch_tab.cc', 3050 'browser/ui/touch/tabs/touch_tab.cc',
3047 'browser/ui/touch/tabs/touch_tab.h', 3051 'browser/ui/touch/tabs/touch_tab.h',
3048 'browser/ui/touch/tabs/touch_tab_strip.cc', 3052 'browser/ui/touch/tabs/touch_tab_strip.cc',
3049 'browser/ui/touch/tabs/touch_tab_strip.h', 3053 'browser/ui/touch/tabs/touch_tab_strip.h',
(...skipping 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after
4896 # weak imports in dependents, who still must #include 4900 # weak imports in dependents, who still must #include
4897 # closure_blocks_leopard_compat.h to get weak imports. 4901 # closure_blocks_leopard_compat.h to get weak imports.
4898 'type': 'none', 4902 'type': 'none',
4899 }], 4903 }],
4900 ], 4904 ],
4901 }, 4905 },
4902 ], 4906 ],
4903 }], 4907 }],
4904 ], 4908 ],
4905 } 4909 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/touch/frame/touch_browser_frame_view.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698