| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'device_form_factor.h', | 148 'device_form_factor.h', |
| 149 'dragdrop/cocoa_dnd_util.h', | 149 'dragdrop/cocoa_dnd_util.h', |
| 150 'dragdrop/cocoa_dnd_util.mm', | 150 'dragdrop/cocoa_dnd_util.mm', |
| 151 'dragdrop/drag_drop_types.h', | 151 'dragdrop/drag_drop_types.h', |
| 152 'dragdrop/drag_drop_types_win.cc', | 152 'dragdrop/drag_drop_types_win.cc', |
| 153 'dragdrop/drag_source_win.cc', | 153 'dragdrop/drag_source_win.cc', |
| 154 'dragdrop/drag_source_win.h', | 154 'dragdrop/drag_source_win.h', |
| 155 'dragdrop/drag_utils.cc', | 155 'dragdrop/drag_utils.cc', |
| 156 'dragdrop/drag_utils.h', | 156 'dragdrop/drag_utils.h', |
| 157 'dragdrop/drag_utils_aura.cc', | 157 'dragdrop/drag_utils_aura.cc', |
| 158 'dragdrop/drag_utils_mac.mm', |
| 158 'dragdrop/drag_utils_win.cc', | 159 'dragdrop/drag_utils_win.cc', |
| 159 'dragdrop/drop_target_event.cc', | 160 'dragdrop/drop_target_event.cc', |
| 160 'dragdrop/drop_target_event.h', | 161 'dragdrop/drop_target_event.h', |
| 161 'dragdrop/drop_target_win.cc', | 162 'dragdrop/drop_target_win.cc', |
| 162 'dragdrop/drop_target_win.h', | 163 'dragdrop/drop_target_win.h', |
| 163 'dragdrop/file_info.cc', | 164 'dragdrop/file_info.cc', |
| 164 'dragdrop/file_info.h', | 165 'dragdrop/file_info.h', |
| 165 'dragdrop/gtk_dnd_util.cc', | 166 'dragdrop/gtk_dnd_util.cc', |
| 166 'dragdrop/gtk_dnd_util.h', | 167 'dragdrop/gtk_dnd_util.h', |
| 167 'dragdrop/os_exchange_data.cc', | 168 'dragdrop/os_exchange_data.cc', |
| 168 'dragdrop/os_exchange_data.h', | 169 'dragdrop/os_exchange_data.h', |
| 169 'dragdrop/os_exchange_data_provider_aura.cc', | 170 'dragdrop/os_exchange_data_provider_aura.cc', |
| 170 'dragdrop/os_exchange_data_provider_aura.h', | 171 'dragdrop/os_exchange_data_provider_aura.h', |
| 171 'dragdrop/os_exchange_data_provider_aurax11.cc', | 172 'dragdrop/os_exchange_data_provider_aurax11.cc', |
| 172 'dragdrop/os_exchange_data_provider_aurax11.h', | 173 'dragdrop/os_exchange_data_provider_aurax11.h', |
| 174 'dragdrop/os_exchange_data_provider_mac.h', |
| 175 'dragdrop/os_exchange_data_provider_mac.mm', |
| 173 'dragdrop/os_exchange_data_provider_win.cc', | 176 'dragdrop/os_exchange_data_provider_win.cc', |
| 174 'dragdrop/os_exchange_data_provider_win.h', | 177 'dragdrop/os_exchange_data_provider_win.h', |
| 175 'gtk/event_synthesis_gtk.cc', | 178 'gtk/event_synthesis_gtk.cc', |
| 176 'gtk/event_synthesis_gtk.h', | 179 'gtk/event_synthesis_gtk.h', |
| 177 'gtk/focus_store_gtk.cc', | 180 'gtk/focus_store_gtk.cc', |
| 178 'gtk/focus_store_gtk.h', | 181 'gtk/focus_store_gtk.h', |
| 179 'gtk/g_object_destructor_filo.cc', | 182 'gtk/g_object_destructor_filo.cc', |
| 180 'gtk/g_object_destructor_filo.h', | 183 'gtk/g_object_destructor_filo.h', |
| 181 'gtk/gtk_expanded_container.cc', | 184 'gtk/gtk_expanded_container.cc', |
| 182 'gtk/gtk_expanded_container.h', | 185 'gtk/gtk_expanded_container.h', |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 ], | 391 ], |
| 389 }, { # use_aura!=1 | 392 }, { # use_aura!=1 |
| 390 'sources!': [ | 393 'sources!': [ |
| 391 'cursor/cursor.cc', | 394 'cursor/cursor.cc', |
| 392 'cursor/cursor.h', | 395 'cursor/cursor.h', |
| 393 'cursor/cursor_loader_x11.cc', | 396 'cursor/cursor_loader_x11.cc', |
| 394 'cursor/cursor_loader_x11.h', | 397 'cursor/cursor_loader_x11.h', |
| 395 'cursor/cursor_mac.mm', | 398 'cursor/cursor_mac.mm', |
| 396 'cursor/cursor_win.cc', | 399 'cursor/cursor_win.cc', |
| 397 'cursor/cursor_x11.cc', | 400 'cursor/cursor_x11.cc', |
| 398 'nine_image_painter_factory.cc', | |
| 399 'nine_image_painter_factory.h', | |
| 400 'x/selection_owner.cc', | 401 'x/selection_owner.cc', |
| 401 'x/selection_owner.h', | 402 'x/selection_owner.h', |
| 402 'x/selection_requestor.cc', | 403 'x/selection_requestor.cc', |
| 403 'x/selection_requestor.h', | 404 'x/selection_requestor.h', |
| 404 'x/selection_utils.cc', | 405 'x/selection_utils.cc', |
| 405 'x/selection_utils.h', | 406 'x/selection_utils.h', |
| 406 ] | 407 ] |
| 407 }], | 408 }], |
| 409 ['use_aura==0 and OS!="mac"', { |
| 410 'sources!': [ |
| 411 'nine_image_painter_factory.cc', |
| 412 'nine_image_painter_factory.h', |
| 413 ], |
| 414 }], |
| 408 ['use_aura==0 or OS!="linux"', { | 415 ['use_aura==0 or OS!="linux"', { |
| 409 'sources!': [ | 416 'sources!': [ |
| 410 'resource/resource_bundle_auralinux.cc', | 417 'resource/resource_bundle_auralinux.cc', |
| 411 ], | 418 ], |
| 412 }], | 419 }], |
| 413 ['use_aura==1 and OS=="win"', { | 420 ['use_aura==1 and OS=="win"', { |
| 414 'sources/': [ | 421 'sources/': [ |
| 415 ['exclude', 'dragdrop/drag_utils_aura.cc'], | 422 ['exclude', 'dragdrop/drag_utils_aura.cc'], |
| 416 ], | 423 ], |
| 417 }], | 424 }], |
| 418 ['use_glib == 1', { | 425 ['use_glib == 1', { |
| 419 'dependencies': [ | 426 'dependencies': [ |
| 420 # font_gtk.cc uses fontconfig. | 427 # font_gtk.cc uses fontconfig. |
| 421 '../../build/linux/system.gyp:fontconfig', | 428 '../../build/linux/system.gyp:fontconfig', |
| 422 '../../build/linux/system.gyp:glib', | 429 '../../build/linux/system.gyp:glib', |
| 423 ], | 430 ], |
| 424 }], | 431 }], |
| 425 ['desktop_linux == 1 or chromeos == 1', { | 432 ['desktop_linux == 1 or chromeos == 1', { |
| 426 'conditions': [ | 433 'conditions': [ |
| 427 ['toolkit_views==0 and use_aura==0', { | 434 ['toolkit_views==0 and use_aura==0 and os!="mac"', { |
| 428 # Note: because of gyp predence rules this has to be defined as | 435 # Note: because of gyp predence rules this has to be defined as |
| 429 # 'sources/' rather than 'sources!'. | 436 # 'sources/' rather than 'sources!'. |
| 430 'sources/': [ | 437 'sources/': [ |
| 431 ['exclude', '^dragdrop/drag_utils.cc'], | 438 ['exclude', '^dragdrop/drag_utils.cc'], |
| 432 ['exclude', '^dragdrop/drag_utils.h'], | 439 ['exclude', '^dragdrop/drag_utils.h'], |
| 433 ['exclude', '^dragdrop/os_exchange_data.cc'], | 440 ['exclude', '^dragdrop/os_exchange_data.cc'], |
| 434 ['exclude', '^dragdrop/os_exchange_data.h'], | 441 ['exclude', '^dragdrop/os_exchange_data.h'], |
| 435 ], | 442 ], |
| 436 }, { | 443 }, { |
| 437 # Note: because of gyp predence rules this has to be defined as | 444 # Note: because of gyp predence rules this has to be defined as |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 'variables': { | 632 'variables': { |
| 626 'jni_gen_package': 'ui', | 633 'jni_gen_package': 'ui', |
| 627 'jni_generator_ptr_type': 'long', | 634 'jni_generator_ptr_type': 'long', |
| 628 }, | 635 }, |
| 629 'includes': [ '../../build/jni_generator.gypi' ], | 636 'includes': [ '../../build/jni_generator.gypi' ], |
| 630 }, | 637 }, |
| 631 ], | 638 ], |
| 632 }], | 639 }], |
| 633 ], | 640 ], |
| 634 } | 641 } |
| OLD | NEW |