| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 'resource_bundle.cc', | 97 'resource_bundle.cc', |
| 98 'resource_bundle.h', | 98 'resource_bundle.h', |
| 99 'resource_bundle_win.cc', | 99 'resource_bundle_win.cc', |
| 100 'resource_bundle_linux.cc', | 100 'resource_bundle_linux.cc', |
| 101 'resource_bundle_mac.mm', | 101 'resource_bundle_mac.mm', |
| 102 'slide_animation.cc', | 102 'slide_animation.cc', |
| 103 'slide_animation.h', | 103 'slide_animation.h', |
| 104 'theme_provider.h', | 104 'theme_provider.h', |
| 105 'throb_animation.cc', | 105 'throb_animation.cc', |
| 106 'throb_animation.h', | 106 'throb_animation.h', |
| 107 'table_model.cc', |
| 108 'table_model.h', |
| 109 'table_model_observer.h', |
| 107 ], | 110 ], |
| 108 'direct_dependent_settings': { | 111 'direct_dependent_settings': { |
| 109 'include_dirs': [ | 112 'include_dirs': [ |
| 110 '..', | 113 '..', |
| 111 ], | 114 ], |
| 112 }, | 115 }, |
| 113 'conditions': [ | 116 'conditions': [ |
| 114 ['OS=="linux"', { | 117 ['OS=="linux"', { |
| 115 'dependencies': [ | 118 'dependencies': [ |
| 116 # font_gtk.cc uses fontconfig. | 119 # font_gtk.cc uses fontconfig. |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 ], | 266 ], |
| 264 }, | 267 }, |
| 265 'conditions': [ | 268 'conditions': [ |
| 266 ['OS=="win"', { | 269 ['OS=="win"', { |
| 267 'dependencies': ['../build/win/system.gyp:cygwin'], | 270 'dependencies': ['../build/win/system.gyp:cygwin'], |
| 268 }], | 271 }], |
| 269 ], | 272 ], |
| 270 }, | 273 }, |
| 271 ], | 274 ], |
| 272 } | 275 } |
| OLD | NEW |