| 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 'models/button_menu_item_model.cc', | 520 'models/button_menu_item_model.cc', |
| 521 'models/dialog_model.cc', | 521 'models/dialog_model.cc', |
| 522 'theme_provider.cc', | 522 'theme_provider.cc', |
| 523 'touch/touch_device.cc', | 523 'touch/touch_device.cc', |
| 524 'touch/touch_editing_controller.cc', | 524 'touch/touch_editing_controller.cc', |
| 525 'ui_base_types.cc', | 525 'ui_base_types.cc', |
| 526 ], | 526 ], |
| 527 'dependencies': [ | 527 'dependencies': [ |
| 528 'ui_base_jni_headers', | 528 'ui_base_jni_headers', |
| 529 ], | 529 ], |
| 530 'includes!': [ |
| 531 'ime/ime.gypi', |
| 532 ], |
| 530 'link_settings': { | 533 'link_settings': { |
| 531 'libraries': [ | 534 'libraries': [ |
| 532 '-ljnigraphics', | 535 '-ljnigraphics', |
| 533 ], | 536 ], |
| 534 }, | 537 }, |
| 535 }], | 538 }], |
| 536 ['OS=="android" and android_webview_build==0', { | 539 ['OS=="android" and android_webview_build==0', { |
| 537 'dependencies': [ | 540 'dependencies': [ |
| 538 '../android/ui_android.gyp:ui_java', | 541 '../android/ui_android.gyp:ui_java', |
| 539 ], | 542 ], |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 'variables': { | 588 'variables': { |
| 586 'jni_gen_package': 'ui', | 589 'jni_gen_package': 'ui', |
| 587 'jni_generator_ptr_type': 'long', | 590 'jni_generator_ptr_type': 'long', |
| 588 }, | 591 }, |
| 589 'includes': [ '../../build/jni_generator.gypi' ], | 592 'includes': [ '../../build/jni_generator.gypi' ], |
| 590 }, | 593 }, |
| 591 ], | 594 ], |
| 592 }], | 595 }], |
| 593 ], | 596 ], |
| 594 } | 597 } |
| OLD | NEW |