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

Side by Side Diff: app/app_base.gypi

Issue 1575011: Adds AnimationContainer, which can be used to group a set of (Closed)
Patch Set: Incorporated review feedback Created 10 years, 8 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 # the 64-bit target, but it doesn't work due to a bug in gyp 88 # the 64-bit target, but it doesn't work due to a bug in gyp
89 'direct_dependent_settings': { 89 'direct_dependent_settings': {
90 'include_dirs': [ 90 'include_dirs': [
91 '..', 91 '..',
92 ], 92 ],
93 }, 93 },
94 'sources': [ 94 'sources': [
95 # Files that are not required for Win64 Native Client loader 95 # Files that are not required for Win64 Native Client loader
96 'active_window_watcher_x.cc', 96 'active_window_watcher_x.cc',
97 'active_window_watcher_x.h', 97 'active_window_watcher_x.h',
98 'animation_container.cc',
99 'animation_container.h',
98 'animation.cc', 100 'animation.cc',
99 'animation.h', 101 'animation.h',
100 'bidi_line_iterator.cc', 102 'bidi_line_iterator.cc',
101 'clipboard/clipboard.cc', 103 'clipboard/clipboard.cc',
102 'clipboard/clipboard.h', 104 'clipboard/clipboard.h',
103 'clipboard/clipboard_linux.cc', 105 'clipboard/clipboard_linux.cc',
104 'clipboard/clipboard_mac.mm', 106 'clipboard/clipboard_mac.mm',
105 'clipboard/clipboard_util_win.cc', 107 'clipboard/clipboard_util_win.cc',
106 'clipboard/clipboard_util_win.h', 108 'clipboard/clipboard_util_win.h',
107 'clipboard/clipboard_win.cc', 109 'clipboard/clipboard_win.cc',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'configurations': { 268 'configurations': {
267 'Common_Base': { 269 'Common_Base': {
268 'msvs_target_platform': 'x64', 270 'msvs_target_platform': 'x64',
269 }, 271 },
270 }, 272 },
271 }, 273 },
272 ], 274 ],
273 }], 275 }],
274 ], 276 ],
275 } 277 }
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | app/slide_animation.h » ('j') | views/animation/bounds_animator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698