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

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

Issue 908033003: Remove dependency from ui/base to cc on non-Android platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« ui/base/BUILD.gn ('K') | « ui/base/touch/selection_bound.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« ui/base/BUILD.gn ('K') | « ui/base/touch/selection_bound.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698