| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'single_display_manager.h', | 112 'single_display_manager.h', |
| 113 'ui_controls_win.cc', | 113 'ui_controls_win.cc', |
| 114 'ui_controls_x11.cc', | 114 'ui_controls_x11.cc', |
| 115 'window.cc', | 115 'window.cc', |
| 116 'window.h', | 116 'window.h', |
| 117 'window_delegate.cc', | 117 'window_delegate.cc', |
| 118 'window_delegate.h', | 118 'window_delegate.h', |
| 119 'window_observer.h', | 119 'window_observer.h', |
| 120 'window_tracker.cc', | 120 'window_tracker.cc', |
| 121 'window_tracker.h', | 121 'window_tracker.h', |
| 122 'x11_atom_cache.cc', | |
| 123 'x11_atom_cache.h', | |
| 124 ], | 122 ], |
| 125 'conditions': [ | 123 'conditions': [ |
| 126 ['OS=="mac"', { | 124 ['OS=="mac"', { |
| 127 'sources/': [ | 125 'sources/': [ |
| 128 ['exclude', 'client/dispatcher_client.cc'], | 126 ['exclude', 'client/dispatcher_client.cc'], |
| 129 ['exclude', 'client/dispatcher_client.h'], | 127 ['exclude', 'client/dispatcher_client.h'], |
| 130 ], | 128 ], |
| 131 }], | 129 }], |
| 132 ['OS=="linux"', { | 130 ['OS=="linux"', { |
| 133 'link_settings': { | 131 'link_settings': { |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 # osmesa GL implementation is used on linux. | 285 # osmesa GL implementation is used on linux. |
| 288 ['OS=="linux"', { | 286 ['OS=="linux"', { |
| 289 'dependencies': [ | 287 'dependencies': [ |
| 290 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 288 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 291 ], | 289 ], |
| 292 }], | 290 }], |
| 293 ], | 291 ], |
| 294 }, | 292 }, |
| 295 ], | 293 ], |
| 296 } | 294 } |
| OLD | NEW |