| 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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 'idle/idle.h', | 571 'idle/idle.h', |
| 572 'l10n/l10n_font_util.cc', | 572 'l10n/l10n_font_util.cc', |
| 573 'models/button_menu_item_model.cc', | 573 'models/button_menu_item_model.cc', |
| 574 'models/dialog_model.cc', | 574 'models/dialog_model.cc', |
| 575 'theme_provider.cc', | 575 'theme_provider.cc', |
| 576 'touch/touch_device.cc', | 576 'touch/touch_device.cc', |
| 577 'touch/touch_editing_controller.cc', | 577 'touch/touch_editing_controller.cc', |
| 578 'ui_base_types.cc', | 578 'ui_base_types.cc', |
| 579 ], | 579 ], |
| 580 'dependencies': [ | 580 'dependencies': [ |
| 581 '../../cc/cc.gyp:cc', |
| 581 'ui_base_jni_headers', | 582 'ui_base_jni_headers', |
| 582 ], | 583 ], |
| 583 'link_settings': { | 584 'link_settings': { |
| 584 'libraries': [ | 585 'libraries': [ |
| 585 '-ljnigraphics', | 586 '-ljnigraphics', |
| 586 ], | 587 ], |
| 587 }, | 588 }, |
| 588 }], | 589 }], |
| 589 ['OS=="android" and android_webview_build==0', { | 590 ['OS=="android" and android_webview_build==0', { |
| 590 'dependencies': [ | 591 'dependencies': [ |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 ], | 705 ], |
| 705 'variables': { | 706 'variables': { |
| 706 'jni_gen_package': 'ui', | 707 'jni_gen_package': 'ui', |
| 707 }, | 708 }, |
| 708 'includes': [ '../../build/jni_generator.gypi' ], | 709 'includes': [ '../../build/jni_generator.gypi' ], |
| 709 }, | 710 }, |
| 710 ], | 711 ], |
| 711 }], | 712 }], |
| 712 ], | 713 ], |
| 713 } | 714 } |
| OLD | NEW |