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

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: Listen for painting to complete rather than posting tasks. Created 9 years, 4 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 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after
3038 'browser/ui/tabs/tab_menu_model.cc', 3038 'browser/ui/tabs/tab_menu_model.cc',
3039 'browser/ui/tabs/tab_menu_model.h', 3039 'browser/ui/tabs/tab_menu_model.h',
3040 'browser/ui/toolbar/back_forward_menu_model.cc', 3040 'browser/ui/toolbar/back_forward_menu_model.cc',
3041 'browser/ui/toolbar/back_forward_menu_model.h', 3041 'browser/ui/toolbar/back_forward_menu_model.h',
3042 'browser/ui/toolbar/encoding_menu_controller.cc', 3042 'browser/ui/toolbar/encoding_menu_controller.cc',
3043 'browser/ui/toolbar/encoding_menu_controller.h', 3043 'browser/ui/toolbar/encoding_menu_controller.h',
3044 'browser/ui/toolbar/toolbar_model.cc', 3044 'browser/ui/toolbar/toolbar_model.cc',
3045 'browser/ui/toolbar/toolbar_model.h', 3045 'browser/ui/toolbar/toolbar_model.h',
3046 'browser/ui/toolbar/wrench_menu_model.cc', 3046 'browser/ui/toolbar/wrench_menu_model.cc',
3047 'browser/ui/toolbar/wrench_menu_model.h', 3047 'browser/ui/toolbar/wrench_menu_model.h',
3048 'browser/ui/touch/animation/screen_rotation.cc',
3049 'browser/ui/touch/animation/screen_rotation.h',
3050 'browser/ui/touch/animation/screen_rotation_setter.cc',
3051 'browser/ui/touch/animation/screen_rotation_setter.h',
3048 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', 3052 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
3049 'browser/ui/touch/frame/keyboard_container_view.cc', 3053 'browser/ui/touch/frame/keyboard_container_view.cc',
3050 'browser/ui/touch/frame/keyboard_container_view.h', 3054 'browser/ui/touch/frame/keyboard_container_view.h',
3051 'browser/ui/touch/frame/touch_browser_frame_view.cc', 3055 'browser/ui/touch/frame/touch_browser_frame_view.cc',
3052 'browser/ui/touch/frame/touch_browser_frame_view.h', 3056 'browser/ui/touch/frame/touch_browser_frame_view.h',
3053 'browser/ui/touch/tabs/tab_strip_factory.cc', 3057 'browser/ui/touch/tabs/tab_strip_factory.cc',
3054 'browser/ui/touch/tabs/touch_tab.cc', 3058 'browser/ui/touch/tabs/touch_tab.cc',
3055 'browser/ui/touch/tabs/touch_tab.h', 3059 'browser/ui/touch/tabs/touch_tab.h',
3056 'browser/ui/touch/tabs/touch_tab_strip.cc', 3060 'browser/ui/touch/tabs/touch_tab_strip.cc',
3057 'browser/ui/touch/tabs/touch_tab_strip.h', 3061 'browser/ui/touch/tabs/touch_tab_strip.h',
(...skipping 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after
4899 # weak imports in dependents, who still must #include 4903 # weak imports in dependents, who still must #include
4900 # closure_blocks_leopard_compat.h to get weak imports. 4904 # closure_blocks_leopard_compat.h to get weak imports.
4901 'type': 'none', 4905 'type': 'none',
4902 }], 4906 }],
4903 ], 4907 ],
4904 }, 4908 },
4905 ], 4909 ],
4906 }], 4910 }],
4907 ], 4911 ],
4908 } 4912 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698