OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |