Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: ui/base/ui_base.gyp

Issue 241213002: Don't compile events.gyp:events on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't include ime.gypi on Android at all. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« chrome/chrome_browser_ui_views.gyp ('K') | « chrome/chrome_browser_ui_views.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698