| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'base/cursor/cursor.cc', | 126 'base/cursor/cursor.cc', |
| 127 'base/cursor/cursor.h', | 127 'base/cursor/cursor.h', |
| 128 'base/cursor/cursor_loader.h', | 128 'base/cursor/cursor_loader.h', |
| 129 'base/cursor/cursor_loader_null.cc', | 129 'base/cursor/cursor_loader_null.cc', |
| 130 'base/cursor/cursor_loader_null.h', | 130 'base/cursor/cursor_loader_null.h', |
| 131 'base/cursor/cursor_loader_win.cc', | 131 'base/cursor/cursor_loader_win.cc', |
| 132 'base/cursor/cursor_loader_win.h', | 132 'base/cursor/cursor_loader_win.h', |
| 133 'base/cursor/cursor_loader_x11.cc', | 133 'base/cursor/cursor_loader_x11.cc', |
| 134 'base/cursor/cursor_loader_x11.h', | 134 'base/cursor/cursor_loader_x11.h', |
| 135 'base/cursor/cursor_null.cc', | 135 'base/cursor/cursor_null.cc', |
| 136 'base/cursor/cursor_mac.mm', |
| 136 'base/cursor/cursor_win.cc', | 137 'base/cursor/cursor_win.cc', |
| 137 'base/cursor/cursor_x11.cc', | 138 'base/cursor/cursor_x11.cc', |
| 138 'base/cursor/cursors_aura.cc', | 139 'base/cursor/cursors_aura.cc', |
| 139 'base/cursor/cursors_aura.h', | 140 'base/cursor/cursors_aura.h', |
| 140 'base/default_theme_provider.cc', | 141 'base/default_theme_provider.cc', |
| 141 'base/default_theme_provider.h', | 142 'base/default_theme_provider.h', |
| 142 'base/default_theme_provider_mac.mm', | 143 'base/default_theme_provider_mac.mm', |
| 143 'base/device_form_factor_android.cc', | 144 'base/device_form_factor_android.cc', |
| 144 'base/device_form_factor_desktop.cc', | 145 'base/device_form_factor_desktop.cc', |
| 145 'base/device_form_factor_ios.mm', | 146 'base/device_form_factor_ios.mm', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 ], | 350 ], |
| 350 }, | 351 }, |
| 351 }], | 352 }], |
| 352 ['toolkit_views==1', { | 353 ['toolkit_views==1', { |
| 353 'dependencies': [ | 354 'dependencies': [ |
| 354 'events/events.gyp:events', | 355 'events/events.gyp:events', |
| 355 ], | 356 ], |
| 356 }], | 357 }], |
| 357 ['use_aura==1', { | 358 ['use_aura==1', { |
| 358 'sources/': [ | 359 'sources/': [ |
| 360 ['exclude', 'base/clipboard/clipboard_mac.mm'], |
| 361 ['exclude', 'base/layout_mac.mm'], |
| 359 ['exclude', 'base/work_area_watcher_observer.h'], | 362 ['exclude', 'base/work_area_watcher_observer.h'], |
| 360 ['exclude', 'base/x/active_window_watcher_x.cc'], | 363 ['exclude', 'base/x/active_window_watcher_x.cc'], |
| 361 ['exclude', 'base/x/active_window_watcher_x.h'], | 364 ['exclude', 'base/x/active_window_watcher_x.h'], |
| 362 ['exclude', 'base/x/active_window_watcher_x_observer.h'], | 365 ['exclude', 'base/x/active_window_watcher_x_observer.h'], |
| 363 ['exclude', 'base/x/root_window_property_watcher_x.cc'], | 366 ['exclude', 'base/x/root_window_property_watcher_x.cc'], |
| 364 ['exclude', 'base/x/root_window_property_watcher_x.h'], | 367 ['exclude', 'base/x/root_window_property_watcher_x.h'], |
| 365 ['exclude', 'base/x/work_area_watcher_x.cc'], | 368 ['exclude', 'base/x/work_area_watcher_x.cc'], |
| 366 ['exclude', 'base/x/work_area_watcher_x.h'], | 369 ['exclude', 'base/x/work_area_watcher_x.h'], |
| 367 ], | 370 ], |
| 368 'dependencies': [ | 371 'dependencies': [ |
| 369 'events/events.gyp:events', | 372 'events/events.gyp:events', |
| 370 ], | 373 ], |
| 371 }, { # use_aura!=1 | 374 }, { # use_aura!=1 |
| 372 'sources!': [ | 375 'sources!': [ |
| 373 'base/cursor/cursor.cc', | 376 'base/cursor/cursor.cc', |
| 374 'base/cursor/cursor.h', | 377 'base/cursor/cursor.h', |
| 375 'base/cursor/cursor_loader_x11.cc', | 378 'base/cursor/cursor_loader_x11.cc', |
| 376 'base/cursor/cursor_loader_x11.h', | 379 'base/cursor/cursor_loader_x11.h', |
| 380 'base/cursor/cursor_mac.mm', |
| 377 'base/cursor/cursor_win.cc', | 381 'base/cursor/cursor_win.cc', |
| 378 'base/cursor/cursor_x11.cc', | 382 'base/cursor/cursor_x11.cc', |
| 379 'base/x/selection_owner.cc', | 383 'base/x/selection_owner.cc', |
| 380 'base/x/selection_owner.h', | 384 'base/x/selection_owner.h', |
| 381 'base/x/selection_requestor.cc', | 385 'base/x/selection_requestor.cc', |
| 382 'base/x/selection_requestor.h', | 386 'base/x/selection_requestor.h', |
| 383 'base/x/selection_utils.cc', | 387 'base/x/selection_utils.cc', |
| 384 'base/x/selection_utils.h', | 388 'base/x/selection_utils.h', |
| 385 ] | 389 ] |
| 386 }], | 390 }], |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 'variables': { | 630 'variables': { |
| 627 'jni_gen_package': 'ui', | 631 'jni_gen_package': 'ui', |
| 628 'jni_generator_ptr_type': 'long', | 632 'jni_generator_ptr_type': 'long', |
| 629 }, | 633 }, |
| 630 'includes': [ '../build/jni_generator.gypi' ], | 634 'includes': [ '../build/jni_generator.gypi' ], |
| 631 }, | 635 }, |
| 632 ], | 636 ], |
| 633 }], | 637 }], |
| 634 ], | 638 ], |
| 635 } | 639 } |
| OLD | NEW |